mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: macros for non-templated boundary conditions
This commit is contained in:
@ -196,7 +196,7 @@ void angularOscillatingDisplacementPointPatchVectorField::write
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
pointPatchVectorField,
|
||||
angularOscillatingDisplacementPointPatchVectorField
|
||||
|
||||
@ -201,7 +201,7 @@ void angularOscillatingVelocityPointPatchVectorField::write
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
pointPatchVectorField,
|
||||
angularOscillatingVelocityPointPatchVectorField
|
||||
|
||||
@ -127,7 +127,7 @@ void oscillatingDisplacementPointPatchVectorField::write(Ostream& os) const
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
pointPatchVectorField,
|
||||
oscillatingDisplacementPointPatchVectorField
|
||||
|
||||
@ -171,7 +171,7 @@ void oscillatingVelocityPointPatchVectorField::write(Ostream& os) const
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
pointPatchVectorField,
|
||||
oscillatingVelocityPointPatchVectorField
|
||||
|
||||
@ -499,7 +499,7 @@ void surfaceDisplacementPointPatchVectorField::write(Ostream& os) const
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
fixedValuePointPatchVectorField,
|
||||
surfaceDisplacementPointPatchVectorField
|
||||
|
||||
@ -448,7 +448,7 @@ void surfaceSlipDisplacementPointPatchVectorField::write(Ostream& os) const
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePointPatchTypeField
|
||||
makeNonTemplatedPointPatchTypeField
|
||||
(
|
||||
pointPatchVectorField,
|
||||
surfaceSlipDisplacementPointPatchVectorField
|
||||
|
||||
Reference in New Issue
Block a user