[Nek5000-users] Storing dragy coefficient
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Wed Nov 22 10:10:13 CST 2017
Thank you marco.
So you mean if my problem is for 100 time steps and if i declare a variable like below
real dum(100)
save dum
and if i write
dum(istep)= dragy(1) # I have one object
I could store all the dragy coefficient into this array permenently?
Because I just want to use the previous values that means (dum(istep-1)) in some other functions.
Thanks with regards
Sijo GEORGE
De: "nek5000-users" <nek5000-users at lists.mcs.anl.gov>
À: "nek5000-users" <nek5000-users at lists.mcs.anl.gov>
Envoyé: Mercredi 22 Novembre 2017 16:58:15
Objet: Re: [Nek5000-users] Storing dragy coefficient
if I correctly understand your problem, you will need to look into common block or save data that are Fortran capabilities.
Marco
On Nov 22, 2017, at 10:49 AM, [ mailto:nek5000-users at lists.mcs.anl.gov |
nek5000-users at lists.mcs.anl.gov ] wrote:
Hi,
I was working on storing dragy coefficient on an array. But its not getting permanently stored in the varibale after the next time step. That means I could not access the previous stored value from the array. Is there any way to store and access dragy of different time steps?
Thanks
with regards
Sijo GEORGE
_______________________________________________
Nek5000-users mailing list
[ mailto:Nek5000-users at lists.mcs.anl.gov | Nek5000-users at lists.mcs.anl.gov ]
https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
_______________________________________________
Nek5000-users mailing list
Nek5000-users at lists.mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20171122/0d394d4b/attachment.html>
More information about the Nek5000-users
mailing list