time step setting routine (former varpos.f90) in v9?

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
daniele
Posts: 160
Joined: Wed Feb 01, 2017 11:42 am

time step setting routine (former varpos.f90) in v9?

Post by daniele »

Hello,
I was used to edit the varpos.f90 routine in v7 for some specific time-step settings. However, this routine is not present anymore in v9. I made a grep of "ischtp" in the src, but could not really understand the place where it is set.
Can you please help me?
Thank you very much in advance.
Kind regards,
Daniele
Yvan Fournier
Posts: 4293
Joined: Mon Feb 20, 2012 3:25 pm

Re: time step setting routine (former varpos.f90) in v9?

Post by Yvan Fournier »

Hello,

In v9.0, ischtp corresponds to 'cs_glob_time_step->time_order' in C (and is still called ischtp in Fortran).

It is set in cs_setup.cpp, near line 1090.

Best regards,

Yvan
Post Reply