BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / src / regionModels / surfaceFilmModels / Make / files
blob12f80a7ce78a673b74feb8a81651f9450fa1161c
1 /* Surface film models */
2 surfaceFilmModel/surfaceFilmModel.C
3 surfaceFilmModel/surfaceFilmModelNew.C
4 noFilm/noFilm.C
5 kinematicSingleLayer/kinematicSingleLayer.C
6 thermoSingleLayer/thermoSingleLayer.C
9 /* Sub-models */
10 submodels/subModelBase.C
12 KINEMATICMODELS=submodels/kinematic
13 $(KINEMATICMODELS)/force/force/force.C
14 $(KINEMATICMODELS)/force/force/forceNew.C
15 $(KINEMATICMODELS)/force/forceList/forceList.C
16 $(KINEMATICMODELS)/force/contactAngleForce/contactAngleForce.C
17 $(KINEMATICMODELS)/force/surfaceShearForce/surfaceShearForce.C
18 $(KINEMATICMODELS)/force/thermocapillaryForce/thermocapillaryForce.C
20 $(KINEMATICMODELS)/injectionModel/injectionModel/injectionModel.C
21 $(KINEMATICMODELS)/injectionModel/injectionModel/injectionModelNew.C
22 $(KINEMATICMODELS)/injectionModel/injectionModelList/injectionModelList.C
23 $(KINEMATICMODELS)/injectionModel/drippingInjection/drippingInjection.C
24 $(KINEMATICMODELS)/injectionModel/removeInjection/removeInjection.C
25 $(KINEMATICMODELS)/injectionModel/curvatureSeparation/curvatureSeparation.C
27 THERMOMODELS=submodels/thermo
28 $(THERMOMODELS)/phaseChangeModel/phaseChangeModel/phaseChangeModel.C
29 $(THERMOMODELS)/phaseChangeModel/phaseChangeModel/phaseChangeModelNew.C
30 $(THERMOMODELS)/phaseChangeModel/noPhaseChange/noPhaseChange.C
31 $(THERMOMODELS)/phaseChangeModel/standardPhaseChange/standardPhaseChange.C
33 $(THERMOMODELS)/heatTransferModel/heatTransferModel/heatTransferModel.C
34 $(THERMOMODELS)/heatTransferModel/heatTransferModel/heatTransferModelNew.C
35 $(THERMOMODELS)/heatTransferModel/constantHeatTransfer/constantHeatTransfer.C
36 $(THERMOMODELS)/heatTransferModel/mappedConvectiveHeatTransfer/mappedConvectiveHeatTransfer.C
38 $(THERMOMODELS)/filmRadiationModel/filmRadiationModel/filmRadiationModel.C
39 $(THERMOMODELS)/filmRadiationModel/filmRadiationModel/filmRadiationModelNew.C
40 $(THERMOMODELS)/filmRadiationModel/noRadiation/noRadiation.C
41 $(THERMOMODELS)/filmRadiationModel/standardRadiation/standardRadiation.C
44 /* Boundary conditions */
45 PATCHFIELDS=derivedFvPatchFields
46 $(PATCHFIELDS)/filmHeightInletVelocity/filmHeightInletVelocityFvPatchVectorField.C
48 /* Wall functions for primary region */
49 WALLFUNCS=$(PATCHFIELDS)/wallFunctions
50 $(WALLFUNCS)/alphatFilmWallFunction/alphatFilmWallFunctionFvPatchScalarField.C
51 $(WALLFUNCS)/mutkFilmWallFunction/mutkFilmWallFunctionFvPatchScalarField.C
54 LIB = $(FOAM_LIBBIN)/libsurfaceFilmModels