Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

VUSDFLD VGETVRM

Status
Not open for further replies.

V_S_B

Mechanical
Jan 2, 2020
17
how to use VGETVRM to get temperature , strain and strain rate valuues?
 
Replies continue below

Recommended for you

The interface of VGETVRM utility routine is:

call vgetvrm( 'VAR', rData, jData, cData, jStatus )

Data is provided to this routine via output variable key VAR. Available output variable keys that can be useful for you include:
LE - logarithmic strain components
PE - plastic strain components
TEMP - temperature

Unfortunately strain rate (ER) is not available in VGETVRM.

An example of the use of this routine for logarithmic strain components is:

call vgetvrm( 'LE', rData, jData, cData, jStatus )
 
@FEA way
Thank you for your reply.
Is there any method to get strain rate ER.
 
I'm afraid that the only way to bypass this limitation is to use Abaqus/Standard and USDFLD instead of VUSDFLD. That's because GETVRM utility routine used in conjunction with USDFLD doesn't have such limitation regarding available output variables.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor