initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / finiteVolume / Make / files
blob6be4b7f3f49731e2966bebb58bb7a4f18618dc66
1 fvMesh/fvMeshGeometry.C
2 fvMesh/fvMesh.C
4 fvMesh/fvMeshSubset/fvMeshSubset.C
6 fvBoundaryMesh = fvMesh/fvBoundaryMesh
7 $(fvBoundaryMesh)/fvBoundaryMesh.C
9 fvPatches = fvMesh/fvPatches
10 $(fvPatches)/fvPatch/fvPatch.C
11 $(fvPatches)/fvPatch/newFvPatch.C
13 basicFvPatches = $(fvPatches)/basic
14 $(basicFvPatches)/coupled/coupledFvPatch.C
15 $(basicFvPatches)/generic/genericFvPatch.C
17 constraintFvPatches = $(fvPatches)/constraint
18 $(constraintFvPatches)/empty/emptyFvPatch.C
19 $(constraintFvPatches)/symmetry/symmetryFvPatch.C
20 $(constraintFvPatches)/wedge/wedgeFvPatch.C
21 $(constraintFvPatches)/cyclic/cyclicFvPatch.C
22 $(constraintFvPatches)/processor/processorFvPatch.C
24 derivedFvPatches = $(fvPatches)/derived
25 $(derivedFvPatches)/wall/wallFvPatch.C
26 $(derivedFvPatches)/directMapped/directMappedFvPatch.C
27 $(derivedFvPatches)/directMapped/directMappedWallFvPatch.C
29 wallDist = fvMesh/wallDist
30 $(wallDist)/wallPointYPlus/wallPointYPlus.C
31 $(wallDist)/nearWallDistNoSearch.C
32 $(wallDist)/nearWallDist.C
33 $(wallDist)/wallDist.C
34 $(wallDist)/reflectionVectors.C
35 $(wallDist)/wallDistReflection.C
38 fvMeshMapper = fvMesh/fvMeshMapper
39 $(fvMeshMapper)/fvPatchMapper.C
40 $(fvMeshMapper)/fvSurfaceMapper.C
43 extendedStencil = fvMesh/extendedStencil
45 cellToCell = $(extendedStencil)/cellToCell
46 $(cellToCell)/fullStencils/cellToCellStencil.C
47 $(cellToCell)/fullStencils/CFCCellToCellStencil.C
48 $(cellToCell)/fullStencils/CPCCellToCellStencil.C
49 $(cellToCell)/fullStencils/CECCellToCellStencil.C
51 cellToFace = $(extendedStencil)/cellToFace
52 $(cellToFace)/fullStencils/cellToFaceStencil.C
53 $(cellToFace)/fullStencils/CFCCellToFaceStencil.C
54 $(cellToFace)/fullStencils/CECCellToFaceStencil.C
55 $(cellToFace)/fullStencils/CPCCellToFaceStencil.C
56 $(cellToFace)/fullStencils/FECCellToFaceStencil.C
57 $(cellToFace)/extendedCellToFaceStencil.C
58 $(cellToFace)/extendedCentredCellToFaceStencil.C
59 $(cellToFace)/extendedUpwindCellToFaceStencil.C
60 $(cellToFace)/MeshObjects/centredCECCellToFaceStencilObject.C
61 $(cellToFace)/MeshObjects/centredCFCCellToFaceStencilObject.C
62 $(cellToFace)/MeshObjects/centredCPCCellToFaceStencilObject.C
63 $(cellToFace)/MeshObjects/centredFECCellToFaceStencilObject.C
64 $(cellToFace)/MeshObjects/upwindCECCellToFaceStencilObject.C
65 $(cellToFace)/MeshObjects/upwindCFCCellToFaceStencilObject.C
66 $(cellToFace)/MeshObjects/upwindCPCCellToFaceStencilObject.C
67 $(cellToFace)/MeshObjects/upwindFECCellToFaceStencilObject.C
68 $(cellToFace)/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C
70 faceToCell = $(extendedStencil)/faceToCell
71 $(faceToCell)/fullStencils/faceToCellStencil.C
72 $(faceToCell)/fullStencils/CFCFaceToCellStencil.C
73 $(faceToCell)/extendedFaceToCellStencil.C
74 $(faceToCell)/extendedCentredFaceToCellStencil.C
75 $(faceToCell)/MeshObjects/centredCFCFaceToCellStencilObject.C
78 fvPatchFields = fields/fvPatchFields
79 $(fvPatchFields)/fvPatchField/fvPatchFields.C
81 basicFvPatchFields = $(fvPatchFields)/basic
82 $(basicFvPatchFields)/basicSymmetry/basicSymmetryFvPatchFields.C
83 $(basicFvPatchFields)/basicSymmetry/basicSymmetryFvPatchScalarField.C
84 $(basicFvPatchFields)/calculated/calculatedFvPatchFields.C
85 $(basicFvPatchFields)/coupled/coupledFvPatchFields.C
86 $(basicFvPatchFields)/directionMixed/directionMixedFvPatchFields.C
87 $(basicFvPatchFields)/fixedGradient/fixedGradientFvPatchFields.C
88 $(basicFvPatchFields)/fixedValue/fixedValueFvPatchFields.C
89 $(basicFvPatchFields)/generic/genericFvPatchFields.C
90 $(basicFvPatchFields)/mixed/mixedFvPatchFields.C
91 $(basicFvPatchFields)/sliced/slicedFvPatchFields.C
92 $(basicFvPatchFields)/transform/transformFvPatchFields.C
93 $(basicFvPatchFields)/transform/transformFvPatchScalarField.C
94 $(basicFvPatchFields)/zeroGradient/zeroGradientFvPatchFields.C
96 constraintFvPatchFields = $(fvPatchFields)/constraint
97 $(constraintFvPatchFields)/cyclic/cyclicFvPatchFields.C
98 $(constraintFvPatchFields)/empty/emptyFvPatchFields.C
99 $(constraintFvPatchFields)/jumpCyclic/jumpCyclicFvPatchFields.C
100 $(constraintFvPatchFields)/processor/processorFvPatchFields.C
101 $(constraintFvPatchFields)/processor/processorFvPatchScalarField.C
102 $(constraintFvPatchFields)/symmetry/symmetryFvPatchFields.C
103 $(constraintFvPatchFields)/wedge/wedgeFvPatchFields.C
104 $(constraintFvPatchFields)/wedge/wedgeFvPatchScalarField.C
106 derivedFvPatchFields = $(fvPatchFields)/derived
107 $(derivedFvPatchFields)/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C
108 $(derivedFvPatchFields)/advective/advectiveFvPatchFields.C
109 $(derivedFvPatchFields)/directMappedFixedValue/directMappedFixedValueFvPatchFields.C
110 $(derivedFvPatchFields)/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C
111 $(derivedFvPatchFields)/fan/fanFvPatchFields.C
112 $(derivedFvPatchFields)/buoyantPressure/buoyantPressureFvPatchScalarField.C
113 $(derivedFvPatchFields)/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C
114 $(derivedFvPatchFields)/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C
115 $(derivedFvPatchFields)/fixedNormalSlip/fixedNormalSlipFvPatchFields.C
116 $(derivedFvPatchFields)/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C
117 $(derivedFvPatchFields)/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C
118 $(derivedFvPatchFields)/freestream/freestreamFvPatchFields.C
119 $(derivedFvPatchFields)/freestreamPressure/freestreamPressureFvPatchScalarField.C
120 $(derivedFvPatchFields)/inletOutlet/inletOutletFvPatchFields.C
121 $(derivedFvPatchFields)/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C
122 $(derivedFvPatchFields)/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
123 $(derivedFvPatchFields)/movingWallVelocity/movingWallVelocityFvPatchVectorField.C
124 $(derivedFvPatchFields)/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C
125 $(derivedFvPatchFields)/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C
126 $(derivedFvPatchFields)/outletInlet/outletInletFvPatchFields.C
127 $(derivedFvPatchFields)/partialSlip/partialSlipFvPatchFields.C
128 $(derivedFvPatchFields)/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C
129 $(derivedFvPatchFields)/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C
130 $(derivedFvPatchFields)/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C
131 $(derivedFvPatchFields)/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C
132 $(derivedFvPatchFields)/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C
133 $(derivedFvPatchFields)/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C
134 $(derivedFvPatchFields)/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C
135 $(derivedFvPatchFields)/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C
136 $(derivedFvPatchFields)/slip/slipFvPatchFields.C
137 $(derivedFvPatchFields)/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C
138 $(derivedFvPatchFields)/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C
139 $(derivedFvPatchFields)/syringePressure/syringePressureFvPatchScalarField.C
140 $(derivedFvPatchFields)/timeVaryingMappedFixedValue/AverageIOFields.C
141 $(derivedFvPatchFields)/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C
142 $(derivedFvPatchFields)/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C
143 $(derivedFvPatchFields)/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C
144 $(derivedFvPatchFields)/totalPressure/totalPressureFvPatchScalarField.C
145 $(derivedFvPatchFields)/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C
146 $(derivedFvPatchFields)/totalTemperature/totalTemperatureFvPatchScalarField.C
147 $(derivedFvPatchFields)/turbulentInlet/turbulentInletFvPatchFields.C
148 $(derivedFvPatchFields)/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C
149 $(derivedFvPatchFields)/uniformFixedValue/uniformFixedValueFvPatchFields.C
150 $(derivedFvPatchFields)/waveTransmissive/waveTransmissiveFvPatchFields.C
151 $(derivedFvPatchFields)/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C
153 fvsPatchFields = fields/fvsPatchFields
154 $(fvsPatchFields)/fvsPatchField/fvsPatchFields.C
156 basicFvsPatchFields = $(fvsPatchFields)/basic
157 $(basicFvsPatchFields)/calculated/calculatedFvsPatchFields.C
158 $(basicFvsPatchFields)/coupled/coupledFvsPatchFields.C
159 $(basicFvsPatchFields)/fixedValue/fixedValueFvsPatchFields.C
160 $(basicFvsPatchFields)/sliced/slicedFvsPatchFields.C
162 constraintFvsPatchFields = $(fvsPatchFields)/constraint
163 $(constraintFvsPatchFields)/cyclic/cyclicFvsPatchFields.C
164 $(constraintFvsPatchFields)/empty/emptyFvsPatchFields.C
165 $(constraintFvsPatchFields)/processor/processorFvsPatchFields.C
166 $(constraintFvsPatchFields)/symmetry/symmetryFvsPatchFields.C
167 $(constraintFvsPatchFields)/wedge/wedgeFvsPatchFields.C
170 fields/volFields/volFields.C
171 fields/surfaceFields/surfaceFields.C
173 fvMatrices/fvMatrices.C
174 fvMatrices/fvScalarMatrix/fvScalarMatrix.C
175 fvMatrices/solvers/MULES/MULES.C
176 fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C
178 interpolation = interpolation/interpolation
179 $(interpolation)/interpolation/interpolations.C
181 $(interpolation)/interpolationCell/makeInterpolationCell.C
182 $(interpolation)/interpolationCellPoint/cellPointWeight/cellPointWeight.C
183 $(interpolation)/interpolationCellPoint/makeInterpolationCellPoint.C
184 $(interpolation)/interpolationCellPointFace/makeInterpolationCellPointFace.C
185 $(interpolation)/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C
186 $(interpolation)/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C
188 volPointInterpolation = interpolation/volPointInterpolation
189 $(volPointInterpolation)/pointPatchInterpolation/pointPatchInterpolation.C
190 $(volPointInterpolation)/volPointInterpolation.C
192 surfaceInterpolation = interpolation/surfaceInterpolation
193 $(surfaceInterpolation)/surfaceInterpolation/surfaceInterpolation.C
194 $(surfaceInterpolation)/surfaceInterpolationScheme/surfaceInterpolationSchemes.C
196 schemes = $(surfaceInterpolation)/schemes
197 $(schemes)/linear/linear.C
198 $(schemes)/midPoint/midPoint.C
199 $(schemes)/downwind/downwind.C
200 $(schemes)/weighted/weighted.C
201 $(schemes)/cubic/cubic.C
202 $(schemes)/skewCorrected/skewCorrectionVectors.C
203 $(schemes)/skewCorrected/skewCorrected.C
204 $(schemes)/outletStabilised/outletStabilised.C
205 $(schemes)/reverseLinear/reverseLinear.C
206 $(schemes)/clippedLinear/clippedLinear.C
207 $(schemes)/harmonic/harmonic.C
208 $(schemes)/fixedBlended/fixedBlended.C
209 $(schemes)/localBlended/localBlended.C
210 $(schemes)/localMax/localMax.C
211 $(schemes)/localMin/localMin.C
213 $(schemes)/linearFit/linearFit.C
214 $(schemes)/biLinearFit/biLinearFit.C
215 $(schemes)/quadraticLinearFit/quadraticLinearFit.C
216 $(schemes)/quadraticFit/quadraticFit.C
218 $(schemes)/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C
219 $(schemes)/quadraticUpwindFit/quadraticUpwindFit.C
220 $(schemes)/cubicUpwindFit/cubicUpwindFit.C
222 $(schemes)/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C
224 $(schemes)/linearPureUpwindFit/linearPureUpwindFit.C
226 limitedSchemes = $(surfaceInterpolation)/limitedSchemes
227 $(limitedSchemes)/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C
228 $(limitedSchemes)/upwind/upwind.C
229 $(limitedSchemes)/blended/blended.C
230 $(limitedSchemes)/linearUpwind/linearUpwind.C
231 $(limitedSchemes)/linearUpwind/linearUpwindV.C
232 $(limitedSchemes)/Gamma/Gamma.C
233 $(limitedSchemes)/SFCD/SFCD.C
234 $(limitedSchemes)/Minmod/Minmod.C
235 $(limitedSchemes)/vanLeer/vanLeer.C
236 $(limitedSchemes)/vanAlbada/vanAlbada.C
237 $(limitedSchemes)/OSPRE/OSPRE.C
238 $(limitedSchemes)/limitedLinear/limitedLinear.C
239 $(limitedSchemes)/limitedCubic/limitedCubic.C
240 $(limitedSchemes)/SuperBee/SuperBee.C
241 $(limitedSchemes)/QUICK/QUICK.C
242 $(limitedSchemes)/MUSCL/MUSCL.C
243 $(limitedSchemes)/UMIST/UMIST.C
244 $(limitedSchemes)/MC/MC.C
245 $(limitedSchemes)/Phi/Phi.C
246 $(limitedSchemes)/filteredLinear/filteredLinear.C
247 $(limitedSchemes)/filteredLinear2/filteredLinear2.C
248 $(limitedSchemes)/filteredLinear3/filteredLinear3.C
249 $(limitedSchemes)/limitWith/limitWith.C
251 multivariateSchemes = $(surfaceInterpolation)/multivariateSchemes
252 $(multivariateSchemes)/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C
253 $(multivariateSchemes)/multivariateSelectionScheme/multivariateSelectionSchemes.C
254 $(multivariateSchemes)/upwind/multivariateUpwind.C
255 $(multivariateSchemes)/Gamma/multivariateGamma.C
256 $(multivariateSchemes)/vanLeer/multivariateVanLeer.C
257 $(multivariateSchemes)/Minmod/multivariateMinmod.C
258 $(multivariateSchemes)/SuperBee/multivariateSuperBee.C
259 $(multivariateSchemes)/MUSCL/multivariateMUSCL.C
260 $(multivariateSchemes)/limitedLinear/multivariateLimitedLinear.C
261 $(multivariateSchemes)/limitedCubic/multivariateLimitedCubic.C
263 finiteVolume/fv/fv.C
264 finiteVolume/fvSchemes/fvSchemes.C
266 ddtSchemes = finiteVolume/ddtSchemes
267 $(ddtSchemes)/ddtScheme/ddtSchemes.C
268 $(ddtSchemes)/steadyStateDdtScheme/steadyStateDdtSchemes.C
269 $(ddtSchemes)/EulerDdtScheme/EulerDdtSchemes.C
270 $(ddtSchemes)/CoEulerDdtScheme/CoEulerDdtSchemes.C
271 $(ddtSchemes)/SLTSDdtScheme/SLTSDdtSchemes.C
272 $(ddtSchemes)/backwardDdtScheme/backwardDdtSchemes.C
273 $(ddtSchemes)/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C
274 $(ddtSchemes)/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C
275 $(ddtSchemes)/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C
277 d2dt2Schemes = finiteVolume/d2dt2Schemes
278 $(d2dt2Schemes)/d2dt2Scheme/d2dt2Schemes.C
279 $(d2dt2Schemes)/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C
280 $(d2dt2Schemes)/EulerD2dt2Scheme/EulerD2dt2Schemes.C
282 divSchemes = finiteVolume/divSchemes
283 $(divSchemes)/divScheme/divSchemes.C
284 $(divSchemes)/gaussDivScheme/gaussDivSchemes.C
286 gradSchemes = finiteVolume/gradSchemes
287 $(gradSchemes)/gradScheme/gradSchemes.C
288 $(gradSchemes)/gaussGrad/gaussGrads.C
289 $(gradSchemes)/leastSquaresGrad/leastSquaresVectors.C
290 $(gradSchemes)/leastSquaresGrad/leastSquaresGrads.C
291 $(gradSchemes)/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C
292 $(gradSchemes)/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C
293 $(gradSchemes)/fourthGrad/fourthGrads.C
295 limitedGradSchemes = $(gradSchemes)/limitedGradSchemes
296 $(limitedGradSchemes)/faceLimitedGrad/faceLimitedGrads.C
297 $(limitedGradSchemes)/cellLimitedGrad/cellLimitedGrads.C
298 $(limitedGradSchemes)/faceMDLimitedGrad/faceMDLimitedGrads.C
299 $(limitedGradSchemes)/cellMDLimitedGrad/cellMDLimitedGrads.C
301 snGradSchemes = finiteVolume/snGradSchemes
302 $(snGradSchemes)/snGradScheme/snGradSchemes.C
303 $(snGradSchemes)/correctedSnGrad/correctedSnGrads.C
304 $(snGradSchemes)/limitedSnGrad/limitedSnGrads.C
305 $(snGradSchemes)/uncorrectedSnGrad/uncorrectedSnGrads.C
306 //$(snGradSchemes)/quadraticFitSnGrad/quadraticFitSnGradData.C
307 //$(snGradSchemes)/quadraticFitSnGrad/quadraticFitSnGrads.C
309 convectionSchemes = finiteVolume/convectionSchemes
310 $(convectionSchemes)/convectionScheme/convectionSchemes.C
311 $(convectionSchemes)/gaussConvectionScheme/gaussConvectionSchemes.C
312 $(convectionSchemes)/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C
314 laplacianSchemes = finiteVolume/laplacianSchemes
315 $(laplacianSchemes)/laplacianScheme/laplacianSchemes.C
316 $(laplacianSchemes)/gaussLaplacianScheme/gaussLaplacianSchemes.C
318 finiteVolume/fvc/fvcMeshPhi.C
320 general = cfdTools/general
321 $(general)/findRefCell/findRefCell.C
322 $(general)/adjustPhi/adjustPhi.C
323 $(general)/bound/bound.C
325 porousMedia = $(general)/porousMedia
326 $(porousMedia)/porousZone.C
327 $(porousMedia)/porousZones.C
329 MRF = $(general)/MRF
330 $(MRF)/MRFZone.C
331 $(MRF)/MRFZones.C
333 SRF = $(general)/SRF
334 $(SRF)/SRFModel/SRFModel/SRFModel.C
335 $(SRF)/SRFModel/SRFModel/newSRFModel.C
336 $(SRF)/SRFModel/rpm/rpm.C
337 $(SRF)/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C
339 fieldSources = $(general)/fieldSources
340 $(fieldSources)/pressureGradientExplicitSource/pressureGradientExplicitSource.C
341 $(fieldSources)/timeActivatedExplicitSource/timeActivatedExplicitSource.C
342 $(fieldSources)/timeActivatedExplicitCellSource/timeActivatedExplicitCellSource.C
344 $(fieldSources)/timeActivatedExplicitMulticomponentPointSource/timeActivatedExplicitMulticomponentPointSource.C
345 $(fieldSources)/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourceProperties.C
346 $(fieldSources)/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourcePropertiesIO.C
348 LIB = $(FOAM_LIBBIN)/libfiniteVolume