Search found 5 matches

by Roxan
Tue Jul 05, 2022 1:56 pm
Forum: code_saturne usage
Topic: Second order scheme with RANS
Replies: 1
Views: 22285

Second order scheme with RANS

Hello,

I would like to know if it possible to use a second order time scheme for momentum equation with RANS turbulence models (k - omega SST exactly).

I try to put ischtp = 2 in cs_user_parameters.f90 but I had an error :

@ @@ WARNING : STOP AT THE INITIAL DATA
@ =========
@ A 2nd ORDER SCHEME ...
by Roxan
Mon Apr 04, 2022 9:54 am
Forum: code_saturne usage
Topic: SIGTERM signal in ALE calculation
Replies: 3
Views: 2055

Re: SIGTERM signal in ALE calculation

Hello,

I only have one error file with the "SIGTERM signal" error and I can't find my problem in the user guide or other forum's topic. The error only appears in the run_solver.log of one processor.

In my output I can see that calculation stop with status 137 but I don't know what that's mean ...
by Roxan
Fri Apr 01, 2022 2:30 pm
Forum: code_saturne usage
Topic: SIGTERM signal in ALE calculation
Replies: 3
Views: 2055

SIGTERM signal in ALE calculation

Dear all,

I made a calculation using the routine "cs_user_boundary_conditions_ale.f90" which allows me to move my mesh.
An error that does not seem to be directly related to my calculation stops the calculation after a while and i can't identify why. The error appears at what seem to be a random ...
by Roxan
Wed Mar 09, 2022 10:00 am
Forum: code_saturne usage
Topic: Compute boundary conditions with data from other calculation
Replies: 2
Views: 3213

Re: Compute boundary conditions with data from other calculation

Hello Yvan,

Thank you very much for your reply. Unfortunately my version of code-saturn is not installed with MEDcoupling but we are on it.

Best regards,
Roxan
by Roxan
Thu Mar 03, 2022 2:33 pm
Forum: code_saturne usage
Topic: Compute boundary conditions with data from other calculation
Replies: 2
Views: 3213

Compute boundary conditions with data from other calculation

Dear all,

We have 2 different mesh with a common surface, see as outlet for one mesh and inlet for the other one. After a first calculation on the first mesh is it possible to use outlet data to compute inlet condition for a new calculation on the other mesh?
The objective being to separate space ...