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 JAE 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
Joined
Jan 2, 2020
Messages
17
Location
IN
how to use VGETVRM to get temperature , strain and strain rate valuues?
 
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.
 
Can someone please explain what is wrong with this code.
I need to add two new parameters if my current strain is greater than the critical strain (whose value depends on peeq temperature and strain rate)
 
 https://files.engineering.com/getfile.aspx?folder=d4681e6e-15a9-4f82-837c-2f73f6433dea&file=newmac.for
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top