Skip to content
Snippets Groups Projects
Commit 43da6601 authored by Felix's avatar Felix
Browse files

end time as parameter

parent c49d95f9
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ Tw 310; ...@@ -5,3 +5,4 @@ Tw 310;
Pr_t 1; Pr_t 1;
thickness 1; thickness 1;
radius 1; radius 1;
end_Time 100;
...@@ -15,6 +15,8 @@ FoamFile ...@@ -15,6 +15,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "../parameters";
application buoyantBoussinesqPimpleFoam; application buoyantBoussinesqPimpleFoam;
startFrom latestTime; startFrom latestTime;
...@@ -23,7 +25,8 @@ startTime 0; ...@@ -23,7 +25,8 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 1000; /* endTime 1000; */
endTime $end_Time; // hoping that steady state or regular fluctuation is reached
deltaT 1; deltaT 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment