mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updated database
This commit is contained in:
@ -51,7 +51,7 @@ Foam::radiation::radiationModel::radiationModel(const volScalarField& T)
|
|||||||
(
|
(
|
||||||
"radiationProperties",
|
"radiationProperties",
|
||||||
T.time().constant(),
|
T.time().constant(),
|
||||||
T.mesh().objectRegistry::db(),
|
T.mesh(),
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ,
|
||||||
IOobject::NO_WRITE
|
IOobject::NO_WRITE
|
||||||
)
|
)
|
||||||
@ -79,7 +79,7 @@ Foam::radiation::radiationModel::radiationModel
|
|||||||
(
|
(
|
||||||
"radiationProperties",
|
"radiationProperties",
|
||||||
T.time().constant(),
|
T.time().constant(),
|
||||||
T.mesh().objectRegistry::db(),
|
T.mesh(),
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ,
|
||||||
IOobject::NO_WRITE
|
IOobject::NO_WRITE
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user