mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
subsetting point fields
This commit is contained in:
@ -77,7 +77,7 @@ surfaceSlipDisplacementPointPatchVectorField
|
||||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
pointPatchVectorField(p, iF),
|
||||
pointPatchVectorField(p, iF, dict),
|
||||
surfaceNames_(dict.lookup("projectSurfaces")),
|
||||
projectMode_(followModeNames_.read(dict.lookup("followMode"))),
|
||||
projectDir_(dict.lookup("projectDirection")),
|
||||
|
||||
Reference in New Issue
Block a user