mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add trailing ';' after makePatchTypeFieldTypedefs
This commit is contained in:
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(mixedFixedValueSlip)
|
||||
makePatchTypeFieldTypedefs(mixedFixedValueSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class mixedFixedValueSlipFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(mixedFixedValueSlip)
|
||||
makePatchTypeFieldTypedefs(mixedFixedValueSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(basicSymmetry)
|
||||
makePatchTypeFieldTypedefs(basicSymmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(calculated)
|
||||
makePatchTypeFieldTypedefs(calculated);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class calculatedFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(calculated)
|
||||
makePatchTypeFieldTypedefs(calculated);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(coupled)
|
||||
makePatchTypeFieldTypedefs(coupled);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class coupledFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(coupled)
|
||||
makePatchTypeFieldTypedefs(coupled);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(directionMixed)
|
||||
makePatchTypeFieldTypedefs(directionMixed);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class directionMixedFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(directionMixed)
|
||||
makePatchTypeFieldTypedefs(directionMixed);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedGradient)
|
||||
makePatchTypeFieldTypedefs(fixedGradient);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class fixedGradientFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedGradient)
|
||||
makePatchTypeFieldTypedefs(fixedGradient);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedValue)
|
||||
makePatchTypeFieldTypedefs(fixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class fixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedValue)
|
||||
makePatchTypeFieldTypedefs(fixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(mixed)
|
||||
makePatchTypeFieldTypedefs(mixed);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class mixedFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(mixed)
|
||||
makePatchTypeFieldTypedefs(mixed);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(sliced)
|
||||
makePatchTypeFieldTypedefs(sliced);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class slicedFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(sliced)
|
||||
makePatchTypeFieldTypedefs(sliced);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(transform)
|
||||
makePatchTypeFieldTypedefs(transform);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class transformFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(transform)
|
||||
makePatchTypeFieldTypedefs(transform);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(zeroGradient)
|
||||
makePatchTypeFieldTypedefs(zeroGradient);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class zeroGradientFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(zeroGradient)
|
||||
makePatchTypeFieldTypedefs(zeroGradient);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(cyclic)
|
||||
makePatchTypeFieldTypedefs(cyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class cyclicFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(cyclic)
|
||||
makePatchTypeFieldTypedefs(cyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(cyclicSlip)
|
||||
makePatchTypeFieldTypedefs(cyclicSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class cyclicSlipFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(cyclicSlip)
|
||||
makePatchTypeFieldTypedefs(cyclicSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(empty)
|
||||
makePatchTypeFieldTypedefs(empty);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class emptyFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(empty)
|
||||
makePatchTypeFieldTypedefs(empty);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(jumpCyclic)
|
||||
makePatchTypeFieldTypedefs(jumpCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class jumpCyclicFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(jumpCyclic)
|
||||
makePatchTypeFieldTypedefs(jumpCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(nonuniformTransformCyclic)
|
||||
makePatchTypeFieldTypedefs(nonuniformTransformCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class nonuniformTransformCyclicFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(nonuniformTransformCyclic)
|
||||
makePatchTypeFieldTypedefs(nonuniformTransformCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(processor)
|
||||
makePatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class processorFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(processor)
|
||||
makePatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(processorCyclic)
|
||||
makePatchTypeFieldTypedefs(processorCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class processorCyclicFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(processor)
|
||||
makePatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(symmetry)
|
||||
makePatchTypeFieldTypedefs(symmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class symmetryFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(symmetry)
|
||||
makePatchTypeFieldTypedefs(symmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(wedge)
|
||||
makePatchTypeFieldTypedefs(wedge);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class wedgeFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(wedge)
|
||||
makePatchTypeFieldTypedefs(wedge);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(advective)
|
||||
makePatchTypeFieldTypedefs(advective);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class advectiveFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(advective)
|
||||
makePatchTypeFieldTypedefs(advective);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(directMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(directMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class directMappedFixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(directMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(directMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(fan)
|
||||
makePatchTypeFieldTypedefs(fan);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class fanFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(fan)
|
||||
makePatchTypeFieldTypedefs(fan);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedInternalValue)
|
||||
makePatchTypeFieldTypedefs(fixedInternalValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(fixedNormalSlip)
|
||||
makePatchTypeFieldTypedefs(fixedNormalSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(freestream)
|
||||
makePatchTypeFieldTypedefs(freestream);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class freestreamFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(freestream)
|
||||
makePatchTypeFieldTypedefs(freestream);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(inletOutlet)
|
||||
makePatchTypeFieldTypedefs(inletOutlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class inletOutletFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(inletOutlet)
|
||||
makePatchTypeFieldTypedefs(inletOutlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(oscillatingFixedValue)
|
||||
makePatchTypeFieldTypedefs(oscillatingFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class oscillatingFixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(oscillatingFixedValue)
|
||||
makePatchTypeFieldTypedefs(oscillatingFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(outletInlet)
|
||||
makePatchTypeFieldTypedefs(outletInlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class outletInletFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(outletInlet)
|
||||
makePatchTypeFieldTypedefs(outletInlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(outletMappedUniformInlet)
|
||||
makePatchTypeFieldTypedefs(outletMappedUniformInlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class outletMappedUniformInletFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(outletMappedUniformInlet)
|
||||
makePatchTypeFieldTypedefs(outletMappedUniformInlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(partialSlip)
|
||||
makePatchTypeFieldTypedefs(partialSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class partialSlipFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(partialSlip)
|
||||
makePatchTypeFieldTypedefs(partialSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(selfContainedDirectMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(selfContainedDirectMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class selfContainedDirectMappedFixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(selfContainedDirectMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(selfContainedDirectMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(slip)
|
||||
makePatchTypeFieldTypedefs(slip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class slipFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(slip)
|
||||
makePatchTypeFieldTypedefs(slip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(timeVaryingMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(timeVaryingMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class timeVaryingMappedFixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(timeVaryingMappedFixedValue)
|
||||
makePatchTypeFieldTypedefs(timeVaryingMappedFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(timeVaryingUniformFixedValue)
|
||||
makePatchTypeFieldTypedefs(timeVaryingUniformFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(turbulentInlet)
|
||||
makePatchTypeFieldTypedefs(turbulentInlet);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(uniformFixedValue)
|
||||
makePatchTypeFieldTypedefs(uniformFixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class uniformFixedValueFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(uniform)
|
||||
makePatchTypeFieldTypedefs(uniform);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(waveTransmissive)
|
||||
makePatchTypeFieldTypedefs(waveTransmissive);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class waveTransmissiveFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(waveTransmissive)
|
||||
makePatchTypeFieldTypedefs(waveTransmissive);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(calculated)
|
||||
makeFvsPatchTypeFieldTypedefs(calculated);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class calculatedFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(calculated)
|
||||
makeFvsPatchTypeFieldTypedefs(calculated);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(coupled)
|
||||
makeFvsPatchTypeFieldTypedefs(coupled);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class coupledFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(coupled)
|
||||
makeFvsPatchTypeFieldTypedefs(coupled);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(fixedValue)
|
||||
makeFvsPatchTypeFieldTypedefs(fixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class fixedValueFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(fixedValue)
|
||||
makeFvsPatchTypeFieldTypedefs(fixedValue);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(sliced)
|
||||
makeFvsPatchTypeFieldTypedefs(sliced);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class slicedFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(sliced)
|
||||
makeFvsPatchTypeFieldTypedefs(sliced);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(cyclic)
|
||||
makeFvsPatchTypeFieldTypedefs(cyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class cyclicFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(cyclic)
|
||||
makeFvsPatchTypeFieldTypedefs(cyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(cyclicSlip)
|
||||
makeFvsPatchTypeFieldTypedefs(cyclicSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class cyclicSlipFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(cyclicSlip)
|
||||
makeFvsPatchTypeFieldTypedefs(cyclicSlip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(empty)
|
||||
makeFvsPatchTypeFieldTypedefs(empty);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class emptyFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(empty)
|
||||
makeFvsPatchTypeFieldTypedefs(empty);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(nonuniformTransformCyclic)
|
||||
makeFvsPatchTypeFieldTypedefs(nonuniformTransformCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class nonuniformTransformCyclicFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(nonuniformTransformCyclic)
|
||||
makeFvsPatchTypeFieldTypedefs(nonuniformTransformCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(processor)
|
||||
makeFvsPatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class processorFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(processor)
|
||||
makeFvsPatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(processorCyclic)
|
||||
makeFvsPatchTypeFieldTypedefs(processorCyclic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class processorCyclicFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(processor)
|
||||
makeFvsPatchTypeFieldTypedefs(processor);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(symmetry)
|
||||
makeFvsPatchTypeFieldTypedefs(symmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class symmetryFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(symmetry)
|
||||
makeFvsPatchTypeFieldTypedefs(symmetry);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(wedge)
|
||||
makeFvsPatchTypeFieldTypedefs(wedge);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class wedgeFvsPatchField;
|
||||
|
||||
makeFvsPatchTypeFieldTypedefs(wedge)
|
||||
makeFvsPatchTypeFieldTypedefs(wedge);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(cellMotion)
|
||||
makePatchTypeFieldTypedefs(cellMotion);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class cellMotionFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(cellMotion)
|
||||
makePatchTypeFieldTypedefs(cellMotion);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(surfaceSlipDisplacement)
|
||||
makePatchTypeFieldTypedefs(surfaceSlipDisplacement);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ namespace Foam
|
||||
|
||||
template<class Type> class surfaceSlipDisplacementFvPatchField;
|
||||
|
||||
makePatchTypeFieldTypedefs(slip)
|
||||
makePatchTypeFieldTypedefs(slip);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
makePatchTypeFieldTypedefs(generic)
|
||||
makePatchTypeFieldTypedefs(generic);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user