mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected reading of "LESProperties".
This commit is contained in:
@ -139,7 +139,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
|
|||||||
|
|
||||||
IOobject LESPropertiesHeader
|
IOobject LESPropertiesHeader
|
||||||
(
|
(
|
||||||
"RASProperties",
|
"LESProperties",
|
||||||
runTime.constant(),
|
runTime.constant(),
|
||||||
mesh,
|
mesh,
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ,
|
||||||
|
|||||||
Reference in New Issue
Block a user