Search found 72 matches
- Fri Jul 12, 2013 10:15 am
- Forum: Installation issues
- Topic: Compile issue v3.0.1 Ubuntu 12.04
- Replies: 5
- Views: 7522
Re: Compile issue v3.0.1 Ubuntu 12.04
Hi Yvan Thank you for the advice regarding the modules. Wanting to modify the paramx module comes from my v2.0 modifications where it was a header file and so these issues never followed. The reason for paramx is that it is a new boundary condition I am adding and wanted to group together. I can of ...
- Thu Jul 11, 2013 12:10 pm
- Forum: Installation issues
- Topic: Compile issue v3.0.1 Ubuntu 12.04
- Replies: 5
- Views: 7522
Re: Compile issue v3.0.1 Ubuntu 12.04
And the other compile log for paramx only
- Thu Jul 11, 2013 12:09 pm
- Forum: Installation issues
- Topic: Compile issue v3.0.1 Ubuntu 12.04
- Replies: 5
- Views: 7522
Re: Compile issue v3.0.1 Ubuntu 12.04
Hi Yvan Yes I am not trying to recompile the code or anything. I've attached a minimal example of what is happening: I declare an integer in paramx and try to use it in cs_user_extra_operations If I compile (code_saturne compile) with only paramx in the directory there doesn't seem to be a problem. ...
- Wed Jul 10, 2013 10:53 pm
- Forum: Installation issues
- Topic: Compile issue v3.0.1 Ubuntu 12.04
- Replies: 5
- Views: 7522
Compile issue v3.0.1 Ubuntu 12.04
I am having trouble getting subroutines to compile for saturne v3.0.1 in Ubuntu 12.04 I have added something to paramx.f90 and when I compile this subroutine doesn't compile with the changes. I have also tried on a different system which has the same saturne installed (but I didn't install it) and e...
- Fri May 31, 2013 4:29 pm
- Forum: code_saturne usage
- Topic: Meshing advice - actuator disk, nacelle, channel
- Replies: 3
- Views: 4283
Re: Meshing advice - actuator disk, nacelle, channel
Hi The problem is not so hard to make structured although it depends on the meshing software. ICEM CFD could deal with this quite quickly. What mesher are you using? The stages I would go for would be: 1 - O-mesh along length of channel fitting around disk radius. 2 - Cuts at front and back of disk ...
- Thu May 30, 2013 8:00 am
- Forum: code_saturne usage
- Topic: Modeling of wave breaking with code-saturne ??
- Replies: 2
- Views: 3063
Re: Modélisation du déferlemnt de la houle
Hi - at University of Manchester there has been people look at free surface and waves extending the initial developments in Code_Saturne but, as Jacques says, this is not using the VOF approach and so cannot simulate wave breaking. You can try OpenFOAM (which is open source) or CFX which both have V...
- Fri Mar 15, 2013 4:59 pm
- Forum: code_saturne usage
- Topic: print in probes_files at each time step ?
- Replies: 3
- Views: 5147
Re: print in probes_files at each time step ?
You can change it in usini1, anywhere in the usipes subroutine. So a good place is the line below where nthist is.
But yes if you wanted to override the default then change in caltri.
But yes if you wanted to override the default then change in caltri.
- Fri Mar 15, 2013 1:27 pm
- Forum: code_saturne usage
- Topic: print in probes_files at each time step ?
- Replies: 3
- Views: 5147
Re: print in probes_files at each time step ?
You can type the following to print to the listing every 100 time steps.
By default it will do the first 10 and then every 1/4 of the calculation.
Also I think the file is rewritten not appended to, so don't do this too often for big calculations or you'll waste a lot of time.
Code: Select all
nthsav = 100
Also I think the file is rewritten not appended to, so don't do this too often for big calculations or you'll waste a lot of time.
- Mon Feb 04, 2013 11:00 am
- Forum: code_saturne usage
- Topic: How to set the "Periodic Boundary Conditions"?
- Replies: 9
- Views: 7029
Re: How to set the "Periodic Boundary Conditions"?
Hi Yuan,
There is an example of how to do it with the GUI at the tutorial here - http://cfd.mace.manchester.ac.uk/twiki/ ... leTutorial
Hope that helps!
James
There is an example of how to do it with the GUI at the tutorial here - http://cfd.mace.manchester.ac.uk/twiki/ ... leTutorial
Hope that helps!
James
- Tue Oct 23, 2012 9:37 am
- Forum: code_saturne usage
- Topic: Error of boundary condistion setting?
- Replies: 2
- Views: 3186
Re: Error of boundary condistion setting?
In the RESU folder there should be a results file called ERROR.ENSIGHT.xxxxxx which if you visualise will show you which boundary conditions you have not defined properly.