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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

PRVAR

Status
Not open for further replies.

Luca97

Structural
Joined
Jul 22, 2008
Messages
31
Location
IT
Hello, I'm trying to use the command PRVAR, I've noticed that the maximum number of variables that I can list vs. time is 6. Is there another way to list variable vs. time, also in a *.txt file? Because I've got a lot more...
 
If someone is interest I've solved using VGET and *VWRITE, at least in this case I can write 9 variables... Better than nothing. But I think that this is the maximum that someone can get!
 
Hello,

VGET is the right thing to do. But if you get all the variables written to the same array parameter (with a column for each variable) you can write the hole array using *MWRITE an an appropriate Fortran file descriptor like (999F20.6).

Regards
Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top