CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Problem with deltaT in interFoam (https://www.cfd-online.com/Forums/openfoam-solving/126231-problem-deltat-interfoam.html)

fedarduino November 11, 2013 11:23

Problem with deltaT in interFoam
 
Hello everybody,

I am new to OpenFOAM. I am trying to simulate a casting filling process by using the interFOAM solver. I imported and meshed my geometry through Salome (using then the IdeasUnvToFoam tool) and ran it.
Everything looks fine, despite the fact that, regardless of the values of deltaT, maxCo or maxAlphaCo I use in the controlDict, the simulation is really slow (with deltaT around 10^-5) and I cannot get any results out of it.

Do you have any hints about how to solve this problem?

If needed I can upload my .unv mesh file as well. I attach here my controlDict file.

Thank you in advance for your help!!

Federico


--------------------------------------------------------


application interFoam;

startFrom startTime;

startTime 0;

stopAt endTime;

endTime 3;

deltaT 0.001;

writeControl adjustableRunTime;

writeInterval 0.25;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

adjustTimeStep yes;

maxCo 0.3;
maxAlphaCo 0.3;


All times are GMT -4. The time now is 19:50.