mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: When cloud is inactive, the transient flag needs to be read to avoid default value false and the unnecassary massFlowRate input
This commit is contained in:
@ -63,6 +63,10 @@ Foam::cloudSolution::cloudSolution(const fvMesh& mesh, const dictionary& dict)
|
||||
{
|
||||
Info<< "Cloud source terms will be held constant" << endl;
|
||||
}
|
||||
|
||||
// transient default to false asks for extra massFlowRate
|
||||
// in transient lagrangian
|
||||
dict_.lookup("transient") >> transient_;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user