sampledSet: Fix headers and interfaceHeight for new namespace

This commit is contained in:
Will Bainbridge
2018-06-21 12:34:21 +01:00
parent 5f8638bc74
commit 211ac3b04d
13 changed files with 14 additions and 14 deletions

View File

@ -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_,

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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