Main program

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
a.dalmon

Main program

Post by a.dalmon »

Hello,

I would like to know where the program which manages the subroutines (like navstv) in each time iteration is.

Thank you in advance.
Erwan Le Coupanec
Posts: 45
Joined: Sun Sep 08, 2013 8:50 pm

Re: Main program

Post by Erwan Le Coupanec »

Hello,

tridim is the subroutine you're looking for. It's managing the resolution of Navier-Stokes and scalar transport equations (file src/base/tridim.f90).

Regards,

Erwan
a.dalmon

Re: Main program

Post by a.dalmon »

Thank you Erwan.
Post Reply