1 fvMesh/fvMeshGeometry.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
23 $(constraintFvPatches)/ggi/ggiFvPatch.C
24 $(constraintFvPatches)/cyclicGgi/cyclicGgiFvPatch.C
25 $(constraintFvPatches)/overlapGgi/overlapGgiFvPatch.C
26 $(constraintFvPatches)/regionCouple/regionCoupleFvPatch.C
28 derivedFvPatches = $(fvPatches)/derived
29 $(derivedFvPatches)/wall/wallFvPatch.C
30 $(derivedFvPatches)/directMapped/directMappedFvPatch.C
31 $(derivedFvPatches)/cohesive/cohesiveFvPatch.C
32 $(derivedFvPatches)/directMapped/directMappedWallFvPatch.C
34 wallDist = fvMesh/wallDist
35 $(wallDist)/wallPointYPlus/wallPointYPlus.C
36 $(wallDist)/nearWallDistNoSearch.C
37 $(wallDist)/nearWallDist.C
38 $(wallDist)/wallDist.C
39 $(wallDist)/reflectionVectors.C
40 $(wallDist)/wallDistReflection.C
43 fvMeshMapper = fvMesh/fvMeshMapper
44 $(fvMeshMapper)/fvPatchMapper.C
45 $(fvMeshMapper)/fvSurfaceMapper.C
48 extendedStencil = fvMesh/extendedStencil
50 cellToCell = $(extendedStencil)/cellToCell
51 $(cellToCell)/fullStencils/cellToCellStencil.C
52 $(cellToCell)/fullStencils/CFCCellToCellStencil.C
53 $(cellToCell)/fullStencils/CPCCellToCellStencil.C
54 $(cellToCell)/fullStencils/CECCellToCellStencil.C
56 cellToFace = $(extendedStencil)/cellToFace
57 $(cellToFace)/fullStencils/cellToFaceStencil.C
58 $(cellToFace)/fullStencils/CFCCellToFaceStencil.C
59 $(cellToFace)/fullStencils/CECCellToFaceStencil.C
60 $(cellToFace)/fullStencils/CPCCellToFaceStencil.C
61 $(cellToFace)/fullStencils/FECCellToFaceStencil.C
62 $(cellToFace)/extendedCellToFaceStencil.C
63 $(cellToFace)/extendedCentredCellToFaceStencil.C
64 $(cellToFace)/extendedUpwindCellToFaceStencil.C
65 $(cellToFace)/MeshObjects/centredCECCellToFaceStencilObject.C
66 $(cellToFace)/MeshObjects/centredCFCCellToFaceStencilObject.C
67 $(cellToFace)/MeshObjects/centredCPCCellToFaceStencilObject.C
68 $(cellToFace)/MeshObjects/centredFECCellToFaceStencilObject.C
69 $(cellToFace)/MeshObjects/upwindCECCellToFaceStencilObject.C
70 $(cellToFace)/MeshObjects/upwindCFCCellToFaceStencilObject.C
71 $(cellToFace)/MeshObjects/upwindCPCCellToFaceStencilObject.C
72 $(cellToFace)/MeshObjects/upwindFECCellToFaceStencilObject.C
73 $(cellToFace)/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C
75 faceToCell = $(extendedStencil)/faceToCell
76 $(faceToCell)/fullStencils/faceToCellStencil.C
77 $(faceToCell)/fullStencils/CFCFaceToCellStencil.C
78 $(faceToCell)/extendedFaceToCellStencil.C
79 $(faceToCell)/extendedCentredFaceToCellStencil.C
80 $(faceToCell)/MeshObjects/centredCFCFaceToCellStencilObject.C
83 fvPatchFields = fields/fvPatchFields
84 $(fvPatchFields)/fvPatchField/fvPatchFields.C
86 basicFvPatchFields = $(fvPatchFields)/basic
87 $(basicFvPatchFields)/basicSymmetry/basicSymmetryFvPatchFields.C
88 $(basicFvPatchFields)/basicSymmetry/basicSymmetryFvPatchScalarField.C
89 $(basicFvPatchFields)/calculated/calculatedFvPatchFields.C
90 $(basicFvPatchFields)/coupled/coupledFvPatchFields.C
91 $(basicFvPatchFields)/directionMixed/directionMixedFvPatchFields.C
92 $(basicFvPatchFields)/fixedGradient/fixedGradientFvPatchFields.C
93 $(basicFvPatchFields)/fixedValue/fixedValueFvPatchFields.C
94 $(basicFvPatchFields)/generic/genericFvPatchFields.C
95 $(basicFvPatchFields)/mixed/mixedFvPatchFields.C
96 $(basicFvPatchFields)/sliced/slicedFvPatchFields.C
97 $(basicFvPatchFields)/transform/transformFvPatchFields.C
98 $(basicFvPatchFields)/transform/transformFvPatchScalarField.C
99 $(basicFvPatchFields)/zeroGradient/zeroGradientFvPatchFields.C
101 constraintFvPatchFields = $(fvPatchFields)/constraint
102 $(constraintFvPatchFields)/cyclic/cyclicFvPatchFields.C
103 $(constraintFvPatchFields)/empty/emptyFvPatchFields.C
104 $(constraintFvPatchFields)/jumpCyclic/jumpCyclicFvPatchFields.C
105 $(constraintFvPatchFields)/processor/processorFvPatchFields.C
106 $(constraintFvPatchFields)/processor/processorFvPatchScalarField.C
107 $(constraintFvPatchFields)/symmetry/symmetryFvPatchFields.C
108 $(constraintFvPatchFields)/wedge/wedgeFvPatchFields.C
109 $(constraintFvPatchFields)/wedge/wedgeFvPatchScalarField.C
110 $(constraintFvPatchFields)/ggi/ggiFvPatchFields.C
111 $(constraintFvPatchFields)/cyclicGgi/cyclicGgiFvPatchFields.C
112 $(constraintFvPatchFields)/overlapGgi/overlapGgiFvPatchFields.C
113 $(constraintFvPatchFields)/regionCouple/regionCoupleFvPatchFields.C
115 derivedFvPatchFields = $(fvPatchFields)/derived
116 $(derivedFvPatchFields)/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C
117 $(derivedFvPatchFields)/advective/advectiveFvPatchFields.C
118 $(derivedFvPatchFields)/directMappedFixedValue/directMappedFixedValueFvPatchFields.C
119 $(derivedFvPatchFields)/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C
120 $(derivedFvPatchFields)/fan/fanFvPatchFields.C
121 $(derivedFvPatchFields)/buoyantPressure/buoyantPressureFvPatchScalarField.C
122 $(derivedFvPatchFields)/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C
123 $(derivedFvPatchFields)/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C
124 $(derivedFvPatchFields)/fixedNormalSlip/fixedNormalSlipFvPatchFields.C
125 $(derivedFvPatchFields)/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C
126 $(derivedFvPatchFields)/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C
127 $(derivedFvPatchFields)/flux/fluxFvPatchFields.C
128 $(derivedFvPatchFields)/freestream/freestreamFvPatchFields.C
129 $(derivedFvPatchFields)/freestreamPressure/freestreamPressureFvPatchScalarField.C
130 $(derivedFvPatchFields)/inletOutlet/inletOutletFvPatchFields.C
131 $(derivedFvPatchFields)/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C
132 $(derivedFvPatchFields)/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C
133 $(derivedFvPatchFields)/movingWallVelocity/movingWallVelocityFvPatchVectorField.C
134 $(derivedFvPatchFields)/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C
135 $(derivedFvPatchFields)/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C
136 $(derivedFvPatchFields)/movingRotatingWallVelocity/movingRotatingWallVelocityFvPatchVectorField.C
137 $(derivedFvPatchFields)/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C
138 $(derivedFvPatchFields)/fixedMeanValue/fixedMeanValueFvPatchFields.C
139 $(derivedFvPatchFields)/outletInlet/outletInletFvPatchFields.C
140 $(derivedFvPatchFields)/partialSlip/partialSlipFvPatchFields.C
141 $(derivedFvPatchFields)/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C
142 $(derivedFvPatchFields)/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C
143 $(derivedFvPatchFields)/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C
144 $(derivedFvPatchFields)/timeVaryingMappedPressureDirectedInletVelocity/timeVaryingMappedPressureDirectedInletVelocityFvPatchVectorField.C
145 $(derivedFvPatchFields)/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C
146 $(derivedFvPatchFields)/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C
147 $(derivedFvPatchFields)/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C
148 $(derivedFvPatchFields)/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C
149 $(derivedFvPatchFields)/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C
150 $(derivedFvPatchFields)/slip/slipFvPatchFields.C
151 $(derivedFvPatchFields)/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C
152 $(derivedFvPatchFields)/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C
153 $(derivedFvPatchFields)/syringePressure/syringePressureFvPatchScalarField.C
154 $(derivedFvPatchFields)/parabolicVelocity/parabolicVelocityFvPatchVectorField.C
155 $(derivedFvPatchFields)/timeVaryingMappedFixedValue/AverageIOFields.C
156 $(derivedFvPatchFields)/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C
157 $(derivedFvPatchFields)/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C
158 $(derivedFvPatchFields)/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C
159 $(derivedFvPatchFields)/timeVaryingUniformInletOutlet/timeVaryingUniformInletOutletFvPatchFields.C
160 $(derivedFvPatchFields)/totalPressure/totalPressureFvPatchScalarField.C
161 $(derivedFvPatchFields)/timeVaryingMappedTotalPressure/timeVaryingMappedTotalPressureFvPatchScalarField.C
162 $(derivedFvPatchFields)/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C
163 $(derivedFvPatchFields)/totalTemperature/totalTemperatureFvPatchScalarField.C
164 $(derivedFvPatchFields)/turbulentInlet/turbulentInletFvPatchFields.C
165 $(derivedFvPatchFields)/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C
166 $(derivedFvPatchFields)/uniformFixedValue/uniformFixedValueFvPatchFields.C
167 $(derivedFvPatchFields)/waveTransmissive/waveTransmissiveFvPatchFields.C
168 $(derivedFvPatchFields)/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C
170 fvsPatchFields = fields/fvsPatchFields
171 $(fvsPatchFields)/fvsPatchField/fvsPatchFields.C
173 basicFvsPatchFields = $(fvsPatchFields)/basic
174 $(basicFvsPatchFields)/calculated/calculatedFvsPatchFields.C
175 $(basicFvsPatchFields)/coupled/coupledFvsPatchFields.C
176 $(basicFvsPatchFields)/fixedValue/fixedValueFvsPatchFields.C
177 $(basicFvsPatchFields)/sliced/slicedFvsPatchFields.C
179 constraintFvsPatchFields = $(fvsPatchFields)/constraint
180 $(constraintFvsPatchFields)/cyclic/cyclicFvsPatchFields.C
181 $(constraintFvsPatchFields)/empty/emptyFvsPatchFields.C
182 $(constraintFvsPatchFields)/processor/processorFvsPatchFields.C
183 $(constraintFvsPatchFields)/symmetry/symmetryFvsPatchFields.C
184 $(constraintFvsPatchFields)/wedge/wedgeFvsPatchFields.C
185 $(constraintFvsPatchFields)/ggi/ggiFvsPatchFields.C
186 $(constraintFvsPatchFields)/cyclicGgi/cyclicGgiFvsPatchFields.C
187 $(constraintFvsPatchFields)/overlapGgi/overlapGgiFvsPatchFields.C
188 $(constraintFvsPatchFields)/regionCouple/regionCoupleFvsPatchFields.C
191 fields/volFields/volFields.C
192 fields/surfaceFields/surfaceFields.C
194 fvMatrices/fvMatrices.C
195 fvMatrices/fvScalarMatrix/fvScalarMatrix.C
196 fvMatrices/solvers/MULES/MULES.C
197 fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C
199 interpolation = interpolation/interpolation
200 $(interpolation)/interpolation/interpolations.C
202 $(interpolation)/interpolationCell/makeInterpolationCell.C
203 $(interpolation)/interpolationCellPoint/cellPointWeight/cellPointWeight.C
204 $(interpolation)/interpolationCellPoint/makeInterpolationCellPoint.C
205 $(interpolation)/interpolationCellPointFace/makeInterpolationCellPointFace.C
206 $(interpolation)/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C
207 $(interpolation)/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C
209 volPointInterpolation = interpolation/volPointInterpolation
210 $(volPointInterpolation)/pointPatchInterpolation/pointPatchInterpolation.C
211 $(volPointInterpolation)/volPointInterpolation.C
213 surfaceInterpolation = interpolation/surfaceInterpolation
214 $(surfaceInterpolation)/surfaceInterpolation/surfaceInterpolation.C
215 $(surfaceInterpolation)/surfaceInterpolationScheme/surfaceInterpolationSchemes.C
217 schemes = $(surfaceInterpolation)/schemes
218 $(schemes)/linear/linear.C
219 $(schemes)/midPoint/midPoint.C
220 $(schemes)/downwind/downwind.C
221 $(schemes)/weighted/weighted.C
222 $(schemes)/cubic/cubic.C
223 $(schemes)/skewCorrected/skewCorrectionVectors.C
224 $(schemes)/skewCorrected/skewCorrected.C
225 $(schemes)/outletStabilised/outletStabilised.C
226 $(schemes)/reverseLinear/reverseLinear.C
227 $(schemes)/clippedLinear/clippedLinear.C
228 $(schemes)/harmonic/harmonic.C
229 $(schemes)/fixedBlended/fixedBlended.C
230 $(schemes)/localBlended/localBlended.C
231 $(schemes)/localMax/localMax.C
232 $(schemes)/localMin/localMin.C
234 $(schemes)/linearFit/linearFit.C
235 $(schemes)/biLinearFit/biLinearFit.C
236 $(schemes)/quadraticLinearFit/quadraticLinearFit.C
237 $(schemes)/quadraticFit/quadraticFit.C
239 $(schemes)/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C
240 $(schemes)/quadraticUpwindFit/quadraticUpwindFit.C
241 $(schemes)/cubicUpwindFit/cubicUpwindFit.C
243 $(schemes)/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C
245 $(schemes)/linearPureUpwindFit/linearPureUpwindFit.C
247 limitedSchemes = $(surfaceInterpolation)/limitedSchemes
248 $(limitedSchemes)/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C
249 $(limitedSchemes)/upwind/upwind.C
250 $(limitedSchemes)/blended/blended.C
251 $(limitedSchemes)/linearUpwind/linearUpwind.C
252 $(limitedSchemes)/linearUpwind/linearUpwindV.C
253 $(limitedSchemes)/reconCentral/reconCentral.C
254 $(limitedSchemes)/Gamma/Gamma.C
255 $(limitedSchemes)/SFCD/SFCD.C
256 $(limitedSchemes)/Minmod/Minmod.C
257 $(limitedSchemes)/vanLeer/vanLeer.C
258 $(limitedSchemes)/vanAlbada/vanAlbada.C
259 $(limitedSchemes)/OSPRE/OSPRE.C
260 $(limitedSchemes)/limitedLinear/limitedLinear.C
261 $(limitedSchemes)/limitedCubic/limitedCubic.C
262 $(limitedSchemes)/SuperBee/SuperBee.C
263 $(limitedSchemes)/QUICK/QUICK.C
264 $(limitedSchemes)/MUSCL/MUSCL.C
265 $(limitedSchemes)/UMIST/UMIST.C
266 $(limitedSchemes)/Phi/Phi.C
267 $(limitedSchemes)/filteredLinear/filteredLinear.C
268 $(limitedSchemes)/filteredLinear2/filteredLinear2.C
269 $(limitedSchemes)/filteredLinear3/filteredLinear3.C
270 $(limitedSchemes)/limitWith/limitWith.C
272 multivariateSchemes = $(surfaceInterpolation)/multivariateSchemes
273 $(multivariateSchemes)/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C
274 $(multivariateSchemes)/multivariateSelectionScheme/multivariateSelectionSchemes.C
275 $(multivariateSchemes)/upwind/multivariateUpwind.C
276 $(multivariateSchemes)/Gamma/multivariateGamma.C
277 $(multivariateSchemes)/vanLeer/multivariateVanLeer.C
278 $(multivariateSchemes)/Minmod/multivariateMinmod.C
279 $(multivariateSchemes)/SuperBee/multivariateSuperBee.C
280 $(multivariateSchemes)/MUSCL/multivariateMUSCL.C
281 $(multivariateSchemes)/limitedLinear/multivariateLimitedLinear.C
282 $(multivariateSchemes)/limitedCubic/multivariateLimitedCubic.C
285 finiteVolume/fvSchemes/fvSchemes.C
287 ddtSchemes = finiteVolume/ddtSchemes
288 $(ddtSchemes)/ddtScheme/ddtSchemes.C
289 $(ddtSchemes)/steadyStateDdtScheme/steadyStateDdtSchemes.C
290 $(ddtSchemes)/EulerDdtScheme/EulerDdtSchemes.C
291 $(ddtSchemes)/CoEulerDdtScheme/CoEulerDdtSchemes.C
292 $(ddtSchemes)/SLTSDdtScheme/SLTSDdtSchemes.C
293 $(ddtSchemes)/backwardDdtScheme/backwardDdtSchemes.C
294 $(ddtSchemes)/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C
295 $(ddtSchemes)/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C
296 $(ddtSchemes)/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C
298 d2dt2Schemes = finiteVolume/d2dt2Schemes
299 $(d2dt2Schemes)/d2dt2Scheme/d2dt2Schemes.C
300 $(d2dt2Schemes)/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C
301 $(d2dt2Schemes)/EulerD2dt2Scheme/EulerD2dt2Schemes.C
303 divSchemes = finiteVolume/divSchemes
304 $(divSchemes)/divScheme/divSchemes.C
305 $(divSchemes)/gaussDivScheme/gaussDivSchemes.C
307 gradSchemes = finiteVolume/gradSchemes
308 $(gradSchemes)/gradScheme/gradSchemes.C
309 $(gradSchemes)/gaussGrad/gaussGrads.C
310 $(gradSchemes)/beGaussGrad/beGaussGrads.C
311 $(gradSchemes)/leastSquaresGrad/leastSquaresVectors.C
312 $(gradSchemes)/leastSquaresGrad/leastSquaresGrads.C
313 $(gradSchemes)/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C
314 $(gradSchemes)/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C
315 $(gradSchemes)/fourthGrad/fourthGrads.C
317 limitedGradSchemes = $(gradSchemes)/limitedGradSchemes
318 $(limitedGradSchemes)/faceLimitedGrad/faceLimitedGrads.C
319 $(limitedGradSchemes)/cellLimitedGrad/cellLimitedGrads.C
320 $(limitedGradSchemes)/faceMDLimitedGrad/faceMDLimitedGrads.C
321 $(limitedGradSchemes)/cellMDLimitedGrad/cellMDLimitedGrads.C
323 snGradSchemes = finiteVolume/snGradSchemes
324 $(snGradSchemes)/snGradScheme/snGradSchemes.C
325 $(snGradSchemes)/correctedSnGrad/correctedSnGrads.C
326 $(snGradSchemes)/limitedSnGrad/limitedSnGrads.C
327 $(snGradSchemes)/uncorrectedSnGrad/uncorrectedSnGrads.C
328 $(snGradSchemes)/fourthSnGrad/fourthSnGrads.C
330 $(snGradSchemes)/quadraticFitSnGrad/quadraticFitSnGradData.C
331 $(snGradSchemes)/quadraticFitSnGrad/quadraticFitSnGrads.C
334 convectionSchemes = finiteVolume/convectionSchemes
335 $(convectionSchemes)/convectionScheme/convectionSchemes.C
336 $(convectionSchemes)/gaussConvectionScheme/gaussConvectionSchemes.C
337 $(convectionSchemes)/noConvectionScheme/noConvectionSchemes.C
338 $(convectionSchemes)/explicitConvectionScheme/explicitConvectionSchemes.C
339 $(convectionSchemes)/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C
341 laplacianSchemes = finiteVolume/laplacianSchemes
342 $(laplacianSchemes)/laplacianScheme/laplacianSchemes.C
343 $(laplacianSchemes)/gaussLaplacianScheme/gaussLaplacianSchemes.C
344 $(laplacianSchemes)/noLaplacianScheme/noLaplacianSchemes.C
346 finiteVolume/fvc/fvcMeshPhi.C
348 general = cfdTools/general
349 $(general)/findRefCell/findRefCell.C
350 $(general)/adjustPhi/adjustPhi.C
351 $(general)/bound/bound.C
353 porousMedia = $(general)/porousMedia
354 $(porousMedia)/porousZone.C
355 $(porousMedia)/porousZones.C
362 $(SRF)/SRFModel/SRFModel/SRFModel.C
363 $(SRF)/SRFModel/SRFModel/newSRFModel.C
364 $(SRF)/SRFModel/rpm/rpm.C
365 $(SRF)/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C
367 fieldSources = $(general)/fieldSources
368 $(fieldSources)/pressureGradientExplicitSource/pressureGradientExplicitSource.C
369 $(fieldSources)/timeActivatedExplicitSource/timeActivatedExplicitSource.C
371 LIB = $(FOAM_LIBBIN)/libfiniteVolume