hexagon logo

Creating session file for pressure load mapping using PCL.

Hi,
 
I have a query regarding load and boundary conditions syntax using PCL.
 
Problem definition: I am creating a session file for GFEM to DFEM pressure mapping using PCL commands. My query is, how patran is writing PLOAD cards for a particular subcase as highlighted in below example.
 
Example : How these highlighted load ids are considered in Patran PCL. Kindly explain the load case id pattern being considered as this is required to loop for many load cases.
 
INTEGER loadsbcs_plot_scalar_table_id
lbc_create_scalar_table( "Pressure", 8, 0., "Top Surf Pressure", "Resultant", @
11, [4,5, 6, 7, 13, 19, 25, 31, 37, 43, 49], 1, [3], @
loadsbcs_plot_scalar_table_id )
 
PS: An example file would be great if you can share the loads case selection pattern using pcl.
 
Many Thanks in advance.
 
Vishal
Parents
  • @Arthur Hickson Super!!. This "ajh_dump_loadcase2.pcl" version works fine and dumps all the LC Id's . one slight change required here. This coding dump all the load case. What if user want for only one Type of load case. For example pressure case having load type id 8. Is possible to extract only load type 8 cases along with the total count of only type 8 cases? 
    ​I am just going one step at a time. Hope you understand .
    Many Thanks,
    Vishal 
Reply
  • @Arthur Hickson Super!!. This "ajh_dump_loadcase2.pcl" version works fine and dumps all the LC Id's . one slight change required here. This coding dump all the load case. What if user want for only one Type of load case. For example pressure case having load type id 8. Is possible to extract only load type 8 cases along with the total count of only type 8 cases? 
    ​I am just going one step at a time. Hope you understand .
    Many Thanks,
    Vishal 
Children
No Data