sampledSet: Fix headers and interfaceHeight for new namespace
This commit is contained in:
@ -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_,
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user