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/)
-   -   Solver doesnbt start (https://www.cfd-online.com/Forums/openfoam-solving/59731-solver-doesnbt-start.html)

martink April 19, 2007 06:51

Hello, after starting the s
 
Hello,

after starting the solver I got these Info:

...
Case : Test
Nprocs : 1
Create time

Create mesh for time = 0

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model kEpsilon

Starting time loop

Time = 1


That's all!
What is wrong with my model?

rafal April 19, 2007 06:59

first guess: isnt time=1 the
 
first guess:
isnt time=1 the final time of your simulation?
check <root>/<case>/constant/controlDict

BTW:
what solver?
what case? from supplied tutorial dir?
rafal

martink April 19, 2007 07:26

hello, application simp
 
hello,

application simpleFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 5;
deltaT 0.01;
writeControl runTime;
writeInterval 100;
purgewrite 0;
writeFormat ascii;
writePrecision 6;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
graphFormat raw;
runTimeModifiable yes;

This is an own Test case, imported from gambit.

Martin


All times are GMT -4. The time now is 18:49.