not registering chemistry props dict in solvers

This commit is contained in:
andy
2009-06-19 12:56:08 +01:00
parent b6b7943fb7
commit a549c0c800
4 changed files with 8 additions and 4 deletions

View File

@ -8,7 +8,8 @@ IOdictionary chemistryProperties
runTime.constant(), runTime.constant(),
mesh, mesh,
IOobject::MUST_READ, IOobject::MUST_READ,
IOobject::NO_WRITE IOobject::NO_WRITE,
false
) )
); );

View File

@ -8,7 +8,8 @@ IOdictionary chemistryProperties
runTime.constant(), runTime.constant(),
mesh, mesh,
IOobject::MUST_READ, IOobject::MUST_READ,
IOobject::NO_WRITE IOobject::NO_WRITE,
false
) )
); );

View File

@ -8,7 +8,8 @@ IOdictionary chemistryProperties
runTime.constant(), runTime.constant(),
mesh, mesh,
IOobject::MUST_READ, IOobject::MUST_READ,
IOobject::NO_WRITE IOobject::NO_WRITE,
false
) )
); );

View File

@ -8,7 +8,8 @@ IOdictionary chemistryProperties
runTime.constant(), runTime.constant(),
mesh, mesh,
IOobject::MUST_READ, IOobject::MUST_READ,
IOobject::NO_WRITE IOobject::NO_WRITE,
false
) )
); );