fvPatchFields, fvsPatchFields, pointPatchFields: specifically declare namespace of functions
It is better to declare the namespace of each function in the C file rather than "open" the namespace as this may lead to inconsistencies between the declaration in the H files and definition in the C file.
Showing
- applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.C 27 additions, 37 deletions...BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.C
- src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C 8 additions, 15 deletions...tPatchFields/basic/calculated/calculatedPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C 5 additions, 14 deletions...s/pointPatchFields/basic/coupled/coupledPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C 5 additions, 14 deletions...tPatchFields/basic/fixedValue/fixedValuePointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C 5 additions, 14 deletions...chFields/basic/zeroGradient/zeroGradientPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C 4 additions, 13 deletions.../pointPatchFields/constraint/empty/emptyPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C 6 additions, 15 deletions...tchFields/constraint/processor/processorPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C 4 additions, 13 deletions...PatchFields/constraint/symmetry/symmetryPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/constraint/symmetryPlane/symmetryPlanePointPatchField.C 4 additions, 13 deletions...s/constraint/symmetryPlane/symmetryPlanePointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C 5 additions, 14 deletions...ields/pointPatchFields/derived/slip/slipPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C 8 additions, 17 deletions...ived/uniformFixedValue/uniformFixedValuePointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C 18 additions, 24 deletions...fields/pointPatchFields/pointPatchField/pointPatchField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C 13 additions, 22 deletions...llFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C 31 additions, 38 deletions...tchFields/basic/fixedGradient/fixedGradientFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C 14 additions, 19 deletions...s/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C 35 additions, 39 deletions...lume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C 35 additions, 34 deletions...me/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C 24 additions, 29 deletions...PatchFields/basic/zeroGradient/zeroGradientFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C 26 additions, 34 deletions...elds/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchField.C 11 additions, 20 deletions...rmTransformCyclic/nonuniformTransformCyclicFvPatchField.C
Please register or sign in to comment