mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Currently these vectors are generated at the same time as the wall-distance field by the same run-time selected algorithm. This will be changed so that the wall-reflection vectors are only generated and stored if required.
421 lines
20 KiB
Plaintext
421 lines
20 KiB
Plaintext
fvMesh/fvMeshGeometry.C
|
|
fvMesh/fvMesh.C
|
|
|
|
fvMesh/singleCellFvMesh/singleCellFvMesh.C
|
|
fvMesh/fvMeshSubset/fvMeshSubset.C
|
|
|
|
fvBoundaryMesh = fvMesh/fvBoundaryMesh
|
|
$(fvBoundaryMesh)/fvBoundaryMesh.C
|
|
|
|
fvPatches = fvMesh/fvPatches
|
|
$(fvPatches)/fvPatch/fvPatch.C
|
|
$(fvPatches)/fvPatch/fvPatchNew.C
|
|
|
|
basicFvPatches = $(fvPatches)/basic
|
|
$(basicFvPatches)/coupled/coupledFvPatch.C
|
|
$(basicFvPatches)/generic/genericFvPatch.C
|
|
|
|
constraintFvPatches = $(fvPatches)/constraint
|
|
$(constraintFvPatches)/cyclic/cyclicFvPatch.C
|
|
$(constraintFvPatches)/cyclicAMI/cyclicAMIFvPatch.C
|
|
$(constraintFvPatches)/cyclicACMI/cyclicACMIFvPatch.C
|
|
$(constraintFvPatches)/cyclicSlip/cyclicSlipFvPatch.C
|
|
$(constraintFvPatches)/empty/emptyFvPatch.C
|
|
$(constraintFvPatches)/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatch.C
|
|
$(constraintFvPatches)/processor/processorFvPatch.C
|
|
$(constraintFvPatches)/processorCyclic/processorCyclicFvPatch.C
|
|
$(constraintFvPatches)/symmetryPlane/symmetryPlaneFvPatch.C
|
|
$(constraintFvPatches)/symmetry/symmetryFvPatch.C
|
|
$(constraintFvPatches)/wedge/wedgeFvPatch.C
|
|
|
|
derivedFvPatches = $(fvPatches)/derived
|
|
$(derivedFvPatches)/wall/wallFvPatch.C
|
|
$(derivedFvPatches)/mapped/mappedFvPatch.C
|
|
$(derivedFvPatches)/mapped/mappedWallFvPatch.C
|
|
$(derivedFvPatches)/regionCoupled/regionCoupledBaseFvPatch.C
|
|
$(derivedFvPatches)/regionCoupled/regionCoupledFvPatch.C
|
|
$(derivedFvPatches)/regionCoupled/regionCoupledWallFvPatch.C
|
|
|
|
|
|
wallDist = fvMesh/wallDist
|
|
$(wallDist)/wallPointYPlus/wallPointYPlus.C
|
|
$(wallDist)/nearWallDist/nearWallDistNoSearch.C
|
|
$(wallDist)/nearWallDist/nearWallDist.C
|
|
$(wallDist)/wallDist/wallDist.C
|
|
$(wallDist)/patchDistMethods/patchDistMethod/patchDistMethod.C
|
|
$(wallDist)/patchDistMethods/meshWave/meshWavePatchDistMethod.C
|
|
|
|
|
|
fvMeshMapper = fvMesh/fvMeshMapper
|
|
$(fvMeshMapper)/fvPatchMapper.C
|
|
$(fvMeshMapper)/fvSurfaceMapper.C
|
|
|
|
|
|
extendedStencil = fvMesh/extendedStencil
|
|
|
|
cellToCell = $(extendedStencil)/cellToCell
|
|
$(cellToCell)/extendedCellToCellStencil.C
|
|
$(cellToCell)/extendedCentredCellToCellStencil.C
|
|
$(cellToCell)/globalIndexStencils/cellToCellStencil.C
|
|
$(cellToCell)/globalIndexStencils/CFCCellToCellStencil.C
|
|
$(cellToCell)/globalIndexStencils/CPCCellToCellStencil.C
|
|
$(cellToCell)/globalIndexStencils/CECCellToCellStencil.C
|
|
$(cellToCell)/MeshObjects/centredCECCellToCellStencilObject.C
|
|
$(cellToCell)/MeshObjects/centredCFCCellToCellStencilObject.C
|
|
$(cellToCell)/MeshObjects/centredCPCCellToCellStencilObject.C
|
|
|
|
cellToFace = $(extendedStencil)/cellToFace
|
|
$(cellToFace)/globalIndexStencils/cellToFaceStencil.C
|
|
$(cellToFace)/globalIndexStencils/CFCCellToFaceStencil.C
|
|
$(cellToFace)/globalIndexStencils/CECCellToFaceStencil.C
|
|
$(cellToFace)/globalIndexStencils/CPCCellToFaceStencil.C
|
|
$(cellToFace)/globalIndexStencils/FECCellToFaceStencil.C
|
|
$(cellToFace)/extendedCellToFaceStencil.C
|
|
$(cellToFace)/extendedCentredCellToFaceStencil.C
|
|
$(cellToFace)/extendedUpwindCellToFaceStencil.C
|
|
$(cellToFace)/MeshObjects/centredCECCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/centredCFCCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/centredCPCCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/centredFECCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/upwindCECCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/upwindCFCCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/upwindCPCCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/upwindFECCellToFaceStencilObject.C
|
|
$(cellToFace)/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C
|
|
|
|
faceToCell = $(extendedStencil)/faceToCell
|
|
$(faceToCell)/globalIndexStencils/faceToCellStencil.C
|
|
$(faceToCell)/globalIndexStencils/CFCFaceToCellStencil.C
|
|
$(faceToCell)/extendedFaceToCellStencil.C
|
|
$(faceToCell)/extendedCentredFaceToCellStencil.C
|
|
$(faceToCell)/MeshObjects/centredCFCFaceToCellStencilObject.C
|
|
|
|
|
|
fvPatchFields = fields/fvPatchFields
|
|
$(fvPatchFields)/fvPatchField/fvPatchFields.C
|
|
|
|
basicFvPatchFields = $(fvPatchFields)/basic
|
|
$(basicFvPatchFields)/basicSymmetry/basicSymmetryFvPatchScalarField.C
|
|
$(basicFvPatchFields)/calculated/calculatedFvPatchFields.C
|
|
$(basicFvPatchFields)/coupled/coupledFvPatchFields.C
|
|
$(basicFvPatchFields)/directionMixed/directionMixedFvPatchFields.C
|
|
$(basicFvPatchFields)/fixedGradient/fixedGradientFvPatchFields.C
|
|
$(basicFvPatchFields)/fixedValue/fixedValueFvPatchFields.C
|
|
$(basicFvPatchFields)/mixed/mixedFvPatchFields.C
|
|
$(basicFvPatchFields)/sliced/slicedFvPatchFields.C
|
|
$(basicFvPatchFields)/transform/transformFvPatchFields.C
|
|
$(basicFvPatchFields)/transform/transformFvPatchScalarField.C
|
|
$(basicFvPatchFields)/zeroGradient/zeroGradientFvPatchFields.C
|
|
|
|
constraintFvPatchFields = $(fvPatchFields)/constraint
|
|
$(constraintFvPatchFields)/cyclic/cyclicFvPatchFields.C
|
|
$(constraintFvPatchFields)/cyclicAMI/cyclicAMIFvPatchFields.C
|
|
$(constraintFvPatchFields)/cyclicACMI/cyclicACMIFvPatchFields.C
|
|
$(constraintFvPatchFields)/cyclicSlip/cyclicSlipFvPatchFields.C
|
|
$(constraintFvPatchFields)/empty/emptyFvPatchFields.C
|
|
$(constraintFvPatchFields)/jumpCyclic/jumpCyclicFvPatchFields.C
|
|
$(constraintFvPatchFields)/jumpCyclicAMI/jumpCyclicAMIFvPatchFields.C
|
|
$(constraintFvPatchFields)/nonuniformTransformCyclic/nonuniformTransformCyclicFvPatchFields.C
|
|
$(constraintFvPatchFields)/processor/processorFvPatchFields.C
|
|
$(constraintFvPatchFields)/processor/processorFvPatchScalarField.C
|
|
$(constraintFvPatchFields)/processorCyclic/processorCyclicFvPatchFields.C
|
|
$(constraintFvPatchFields)/symmetryPlane/symmetryPlaneFvPatchFields.C
|
|
$(constraintFvPatchFields)/symmetryPlane/symmetryPlaneFvPatchScalarField.C
|
|
$(constraintFvPatchFields)/symmetry/symmetryFvPatchFields.C
|
|
$(constraintFvPatchFields)/wedge/wedgeFvPatchFields.C
|
|
$(constraintFvPatchFields)/wedge/wedgeFvPatchScalarField.C
|
|
|
|
derivedFvPatchFields = $(fvPatchFields)/derived
|
|
$(derivedFvPatchFields)/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/activePressureForceBaffleVelocity/activePressureForceBaffleVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/advective/advectiveFvPatchFields.C
|
|
$(derivedFvPatchFields)/codedFixedValue/codedFixedValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/codedMixed/codedMixedFvPatchFields.C
|
|
$(derivedFvPatchFields)/cylindricalInletVelocity/cylindricalInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/externalCoupledMixed/externalCoupledMixedFvPatchFields.C
|
|
$(derivedFvPatchFields)/fan/fanFvPatchFields.C
|
|
$(derivedFvPatchFields)/fanPressure/fanPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/fixedJump/fixedJumpFvPatchFields.C
|
|
$(derivedFvPatchFields)/fixedJumpAMI/fixedJumpAMIFvPatchFields.C
|
|
$(derivedFvPatchFields)/fixedMean/fixedMeanFvPatchFields.C
|
|
$(derivedFvPatchFields)/fixedNormalSlip/fixedNormalSlipFvPatchFields.C
|
|
$(derivedFvPatchFields)/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/freestream/freestreamFvPatchFields.C
|
|
$(derivedFvPatchFields)/freestreamPressure/freestreamPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/inletOutlet/inletOutletFvPatchFields.C
|
|
$(derivedFvPatchFields)/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/mappedField/mappedFieldFvPatchFields.C
|
|
$(derivedFvPatchFields)/mappedFixedInternalValue/mappedFixedInternalValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/mappedFixedPushedInternalValue/mappedFixedPushedInternalValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/mappedFixedValue/mappedFixedValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/mappedFlowRate/mappedFlowRateFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/mappedVelocityFluxFixedValue/mappedVelocityFluxFixedValueFvPatchField.C
|
|
$(derivedFvPatchFields)/movingWallVelocity/movingWallVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/outletInlet/outletInletFvPatchFields.C
|
|
$(derivedFvPatchFields)/outletMappedUniformInlet/outletMappedUniformInletFvPatchFields.C
|
|
$(derivedFvPatchFields)/partialSlip/partialSlipFvPatchFields.C
|
|
$(derivedFvPatchFields)/phaseHydrostaticPressure/phaseHydrostaticPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureInletOutletParSlipVelocity/pressureInletOutletParSlipVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/slip/slipFvPatchFields.C
|
|
$(derivedFvPatchFields)/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/swirlFlowRateInletVelocity/swirlFlowRateInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/syringePressure/syringePressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/timeVaryingMappedFixedValue/AverageIOFields.C
|
|
$(derivedFvPatchFields)/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/totalPressure/totalPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/totalTemperature/totalTemperatureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/turbulentInlet/turbulentInletFvPatchFields.C
|
|
$(derivedFvPatchFields)/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/uniformFixedGradient/uniformFixedGradientFvPatchFields.C
|
|
$(derivedFvPatchFields)/uniformFixedValue/uniformFixedValueFvPatchFields.C
|
|
$(derivedFvPatchFields)/uniformInletOutlet/uniformInletOutletFvPatchFields.C
|
|
$(derivedFvPatchFields)/uniformJump/uniformJumpFvPatchFields.C
|
|
$(derivedFvPatchFields)/uniformJumpAMI/uniformJumpAMIFvPatchFields.C
|
|
$(derivedFvPatchFields)/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/variableHeightFlowRate/variableHeightFlowRateFvPatchField.C
|
|
$(derivedFvPatchFields)/variableHeightFlowRateInletVelocity/variableHeightFlowRateInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/outletPhaseMeanVelocity/outletPhaseMeanVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/waveTransmissive/waveTransmissiveFvPatchFields.C
|
|
$(derivedFvPatchFields)/waveSurfacePressure/waveSurfacePressureFvPatchScalarField.C
|
|
$(derivedFvPatchFields)/interstitialInletVelocity/interstitialInletVelocityFvPatchVectorField.C
|
|
$(derivedFvPatchFields)/prghPressure/prghPressureFvPatchScalarField.C
|
|
|
|
fvsPatchFields = fields/fvsPatchFields
|
|
$(fvsPatchFields)/fvsPatchField/fvsPatchFields.C
|
|
|
|
basicFvsPatchFields = $(fvsPatchFields)/basic
|
|
$(basicFvsPatchFields)/calculated/calculatedFvsPatchFields.C
|
|
$(basicFvsPatchFields)/coupled/coupledFvsPatchFields.C
|
|
$(basicFvsPatchFields)/fixedValue/fixedValueFvsPatchFields.C
|
|
$(basicFvsPatchFields)/sliced/slicedFvsPatchFields.C
|
|
|
|
constraintFvsPatchFields = $(fvsPatchFields)/constraint
|
|
$(constraintFvsPatchFields)/cyclic/cyclicFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/cyclicAMI/cyclicAMIFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/cyclicACMI/cyclicACMIFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/cyclicSlip/cyclicSlipFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/empty/emptyFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/nonuniformTransformCyclic/nonuniformTransformCyclicFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/processor/processorFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/processorCyclic/processorCyclicFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/symmetryPlane/symmetryPlaneFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/symmetry/symmetryFvsPatchFields.C
|
|
$(constraintFvsPatchFields)/wedge/wedgeFvsPatchFields.C
|
|
|
|
fields/volFields/volFields.C
|
|
fields/surfaceFields/surfaceFields.C
|
|
|
|
fvMatrices/fvMatrices.C
|
|
fvMatrices/fvScalarMatrix/fvScalarMatrix.C
|
|
fvMatrices/solvers/MULES/MULES.C
|
|
fvMatrices/solvers/MULES/CMULES.C
|
|
fvMatrices/solvers/MULES/IMULES.C
|
|
fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C
|
|
|
|
interpolation = interpolation/interpolation
|
|
$(interpolation)/interpolation/interpolations.C
|
|
|
|
$(interpolation)/interpolationCell/makeInterpolationCell.C
|
|
$(interpolation)/interpolationCellPatchConstrained/makeInterpolationCellPatchConstrained.C
|
|
$(interpolation)/interpolationCellPoint/cellPointWeight/cellPointWeight.C
|
|
$(interpolation)/interpolationCellPoint/makeInterpolationCellPoint.C
|
|
$(interpolation)/interpolationCellPointFace/makeInterpolationCellPointFace.C
|
|
$(interpolation)/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C
|
|
$(interpolation)/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C
|
|
$(interpolation)/interpolationPointMVC/pointMVCWeight.C
|
|
$(interpolation)/interpolationPointMVC/makeInterpolationPointMVC.C
|
|
|
|
volPointInterpolation = interpolation/volPointInterpolation
|
|
$(volPointInterpolation)/volPointInterpolation.C
|
|
$(volPointInterpolation)/pointConstraints.C
|
|
|
|
surfaceInterpolation = interpolation/surfaceInterpolation
|
|
$(surfaceInterpolation)/surfaceInterpolation/surfaceInterpolation.C
|
|
$(surfaceInterpolation)/surfaceInterpolationScheme/surfaceInterpolationSchemes.C
|
|
|
|
$(surfaceInterpolation)/blendedSchemeBase/blendedSchemeBaseName.C
|
|
|
|
schemes = $(surfaceInterpolation)/schemes
|
|
$(schemes)/linear/linear.C
|
|
$(schemes)/pointLinear/pointLinear.C
|
|
$(schemes)/midPoint/midPoint.C
|
|
$(schemes)/downwind/downwind.C
|
|
$(schemes)/weighted/weighted.C
|
|
$(schemes)/cubic/cubic.C
|
|
$(schemes)/skewCorrected/skewCorrectionVectors.C
|
|
$(schemes)/skewCorrected/skewCorrected.C
|
|
$(schemes)/outletStabilised/outletStabilised.C
|
|
$(schemes)/reverseLinear/reverseLinear.C
|
|
$(schemes)/clippedLinear/clippedLinear.C
|
|
$(schemes)/harmonic/harmonic.C
|
|
$(schemes)/fixedBlended/fixedBlended.C
|
|
$(schemes)/localBlended/localBlended.C
|
|
$(schemes)/limiterBlended/limiterBlended.C
|
|
$(schemes)/CoBlended/CoBlended.C
|
|
$(schemes)/localMax/localMax.C
|
|
$(schemes)/localMin/localMin.C
|
|
|
|
$(schemes)/linearFit/linearFit.C
|
|
$(schemes)/biLinearFit/biLinearFit.C
|
|
$(schemes)/quadraticLinearFit/quadraticLinearFit.C
|
|
$(schemes)/quadraticFit/quadraticFit.C
|
|
|
|
$(schemes)/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C
|
|
$(schemes)/quadraticUpwindFit/quadraticUpwindFit.C
|
|
$(schemes)/cubicUpwindFit/cubicUpwindFit.C
|
|
/*
|
|
$(schemes)/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C
|
|
*/
|
|
$(schemes)/linearPureUpwindFit/linearPureUpwindFit.C
|
|
$(schemes)/linearUpwind/linearUpwind.C
|
|
$(schemes)/linearUpwind/linearUpwindV.C
|
|
$(schemes)/LUST/LUST.C
|
|
|
|
limitedSchemes = $(surfaceInterpolation)/limitedSchemes
|
|
$(limitedSchemes)/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C
|
|
$(limitedSchemes)/upwind/upwind.C
|
|
$(limitedSchemes)/blended/blended.C
|
|
$(limitedSchemes)/Gamma/Gamma.C
|
|
$(limitedSchemes)/SFCD/SFCD.C
|
|
$(limitedSchemes)/Minmod/Minmod.C
|
|
$(limitedSchemes)/vanLeer/vanLeer.C
|
|
$(limitedSchemes)/vanAlbada/vanAlbada.C
|
|
$(limitedSchemes)/OSPRE/OSPRE.C
|
|
$(limitedSchemes)/limitedLinear/limitedLinear.C
|
|
$(limitedSchemes)/limitedCubic/limitedCubic.C
|
|
$(limitedSchemes)/SuperBee/SuperBee.C
|
|
$(limitedSchemes)/QUICK/QUICK.C
|
|
$(limitedSchemes)/MUSCL/MUSCL.C
|
|
$(limitedSchemes)/UMIST/UMIST.C
|
|
$(limitedSchemes)/Phi/Phi.C
|
|
$(limitedSchemes)/filteredLinear/filteredLinear.C
|
|
$(limitedSchemes)/filteredLinear2/filteredLinear2.C
|
|
$(limitedSchemes)/filteredLinear3/filteredLinear3.C
|
|
$(limitedSchemes)/limitWith/limitWith.C
|
|
|
|
multivariateSchemes = $(surfaceInterpolation)/multivariateSchemes
|
|
$(multivariateSchemes)/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C
|
|
$(multivariateSchemes)/multivariateSelectionScheme/multivariateSelectionSchemes.C
|
|
$(multivariateSchemes)/multivariateIndependentScheme/multivariateIndependentSchemes.C
|
|
$(multivariateSchemes)/upwind/multivariateUpwind.C
|
|
$(multivariateSchemes)/Gamma/multivariateGamma.C
|
|
$(multivariateSchemes)/vanLeer/multivariateVanLeer.C
|
|
$(multivariateSchemes)/Minmod/multivariateMinmod.C
|
|
$(multivariateSchemes)/SuperBee/multivariateSuperBee.C
|
|
$(multivariateSchemes)/MUSCL/multivariateMUSCL.C
|
|
$(multivariateSchemes)/limitedLinear/multivariateLimitedLinear.C
|
|
$(multivariateSchemes)/limitedCubic/multivariateLimitedCubic.C
|
|
|
|
finiteVolume/fv/fv.C
|
|
finiteVolume/fvSchemes/fvSchemes.C
|
|
|
|
ddtSchemes = finiteVolume/ddtSchemes
|
|
$(ddtSchemes)/ddtScheme/ddtSchemes.C
|
|
$(ddtSchemes)/steadyStateDdtScheme/steadyStateDdtSchemes.C
|
|
$(ddtSchemes)/EulerDdtScheme/EulerDdtSchemes.C
|
|
$(ddtSchemes)/CoEulerDdtScheme/CoEulerDdtSchemes.C
|
|
$(ddtSchemes)/SLTSDdtScheme/SLTSDdtSchemes.C
|
|
$(ddtSchemes)/localEulerDdtScheme/localEulerDdtSchemes.C
|
|
$(ddtSchemes)/backwardDdtScheme/backwardDdtSchemes.C
|
|
$(ddtSchemes)/CrankNicolsonDdtScheme/CrankNicolsonDdtSchemes.C
|
|
$(ddtSchemes)/boundedDdtScheme/boundedDdtSchemes.C
|
|
|
|
d2dt2Schemes = finiteVolume/d2dt2Schemes
|
|
$(d2dt2Schemes)/d2dt2Scheme/d2dt2Schemes.C
|
|
$(d2dt2Schemes)/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C
|
|
$(d2dt2Schemes)/EulerD2dt2Scheme/EulerD2dt2Schemes.C
|
|
|
|
divSchemes = finiteVolume/divSchemes
|
|
$(divSchemes)/divScheme/divSchemes.C
|
|
$(divSchemes)/gaussDivScheme/gaussDivSchemes.C
|
|
|
|
gradSchemes = finiteVolume/gradSchemes
|
|
$(gradSchemes)/gradScheme/gradSchemes.C
|
|
$(gradSchemes)/gaussGrad/gaussGrads.C
|
|
|
|
$(gradSchemes)/leastSquaresGrad/leastSquaresVectors.C
|
|
$(gradSchemes)/leastSquaresGrad/leastSquaresGrads.C
|
|
$(gradSchemes)/LeastSquaresGrad/LeastSquaresGrads.C
|
|
$(gradSchemes)/fourthGrad/fourthGrads.C
|
|
|
|
limitedGradSchemes = $(gradSchemes)/limitedGradSchemes
|
|
$(limitedGradSchemes)/faceLimitedGrad/faceLimitedGrads.C
|
|
$(limitedGradSchemes)/cellLimitedGrad/cellLimitedGrads.C
|
|
$(limitedGradSchemes)/faceMDLimitedGrad/faceMDLimitedGrads.C
|
|
$(limitedGradSchemes)/cellMDLimitedGrad/cellMDLimitedGrads.C
|
|
|
|
snGradSchemes = finiteVolume/snGradSchemes
|
|
$(snGradSchemes)/snGradScheme/snGradSchemes.C
|
|
$(snGradSchemes)/correctedSnGrad/correctedSnGrads.C
|
|
$(snGradSchemes)/faceCorrectedSnGrad/faceCorrectedSnGrads.C
|
|
$(snGradSchemes)/limitedSnGrad/limitedSnGrads.C
|
|
$(snGradSchemes)/uncorrectedSnGrad/uncorrectedSnGrads.C
|
|
$(snGradSchemes)/orthogonalSnGrad/orthogonalSnGrads.C
|
|
$(snGradSchemes)/quadraticFitSnGrad/quadraticFitSnGrads.C
|
|
$(snGradSchemes)/linearFitSnGrad/linearFitSnGrads.C
|
|
|
|
convectionSchemes = finiteVolume/convectionSchemes
|
|
$(convectionSchemes)/convectionScheme/convectionSchemes.C
|
|
$(convectionSchemes)/gaussConvectionScheme/gaussConvectionSchemes.C
|
|
$(convectionSchemes)/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C
|
|
$(convectionSchemes)/boundedConvectionScheme/boundedConvectionSchemes.C
|
|
|
|
laplacianSchemes = finiteVolume/laplacianSchemes
|
|
$(laplacianSchemes)/laplacianScheme/laplacianSchemes.C
|
|
$(laplacianSchemes)/gaussLaplacianScheme/gaussLaplacianSchemes.C
|
|
|
|
finiteVolume/fvc/fvcMeshPhi.C
|
|
finiteVolume/fvc/fvcSmooth/fvcSmooth.C
|
|
finiteVolume/fvc/fvcReconstructMag.C
|
|
|
|
general = cfdTools/general
|
|
$(general)/findRefCell/findRefCell.C
|
|
$(general)/adjustPhi/adjustPhi.C
|
|
$(general)/bound/bound.C
|
|
|
|
solutionControl = $(general)/solutionControl
|
|
$(solutionControl)/solutionControl/solutionControl.C
|
|
$(solutionControl)/simpleControl/simpleControl.C
|
|
$(solutionControl)/pimpleControl/pimpleControl.C
|
|
|
|
porosity = $(general)/porosityModel
|
|
$(porosity)/porosityModel/porosityModel.C
|
|
$(porosity)/porosityModel/porosityModelNew.C
|
|
$(porosity)/porosityModel/porosityModelList.C
|
|
$(porosity)/porosityModel/IOporosityModelList.C
|
|
$(porosity)/DarcyForchheimer/DarcyForchheimer.C
|
|
$(porosity)/fixedCoeff/fixedCoeff.C
|
|
$(porosity)/powerLaw/powerLaw.C
|
|
|
|
MRF = $(general)/MRF
|
|
$(MRF)/MRFZone.C
|
|
$(MRF)/MRFZoneList.C
|
|
$(MRF)/IOMRFZoneList.C
|
|
|
|
SRF = $(general)/SRF
|
|
$(SRF)/SRFModel/SRFModel/SRFModel.C
|
|
$(SRF)/SRFModel/SRFModel/SRFModelNew.C
|
|
$(SRF)/SRFModel/rpm/rpm.C
|
|
$(SRF)/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C
|
|
$(SRF)/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.C
|
|
|
|
LIB = $(FOAM_LIBBIN)/libfiniteVolume
|