Search found 13 matches

by deandrade87
Tue Aug 16, 2016 11:34 am
Forum: code_saturne usage
Topic: code_saturne run --finalize
Replies: 3
Views: 2776

Re: code_saturne run --finalize

Hi Yvan,


thank you for the answer. In my case the scratch filesystem is much faster than the home one, so I need to launch things there. Also, where should I run the command from? From the case root folder? Or from the scratch folder?


Jacopo
by deandrade87
Mon Aug 15, 2016 6:27 pm
Forum: code_saturne usage
Topic: code_saturne run --finalize
Replies: 3
Views: 2776

code_saturne run --finalize

Hello, in version 4.0 there is no code_saturne submit command, therefore I'm trying to use code_saturne run --initialize and then submit each "run_solver" file to my queueing system. After running all the cases, I have the results in the scratch folder. Now, how do I use code_saturne run -...
by deandrade87
Tue Jun 14, 2016 6:05 pm
Forum: code_saturne usage
Topic: Thermal wall function.
Replies: 0
Views: 36139

Thermal wall function.

Hello, I was checking clptur.f90 when I saw this bit of code: ! Dirichlet on the scalar, with wall function if (iturb.ne.0.and.icodcl(ifac,ivar).eq.5) then call hturbp(iwalfs,prdtl,sigmas(iscal),yplus,dplus,hflui,ypth) ! Compute (y+-d+)/T+ *PrT yptp = hflui/prdtl ! Compute lambda/y * (y+-d+)/T+ hflu...
by deandrade87
Thu Nov 19, 2015 5:59 pm
Forum: code_saturne usage
Topic: Tensor scalar diffusivity
Replies: 3
Views: 3246

Re: Tensor scalar diffusivity

Hi Martin,


ok. I would like to insert an anisotropic diffusivity in the scalar equation and in the k and epsilon equations. Does that mean that I will always have the same diffusivity tensor and that I need to define some Prandtl or Lewis numbers to rescale according to each equation?


Thanks!
by deandrade87
Thu Nov 19, 2015 2:04 pm
Forum: code_saturne usage
Topic: Tensor scalar diffusivity
Replies: 3
Views: 3246

Tensor scalar diffusivity

Hello,


checking the code, I can't find an option to set a tensor diffusivity for user scalars. Can you please confirm me that such an option does not exist? If instead it exists, where can I find it? In covofi the only options for tensor diffusivity are for the RSMs.


Thanks
by deandrade87
Wed Sep 02, 2015 10:36 am
Forum: code_saturne usage
Topic: Creation of mesh groups
Replies: 3
Views: 2723

Re: Creation of mesh groups

Hi Yvan, in the fortran part of the code I have some lists of cells and I would like to postprocess them separately: basically I would like to have a writer for each list. Would it be possible without defining new groups? I fear the answer is no, but you are more expert than me and maybe you have al...
by deandrade87
Tue Sep 01, 2015 7:45 pm
Forum: code_saturne usage
Topic: Creation of mesh groups
Replies: 3
Views: 2723

Creation of mesh groups

Hello,


is it possible to create mesh groups within the fortran part of the code? If not, is there a simple user example that explains how to build a C/fortran binding?


Thanks



Jacopo
by deandrade87
Tue Jan 13, 2015 6:01 pm
Forum: code_saturne usage
Topic: Radiative transfer boundary conditions for itypfb = iindef
Replies: 1
Views: 1928

Radiative transfer boundary conditions for itypfb = iindef

Hello, I'm trying to use the radiative heat transfer module in version 3.2.4 together with some faces with itypfb(ifac) = iindef. Checking raycll.f90, there is no standard treatment of such faces. Is there anything somewhere else? Is this a bug? Or am I supposed to edit some user subroutine with suc...
by deandrade87
Fri Oct 31, 2014 12:53 pm
Forum: Discussion
Topic: In-run average setting
Replies: 1
Views: 3583

In-run average setting

Hello, as a user I would like to give the following suggestion. I find annoying to stop a simulation and restart it to make the fields averages whenever I converge to some steady-on-average conditions, so why not putting an option in the control file that makes the averaging start whenever I want? I...
by deandrade87
Thu Oct 23, 2014 11:43 am
Forum: Installation issues
Topic: Insrtallation on Ubuntu 14.04 LTS
Replies: 2
Views: 4067

Re: Insrtallation on Ubuntu 14.04 LTS

Hello Yvan,

thanks for the support, I confirm that the installation is successful using the command "./sbin/bootstrap".

Cheers!