Hello!
I have a thermal input to my model. The temperature is provided to all nodes through TEMP cards. How to make a fringe plot of this thermal load?
Hello!
How to get the data title string?
Is there a function "get_res_data_title"? The ideal solution would be to have each section of the title in a separate string variable.
A recent post - now deleted - asked about offsetting nodes to a spherical surface.
As this may be of general interest I thought it worth posting the answer again but by itself.
The way to do this is with a vector pcl field.
If the…
Hello! I am looking for a function which will find coincident node pairs and list them. Something like fem_equiv_all_group but not performing the node reduction, just printing out nodes.
I have created a 2d hex mesh on a solid face of a part. In order to model for chamfers on holes through the part, I have revolved a 2d tet along the chamfer, extruded my hex mesh to the depth of the revolved tet, equivalenced nodes, and swept the free…
Hello!
I am trying to write a function which will export current group to bdf. I tried to follow jou file produced during Patran export but it is difficult for me to find the essential input to pat3nas. Could you help to find out what is wrong with…
I found the ABCS method described for example in the MSC Nastran 2022.1
Linear Static Analysis User’s Guide Ch. 4 page 137 onw.
It seems that a FEM for each section is generated (GRID and CTRIA6),
Nastran run with .f06 and .op2 up to Von…
Hello!
I created a group with CONM2 elements. I would like to printout CID for each EID. I cannot figure out how to go from region ID to specific property field.
This is piece of code I have:
db_get_current_group_id(group_id…
I am trying to sort node IDs by position. I created 2D REAL array where 1st column is node ID and second is position. Next I use mth_sort_column to sort by position column. However, it does not produce expected result. The first problem is that I cannot…
I am looking to use Patran to model an explosive-structural interaction. I have read the Nastran documentation on Basic Blast analysis which does a nice job of covering the theory behind the analysis, but can not find any material to demonstrate how I…
Hi all, Is it possible to import Marc Mentat's results (t16 file) in Patran? I have tried to import and attach my t16 file in Patran, but nothing happens.
When attaching the xdb file in Patran, I get " $# *** Begin: Attach Result File *** "
The same code gives me results if I ask for a op2 file and there are no fatal errors in the f06 file.
What could cause this?
Thanks for you hel…
When I maximize the viewport window, I can see the following information in the session file,
ga_viewport_size_set( "default_viewport", 19.573694, 9.009453, 1 ).
How can I get these two values, 19.573694, 9.009453, so that I can use ga_viewport_size_set…
I am analyzing a satellite in Geostationary Transfer Orbit (GTO).
I would like to do a thermal analysis in GTO, is there any way to simulate it?
I would like to achieve this using Partan.
Should I ask this question on the Nastran forums…