Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

using vgetvrm

Status
Not open for further replies.

V_S_B

Mechanical
Joined
Jan 2, 2020
Messages
17
Location
IN
is there any particular format for using vgetvrm multiple times in a sub routine for getting values of different parameters
 
This utility routine can be called multiple times without any special syntax. Here's an example from the documentation ("Damage and failure of a laminated composite plate"):

jStatus = 1
call vgetvrm( 'S', stress, jData, cData, jStatus )
jStatus = 1
call vgetvrm( 'LE', strain, jData, cData, jStatus )
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top