sampledSet: Fix headers and interfaceHeight for new namespace
This commit is contained in:
@ -28,7 +28,7 @@ License
|
||||
#include "interpolation.H"
|
||||
#include "IOmanip.H"
|
||||
#include "meshSearch.H"
|
||||
#include "lineCellFaceSet.H"
|
||||
#include "lineCellFace.H"
|
||||
#include "Time.H"
|
||||
#include "uniformDimensionedFields.H"
|
||||
#include "volFields.H"
|
||||
@ -72,7 +72,7 @@ void Foam::functionObjects::interfaceHeight::writePositions()
|
||||
forAll(locations_, li)
|
||||
{
|
||||
// Create a set along a ray projected in the direction of gravity
|
||||
const lineCellFaceSet set
|
||||
const sampledSets::lineCellFace set
|
||||
(
|
||||
"",
|
||||
mesh_,
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::arcUniform
|
||||
Foam::sampledSets::arcUniform
|
||||
|
||||
Description
|
||||
Uniform samples along an arc
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::boundaryPoints
|
||||
Foam::sampledSets::boundaryPoints
|
||||
|
||||
Description
|
||||
Specified point samples within patches
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::boundaryRandom
|
||||
Foam::sampledSets::boundaryRandom
|
||||
|
||||
Description
|
||||
Random samples within patches
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::boxUniform
|
||||
Foam::sampledSets::boxUniform
|
||||
|
||||
Description
|
||||
Uniform 3D-grid of samples
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::circleRandom
|
||||
Foam::sampledSets::circleRandom
|
||||
|
||||
Description
|
||||
Random samples within a circle
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::lineCell
|
||||
Foam::sampledSets::lineCell
|
||||
|
||||
Description
|
||||
Cell-samples along a line at the mid-points in-between face-intersections
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::lineCellFace
|
||||
Foam::sampledSets::lineCellFace
|
||||
|
||||
Description
|
||||
Face-intersections along a line, plus cell-samples at the mid-points
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::lineFace
|
||||
Foam::sampledSets::lineFace
|
||||
|
||||
Description
|
||||
Face-intersections along a line
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::lineUniform
|
||||
Foam::sampledSets::lineUniform
|
||||
|
||||
Description
|
||||
Uniform samples along a line
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::points
|
||||
Foam::sampledSets::points
|
||||
|
||||
Description
|
||||
Specified point samples. Optionally ordered into a continuous path.
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::sphereRandom
|
||||
Foam::sampledSets::sphereRandom
|
||||
|
||||
Description
|
||||
Random samples within a sphere
|
||||
|
||||
@ -22,7 +22,7 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::triSurfaceMeshSampledSet
|
||||
Foam::sampledSets::triSurfaceMeshSampledSet
|
||||
|
||||
Description
|
||||
Samples from all the points of a triSurfaceMesh. Surface files are read
|
||||
|
||||
Reference in New Issue
Block a user