mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Setting transient to true when cloud is not active.
This commit is contained in:
@ -66,7 +66,7 @@ Foam::cloudSolution::cloudSolution(const fvMesh& mesh, const dictionary& dict)
|
|||||||
|
|
||||||
// transient default to false asks for extra massFlowRate
|
// transient default to false asks for extra massFlowRate
|
||||||
// in transient lagrangian
|
// in transient lagrangian
|
||||||
dict_.lookup("transient") >> transient_;
|
transient_ = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user