ENH: Adding extrudePatchMesh, re-location of extrudeModel and

createShellMesh and introducing io::READ_IF_PRESENT option
in polyMesh constructor from components
This commit is contained in:
sergio
2012-04-19 14:07:51 +01:00
parent 2738c6b917
commit 9d6def688f
40 changed files with 620 additions and 32 deletions

View File

@ -130,6 +130,7 @@ Foam::solution::solution
obr,
(
obr.readOpt() == IOobject::MUST_READ
|| obr.readOpt() == IOobject::READ_IF_PRESENT
? IOobject::MUST_READ_IF_MODIFIED
: obr.readOpt()
),
@ -148,6 +149,7 @@ Foam::solution::solution
(
readOpt() == IOobject::MUST_READ
|| readOpt() == IOobject::MUST_READ_IF_MODIFIED
|| (readOpt() == IOobject::READ_IF_PRESENT && headerOk())
)
{
read(solutionDict());