[Nek5000-users] Time derivative of Scalar field

nek5000-users at lists.mcs.anl.gov nek5000-users at lists.mcs.anl.gov
Sun May 14 21:35:03 CDT 2017


Hi Saikat,

No it does not. If you want to write it out, you have to say:
call outpost(ddt,vy,vz,pr,t,'   ')
You can replace vy, vz etc with other variables of your choice. 
You can also specify the name of the file to be output using 3 characters of your choice instead of 3 blanks that I have used. 3 blanks leads to file being written out using the case name. So you probably want to use:
call outpost(ddt,vy,vz,pr,t,'ddt')

Ketan

Sent from my iPhone


More information about the Nek5000-users mailing list