v2.06 vortex method
Posted: Thu Sep 12, 2013 5:25 pm
Hi,
I'm currently setting up the ahmed car body case using DDES, and I want to use the vortex method at the inlet.
I have a data file which contains u,v,w,u,v etc from a precursor RANS simulation (32798 lines).
When I go into usvort I therefore set ndat to be 32798, e.g the number of lines in my data file. However code_saturne gives me an error saying that the maximum size of ndat is 10,000, please check vortex.h.
So I copy vortex.h into my SRC directory and change ndatmx to be 40,000.
However it appears to ignore this when I run the simulation.
I'm using a version of saturne which is installed on a cluster which I don't have admin permissions so I cannot easily recompile it.
I was just wondering if firstly an include file can be read from the local SRC directory of a case, and if it isn't, is there any work around to set ndatmx to be 32798 but place ndatmx in one of the subroutines instead of a n include file?
Thanks very much,
Neil
I'm currently setting up the ahmed car body case using DDES, and I want to use the vortex method at the inlet.
I have a data file which contains u,v,w,u,v etc from a precursor RANS simulation (32798 lines).
When I go into usvort I therefore set ndat to be 32798, e.g the number of lines in my data file. However code_saturne gives me an error saying that the maximum size of ndat is 10,000, please check vortex.h.
So I copy vortex.h into my SRC directory and change ndatmx to be 40,000.
However it appears to ignore this when I run the simulation.
I'm using a version of saturne which is installed on a cluster which I don't have admin permissions so I cannot easily recompile it.
I was just wondering if firstly an include file can be read from the local SRC directory of a case, and if it isn't, is there any work around to set ndatmx to be 32798 but place ndatmx in one of the subroutines instead of a n include file?
Thanks very much,
Neil