Skip to content
Snippets Groups Projects
Commit d16f1312 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: P1 model - read qr field if present - see #1659

parent ba8d45c8
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ Foam::radiation::P1::P1(const volScalarField& T) ...@@ -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_,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment