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.
Let me explain the problem in detail. I am creating a VBA macro to write a session file which will be used for pressure mapping as explained above. I need internal ids as input in my code so that once I run the session file in patran it should access the load case id and internal ids and map the pressure. But the problem here is internal ids are not in sequence.
I would like to know why the Patran starts internal LBCIds from 4 onwards. I have found something weird that if I select internal Ids to write dummy session file; Patran starts with 4,5,6 (for internal Ids having 4 digits) and then 8,14,20 with increment of 6 (for internal Ids having 5 digits). Any reason why is it like this?
Let me explain the problem in detail. I am creating a VBA macro to write a session file which will be used for pressure mapping as explained above. I need internal ids as input in my code so that once I run the session file in patran it should access the load case id and internal ids and map the pressure. But the problem here is internal ids are not in sequence.
I would like to know why the Patran starts internal LBCIds from 4 onwards. I have found something weird that if I select internal Ids to write dummy session file; Patran starts with 4,5,6 (for internal Ids having 4 digits) and then 8,14,20 with increment of 6 (for internal Ids having 5 digits). Any reason why is it like this?