mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
using cloud::prefix instead of hard-coded Lagrangian
This commit is contained in:
@ -37,7 +37,7 @@ void Foam::InjectionModel<CloudType>::readProps()
|
|||||||
(
|
(
|
||||||
"injectionProperties",
|
"injectionProperties",
|
||||||
owner_.db().time().timeName(),
|
owner_.db().time().timeName(),
|
||||||
"uniform/Lagrangian"/owner_.name(),
|
"uniform"/cloud::prefix/owner_.name(),
|
||||||
owner_.db(),
|
owner_.db(),
|
||||||
IOobject::MUST_READ,
|
IOobject::MUST_READ,
|
||||||
IOobject::NO_WRITE,
|
IOobject::NO_WRITE,
|
||||||
@ -67,7 +67,7 @@ void Foam::InjectionModel<CloudType>::writeProps()
|
|||||||
(
|
(
|
||||||
"injectionProperties",
|
"injectionProperties",
|
||||||
owner_.db().time().timeName(),
|
owner_.db().time().timeName(),
|
||||||
"uniform/Lagrangian"/owner_.name(),
|
"uniform"/cloud::prefix/owner_.name(),
|
||||||
owner_.db(),
|
owner_.db(),
|
||||||
IOobject::NO_READ,
|
IOobject::NO_READ,
|
||||||
IOobject::NO_WRITE,
|
IOobject::NO_WRITE,
|
||||||
|
|||||||
Reference in New Issue
Block a user