mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cloudSolution: Check consistency between the transient option
and the continuous-phase simulation type For LTS and steady-state simulations the transient option does not need to be provided as only steady-state tracking is appropriate. For transient running the Lagrangian tracking may be steady or transient.
This commit is contained in:
committed by
Andrew Heather
parent
3f5103235e
commit
076cf421f3
@ -19,7 +19,6 @@ solution
|
||||
{
|
||||
active yes;
|
||||
|
||||
transient no; // yes;
|
||||
calcFrequency 10;
|
||||
maxTrackTime 5.0;
|
||||
maxCo 0.3;
|
||||
|
||||
@ -19,7 +19,6 @@ solution
|
||||
{
|
||||
active yes;
|
||||
|
||||
transient no; // yes;
|
||||
calcFrequency 10;
|
||||
maxTrackTime 5.0;
|
||||
maxCo 0.3;
|
||||
|
||||
Reference in New Issue
Block a user