Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
integration-cfmesh
Commits
1d697d97
Commit
1d697d97
authored
Sep 25, 2014
by
Franjo
Browse files
Added checking of settings in checkMeshDict
parent
0544aae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/checkMeshDict/checkMeshDict.C
View file @
1d697d97
...
...
@@ -109,6 +109,12 @@ void checkMeshDict::checkBasicSettings() const
readBool
(
meshDict_
.
lookup
(
"checkForGluedMesh"
));
}
}
//- check if enforceConstraints is available
if
(
meshDict_
.
found
(
"enforceGeometryConstraints"
)
)
{
readBool
(
meshDict_
.
lookup
(
"enforceGeometryConstraints"
));
}
}
void
checkMeshDict
::
checkPatchCellSize
()
const
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment