mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: P1 model - read qr field if present - see #1659
This commit is contained in:
@ -72,7 +72,7 @@ Foam::radiation::P1::P1(const volScalarField& T)
|
|||||||
"qr",
|
"qr",
|
||||||
mesh_.time().timeName(),
|
mesh_.time().timeName(),
|
||||||
mesh_,
|
mesh_,
|
||||||
IOobject::NO_READ,
|
IOobject::READ_IF_PRESENT,
|
||||||
IOobject::AUTO_WRITE
|
IOobject::AUTO_WRITE
|
||||||
),
|
),
|
||||||
mesh_,
|
mesh_,
|
||||||
|
|||||||
Reference in New Issue
Block a user