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 "interpolation.H"
#include "IOmanip.H" #include "IOmanip.H"
#include "meshSearch.H" #include "meshSearch.H"
#include "lineCellFaceSet.H" #include "lineCellFace.H"
#include "Time.H" #include "Time.H"
#include "uniformDimensionedFields.H" #include "uniformDimensionedFields.H"
#include "volFields.H" #include "volFields.H"
@ -72,7 +72,7 @@ void Foam::functionObjects::interfaceHeight::writePositions()
forAll(locations_, li) forAll(locations_, li)
{ {
// Create a set along a ray projected in the direction of gravity // Create a set along a ray projected in the direction of gravity
const lineCellFaceSet set const sampledSets::lineCellFace set
( (
"", "",
mesh_, mesh_,

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::arcUniform Foam::sampledSets::arcUniform
Description Description
Uniform samples along an arc Uniform samples along an arc

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::boundaryPoints Foam::sampledSets::boundaryPoints
Description Description
Specified point samples within patches Specified point samples within patches

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::boundaryRandom Foam::sampledSets::boundaryRandom
Description Description
Random samples within patches Random samples within patches

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::boxUniform Foam::sampledSets::boxUniform
Description Description
Uniform 3D-grid of samples Uniform 3D-grid of samples

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::circleRandom Foam::sampledSets::circleRandom
Description Description
Random samples within a circle Random samples within a circle

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::lineCell Foam::sampledSets::lineCell
Description Description
Cell-samples along a line at the mid-points in-between face-intersections 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/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::lineCellFace Foam::sampledSets::lineCellFace
Description Description
Face-intersections along a line, plus cell-samples at the mid-points 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/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::lineFace Foam::sampledSets::lineFace
Description Description
Face-intersections along a line Face-intersections along a line

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::lineUniform Foam::sampledSets::lineUniform
Description Description
Uniform samples along a line Uniform samples along a line

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::points Foam::sampledSets::points
Description Description
Specified point samples. Optionally ordered into a continuous path. 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/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::sphereRandom Foam::sampledSets::sphereRandom
Description Description
Random samples within a sphere Random samples within a sphere

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::triSurfaceMeshSampledSet Foam::sampledSets::triSurfaceMeshSampledSet
Description Description
Samples from all the points of a triSurfaceMesh. Surface files are read Samples from all the points of a triSurfaceMesh. Surface files are read