Search found 284 matches

by Luciano Garelli
Thu Sep 14, 2017 9:45 pm
Forum: code_saturne usage
Topic: Noisy pressure distribution
Replies: 1
Views: 1427

Re: Noisy pressure distribution

Hello,

In your listing file several mesh quality issue has been detected. Viewing the geometry and its dimensions in the listing file you can try to do a 2D mesh and then extrude (using the CS extrude mesh feature in Mesh options) in the z direction.

Best regards,

Luciano
by Luciano Garelli
Thu Aug 10, 2017 7:39 pm
Forum: code_saturne usage
Topic: total stress ...
Replies: 1
Views: 1669

Re: total stress ...

Hello

Yes, the normal stress include the pressure (if i'm not wrong). Also you can check this post may be can help you.

http://code-saturne.org/forum/viewtopic.php?f=2&t=1794

Regards,

Luciano
by Luciano Garelli
Thu Aug 10, 2017 7:18 pm
Forum: code_saturne usage
Topic: usage of cs_user_extra_operations.f90
Replies: 2
Views: 2203

Re: usage of cs_user_extra_operations.f90

Hello,

You just have to copy the file (from SRC/REFERENCE or SRC/EXAMPLE) to /SRC in order to be compile during the CS run.

Regards,

Luciano
by Luciano Garelli
Fri Jun 30, 2017 3:48 pm
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 2930

Re: Convergence, windtunnel with obstacle

Hello, By default in CS 5.0 the precisions are the following (you can view in setup.log) epsrgr 1e-05 Gradient reconstruction precision epsrsm 1e-07 Rhs reconstruction precision epsilo 1e-08 Resolution precision (Iterative solver) You can try to change these values using the subroutine usipsu inside...
by Luciano Garelli
Mon Jun 26, 2017 11:08 pm
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 2930

Re: Convergence, windtunnel with obstacle

Hello, The problem that you want to simulate is a 3D problem and you are solving a "2D" (only 1 cell in the z-axis), this will change the flow around the cube. Additionally, the paper mention that the copper cube is cover with a epoxy layer of 1.5 mm and at its interior surface, a constant...
by Luciano Garelli
Mon Jun 26, 2017 10:30 pm
Forum: code_saturne usage
Topic: Mesh version problem
Replies: 2
Views: 1901

Re: Mesh version problem

Hello,

I'm not sure..but I think that when you export the mesh in CGNS the names of the face groups are changed. So, you can do first a mesh preprocessing in order to identify the new group names in the preprocessing.log file and then update the names in the BC definition.

Regards,

Luciano
by Luciano Garelli
Sun Jun 25, 2017 3:32 pm
Forum: code_saturne usage
Topic: Problem of verifying the quality of the mesh in CS 5.0
Replies: 5
Views: 4307

Re: Problem of verifying the quality of the mesh in CS 5.0

Hello,
The file that you have to read in order to load the BC's is the preprocessor.log as the pop-up notifications says.
preprocessor.png
Regards,

Luciano
by Luciano Garelli
Fri Jun 23, 2017 4:37 pm
Forum: code_saturne usage
Topic: Crank-Nicolson
Replies: 5
Views: 2831

Re: Crank-Nicolson

Hello, The option to change the time stepping scheme is "ischtp", the doxygen doc says that ischtp=1 is 1st order (default) and ischtp=2: 2nd order. I think that you can set it using the subroutine usipsu in the cs_user_parameters.f90 by setting ischtp=2. Also, if ischtp=2 the code set the...
by Luciano Garelli
Fri Jun 23, 2017 4:12 pm
Forum: code_saturne usage
Topic: Problem of verifying the quality of the mesh in CS 5.0
Replies: 5
Views: 4307

Re: Problem of verifying the quality of the mesh in CS 5.0

Hello,

In CS 5 you have to switch to the "prepocessing mode" (in the fig that you post you are in the "calculation mode") and then select "mesh quality criteria" in the preprocessing type.
mesh_quality.jpg
Regards,

Luciano
by Luciano Garelli
Wed Jun 14, 2017 2:31 pm
Forum: code_saturne usage
Topic: How to plot residuals in Windows?
Replies: 34
Views: 16048

Re: How to plot residuals in Windows?

Hello, From yours xml files I saw that you are running 16000 iterations using a variable time step in space and in time with CFD=1 and Fo=10, so if you refine the mesh the, solution that you are showing in the last two figures doesn't correspond to the same "instant", because you change th...