Search found 47 matches

by Martin FERRAND
Mon Oct 19, 2015 6:31 pm
Forum: code_saturne usage
Topic: subroutine not over-riding GUI boundary conditions - ALE
Replies: 13
Views: 7901

Re: subroutine not over-riding GUI boundary conditions - ALE

Hello, In fact in version 4.0 you can apply a free surface boundary condition directly in the GUI, if you have switch on the ALE module. For this boundary condition to be valid, you also need to correctly give the gravity vector. It is possible to do it also in fortran subroutines with the "ity...
by Martin FERRAND
Thu Apr 04, 2013 11:35 pm
Forum: code_saturne usage
Topic: Boundary conditions in 3.0.0
Replies: 3
Views: 2360

Re: Boundary conditions in 3.0.0

Hi, as already wrote Jacques, we have changed the writing of the diffusive boundary conditions coefficients. It is up to date in the theory guide. It was done for conveniency purpose and everything which was possible in 2.0 is in 3.0, just a matter of rewriting. By the way, it is formally forbidden ...
by Martin FERRAND
Tue Mar 26, 2013 6:30 pm
Forum: code_saturne usage
Topic: Error in ALE
Replies: 3
Views: 2326

Re: Error in ALE

Dear Code Saturne team, I am using 3.0 version of the code. There is an error message that says, /home/projets/saturne/Code_Saturne/3.0/src/code_saturne-3.0.0/src/gui/cs_gui_mobile_mesh.c:890: Fatal error. Formula is null for ale. Call stack: 1: 0x2aef45dedd34 <bft_error+0x94> (libsaturne.so.0) 2: ...
by Martin FERRAND
Thu May 24, 2012 9:21 am
Forum: code_saturne usage
Topic: MRF in Saturne?
Replies: 16
Views: 11634

Re: MRF in Saturne?

Hi, here is a setting for a code-code coupling between fluid2 and fluid1: /*------------------------------------------------------------------------- * Coupling with instance "fluid2". * * - coupled faces of groups "coupled_boundary2" * - all cells available as location support *...
by Martin FERRAND
Fri Apr 20, 2012 6:12 pm
Forum: code_saturne usage
Topic: Calculating gradient of pressure
Replies: 2
Views: 2937

Re: Calculating gradient of pressure

Hello James, to compute the gradient of any potential field (such as the pressure field) use grdpot, to compute the gradient of any scalar field which is not a potential (such as the Temperature) use grdcel, and to compute the gradient of vector fields (such as the velocity or the mesh velocity) use...
by Martin FERRAND
Thu Apr 19, 2012 10:20 am
Forum: code_saturne usage
Topic: About turbulent model
Replies: 4
Views: 3853

Re: about turbulent model

Dear Chengan, you are right when writing that it is not well described in the theory guide. The transport equation (and you can look at the code of the subroutine covofi.f90) of a scalar take into account a total diffusivity (which is K +K_T where K_T = \frac{\mu_T}{Pr_T} ). The equation of Energy i...
by Martin FERRAND
Mon Apr 16, 2012 4:37 pm
Forum: code_saturne usage
Topic: About turbulent model
Replies: 4
Views: 3853

Re: about turbulent model

Dear Chengan, I'm not sure I understand well your question. If you select a LES modeling, then the continuity equation and the momentum equation and the transport equation for any scalar are those of the LES averaged variables. That is to say, you do not need to add any term to the transport equatio...