Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9b1788ac
Commit
9b1788ac
authored
Nov 04, 2010
by
graham
Browse files
ENH: boundBox volume function.
parent
ff473b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/boundBox/boundBox.H
View file @
9b1788ac
...
...
@@ -152,6 +152,12 @@ public:
return
::
Foam
::
mag
(
max_
-
min_
);
}
//- The volume of the bound box
scalar
volume
()
const
{
return
cmptProduct
(
span
());
}
//- Smallest length/height/width dimension
scalar
minDim
()
const
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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