mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: relocate uniformFixedValuePointPatchField to meshTools
- was in fvMotionSolver, but only requires PatchFunction1 capabilities (from within meshTools). GIT: relocate IOmapDistributePolyMesh (from dynamicMesh to OpenFOAM)
This commit is contained in:
@ -666,6 +666,7 @@ $(mapPolyMesh)/mapDistribute/mapDistribute.C
|
|||||||
$(mapPolyMesh)/mapDistribute/mapDistributeBase.C
|
$(mapPolyMesh)/mapDistribute/mapDistributeBase.C
|
||||||
$(mapPolyMesh)/mapDistribute/mapDistributePolyMesh.C
|
$(mapPolyMesh)/mapDistribute/mapDistributePolyMesh.C
|
||||||
$(mapPolyMesh)/mapDistribute/IOmapDistribute.C
|
$(mapPolyMesh)/mapDistribute/IOmapDistribute.C
|
||||||
|
$(mapPolyMesh)/mapDistribute/IOmapDistributePolyMesh.C
|
||||||
$(mapPolyMesh)/mapAddedPolyMesh.C
|
$(mapPolyMesh)/mapAddedPolyMesh.C
|
||||||
|
|
||||||
PrimitivePatch = $(primitiveMesh)/PrimitivePatch
|
PrimitivePatch = $(primitiveMesh)/PrimitivePatch
|
||||||
|
|||||||
@ -81,7 +81,6 @@ polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C
|
|||||||
|
|
||||||
fvMeshAdder/fvMeshAdder.C
|
fvMeshAdder/fvMeshAdder.C
|
||||||
fvMeshDistribute/fvMeshDistribute.C
|
fvMeshDistribute/fvMeshDistribute.C
|
||||||
fvMeshDistribute/IOmapDistributePolyMesh.C
|
|
||||||
polyMeshAdder/faceCoupleInfo.C
|
polyMeshAdder/faceCoupleInfo.C
|
||||||
polyMeshAdder/polyMeshAdder.C
|
polyMeshAdder/polyMeshAdder.C
|
||||||
|
|
||||||
|
|||||||
@ -37,12 +37,10 @@ $(derivedPoint)/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorF
|
|||||||
$(derivedPoint)/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C
|
$(derivedPoint)/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C
|
||||||
$(derivedPoint)/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C
|
$(derivedPoint)/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C
|
||||||
$(derivedPoint)/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C
|
$(derivedPoint)/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C
|
||||||
$(derivedPoint)/uniformFixedValue/uniformFixedValuePointPatchFields.C
|
|
||||||
$(derivedPoint)/waveDisplacement/waveDisplacementPointPatchVectorField.C
|
$(derivedPoint)/waveDisplacement/waveDisplacementPointPatchVectorField.C
|
||||||
|
|
||||||
$(derivedPoint)/timeVaryingMappedFixedValue/timeVaryingMappedFixedValuePointPatchFields.C
|
$(derivedPoint)/timeVaryingMappedFixedValue/timeVaryingMappedFixedValuePointPatchFields.C
|
||||||
$(derivedPoint)/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C
|
$(derivedPoint)/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LIB = $(FOAM_LIBBIN)/libfvMotionSolvers
|
LIB = $(FOAM_LIBBIN)/libfvMotionSolvers
|
||||||
|
|||||||
@ -81,7 +81,8 @@ meshSearch/meshSearch.C
|
|||||||
meshSearch/meshSearchFACE_CENTRE_TRISMeshObject.C
|
meshSearch/meshSearchFACE_CENTRE_TRISMeshObject.C
|
||||||
meshSearch/meshSearchMeshObject.C
|
meshSearch/meshSearchMeshObject.C
|
||||||
|
|
||||||
fields/polyMeshFields.C
|
fields/pointPatchFields/uniformFixedValue/uniformFixedValuePointPatchFields.C
|
||||||
|
fields/volume/polyMeshFields.C
|
||||||
meshTools/meshTools.C
|
meshTools/meshTools.C
|
||||||
|
|
||||||
algorithms = algorithms
|
algorithms = algorithms
|
||||||
|
|||||||
Reference in New Issue
Block a user