Search found 118 matches

by Jacques Fontaine
Mon Jul 22, 2013 8:45 pm
Forum: code_saturne usage
Topic: Restart on CS3.0 after interruption
Replies: 10
Views: 5758

Re: Restart on CS3.0 after interruption

Hello,

You should complete "domain.restart_input" in the function "define_domain_parameters" line 141 in ur script.
Regards,
by Jacques Fontaine
Tue May 28, 2013 7:47 pm
Forum: code_saturne usage
Topic: Coupled Calculation--Roughness Wall Boundary Conditon
Replies: 3
Views: 3209

Re: Coupled Calculation--Roughness Wall Boundary Conditon

Hello,

The error in Syrthes is a consequence to the error in CS (Syrthes is trying to post-pro the inexistent results).

Could you post the last lines of the listing (and not only the error)? And could you run your case with CS complied in debug mode?

Regards,
JF
by Jacques Fontaine
Tue May 07, 2013 9:39 am
Forum: code_saturne usage
Topic: Flow around a cylinder / Mesh with an inner wall
Replies: 6
Views: 4065

Re: Flow around a cylinder / Mesh with an inner wall

Hello, You can open the error.CASE with SALOME or ParaView to show the faces without BCs. It's not a problem of orientation, I think you forgot to give a color to the extruded wall. You can check the colors by running Code_Saturne in mesh quality mode (do not forget to apply "Extract Block"...
by Jacques Fontaine
Mon Apr 01, 2013 10:59 am
Forum: code_saturne usage
Topic: Boundary conditions in 3.0.0
Replies: 3
Views: 2426

Re: Boundary conditions in 3.0.0

Hello, The boundary condition formulation has changed in version 3.0. The new formulation is described in the theory guide. Anyway this new formulation should not have any impact in the user setups (only if rcodcl and icodcl arrays are used to impose your BCs in cs_user_boundary_conditions.f90). Cou...
by Jacques Fontaine
Tue Mar 12, 2013 12:08 am
Forum: code_saturne usage
Topic: Coupled thermal DOF in Syrthes
Replies: 2
Views: 2254

Re: Coupled thermal DOF in Syrthes

Hello,
I think it is not possible. You can ask the SYRTHES team by sending an email to: syrthes-support.a.edf.fr.

Regards,
JF
by Jacques Fontaine
Mon Mar 04, 2013 11:35 pm
Forum: code_saturne usage
Topic: High derive values
Replies: 3
Views: 2400

Re: High derive values

Hello,

Yes,

Steady + SIMPLEC

Regards,
JF
by Jacques Fontaine
Mon Feb 25, 2013 10:45 pm
Forum: code_saturne usage
Topic: High derive values
Replies: 3
Views: 2400

Re: High derive values

Hello,

Did you try the steady algorithm IDTVAR = 2 (time step variable in space and in time) ?

Regards,
JF
by Jacques Fontaine
Wed Feb 20, 2013 7:02 pm
Forum: code_saturne usage
Topic: 2D Vs 3D simulation
Replies: 3
Views: 2658

Re: 2D Vs 3D simulation

Hello, Sorry for the delay. Your computation blows up from the first iterations... Your mesh seems to be not refined enough. What did you mean by different numerical formulation for high Reynolds ? There are different turbulence models and wall functions, but the numerical formulation is still the s...
by Jacques Fontaine
Wed Jan 09, 2013 8:42 pm
Forum: code_saturne usage
Topic: 2D Vs 3D simulation
Replies: 3
Views: 2658

Re: 2D Vs 3D simulation

Hello, Which version of Code_Saturne are you using? There is no restriction over 2D computations, but 2D with LES make no sense. About pressure oscillations with V2F in 2D configuration, what is the probe position? The mesh quality? The options used? You could post a computation listing, maybe it wi...
by Jacques Fontaine
Sun Dec 16, 2012 7:37 pm
Forum: code_saturne usage
Topic: Inlet conditions for LES - Mapping method
Replies: 5
Views: 4702

Re: Inlet conditions for LES - Mapping method

Hello,

If your geometry is not periodic you can't use periodicity (your inlet and outlet sections are different?).
By the way in Code_saturne 3.0 you can look the C user function cs_user_les_inflow.c.

Regards,
JF