cloud, surfaceRegistry: rename subInstance -> prefix

This commit is contained in:
Mark Olesen
2009-03-16 08:27:03 +01:00
parent 8d8a8ef88d
commit fe455d1cbf
32 changed files with 73 additions and 75 deletions

View File

@ -21,7 +21,7 @@ List<IOField<vector>* > sprayVectorFieldPtrs
(
sprayScalarNames[fieldI],
runTime.timeName(),
cloud::subInstance,
cloud::prefix,
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE
@ -53,7 +53,7 @@ List<IOField<vector>* > sprayVectorFieldPtrs
(
sprayVectorNames[fieldI],
runTime.timeName(),
cloud::subInstance,
cloud::prefix,
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE

View File

@ -42,7 +42,7 @@ forAll(Times, timeI)
// Same for spray
IOobjectList sprayObjects(mesh, runTime.timeName(), cloud::subInstance);
IOobjectList sprayObjects(mesh, runTime.timeName(), cloud::prefix);
{
wordList fieldNames(sprayObjects.names(scalarIOField::typeName));
forAll(fieldNames, fieldI)