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

using cloud::prefix instead of hard-coded Lagrangian

parent 1083147a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ void Foam::InjectionModel<CloudType>::readProps()
(
"injectionProperties",
owner_.db().time().timeName(),
"uniform/Lagrangian"/owner_.name(),
"uniform"/cloud::prefix/owner_.name(),
owner_.db(),
IOobject::MUST_READ,
IOobject::NO_WRITE,
......@@ -67,7 +67,7 @@ void Foam::InjectionModel<CloudType>::writeProps()
(
"injectionProperties",
owner_.db().time().timeName(),
"uniform/Lagrangian"/owner_.name(),
"uniform"/cloud::prefix/owner_.name(),
owner_.db(),
IOobject::NO_READ,
IOobject::NO_WRITE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment