ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / applications / solvers / multiphase / twoPhaseEulerFoam / kineticTheoryModels / files.cmake
blobf22c2333e34123a8c9950b9bc1db4dff8fba57e0
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2012 Michael Wild <themiwi@users.sf.net>
12 #                         Gerber van der Graaf <gerber_graaf@users.sf.net>
13 #-------------------------------------------------------------------------------
14 # License
15 #   This file is part of FreeFOAM.
17 #   FreeFOAM is free software: you can redistribute it and/or modify it
18 #   under the terms of the GNU General Public License as published by the
19 #   Free Software Foundation, either version 3 of the License, or (at your
20 #   option) any later version.
22 #   FreeFOAM is distributed in the hope that it will be useful, but WITHOUT
23 #   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 #   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25 #   for more details.
27 #   You should have received a copy of the GNU General Public License
28 #   along with FreeFOAM.  If not, see <http://www.gnu.org/licenses/>.
29 #-------------------------------------------------------------------------------
31 set(SRCS
32   kineticTheoryModel/kineticTheoryModel.C
33   viscosityModel/viscosityModel/viscosityModel.C
34   viscosityModel/viscosityModel/newViscosityModel.C
35   viscosityModel/Gidaspow/GidaspowViscosity.C
36   viscosityModel/Syamlal/SyamlalViscosity.C
37   viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C
38   viscosityModel/none/noneViscosity.C
39   conductivityModel/conductivityModel/conductivityModel.C
40   conductivityModel/conductivityModel/newConductivityModel.C
41   conductivityModel/Gidaspow/GidaspowConductivity.C
42   conductivityModel/Syamlal/SyamlalConductivity.C
43   conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C
44   radialModel/radialModel/radialModel.C
45   radialModel/radialModel/newRadialModel.C
46   radialModel/CarnahanStarling/CarnahanStarlingRadial.C
47   radialModel/Gidaspow/GidaspowRadial.C
48   radialModel/LunSavage/LunSavageRadial.C
49   radialModel/SinclairJackson/SinclairJacksonRadial.C
50   granularPressureModel/granularPressureModel/granularPressureModel.C
51   granularPressureModel/granularPressureModel/newGranularPressureModel.C
52   granularPressureModel/Lun/LunPressure.C
53   granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C
54   frictionalStressModel/frictionalStressModel/frictionalStressModel.C
55   frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C
56   frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C
57   frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C
58   )
60 set(HDRS
61   conductivityModel/Gidaspow/GidaspowConductivity.H
62   conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H
63   conductivityModel/Syamlal/SyamlalConductivity.H
64   conductivityModel/conductivityModel/conductivityModel.H
65   frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H
66   frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H
67   frictionalStressModel/frictionalStressModel/frictionalStressModel.H
68   granularPressureModel/Lun/LunPressure.H
69   granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H
70   granularPressureModel/granularPressureModel/granularPressureModel.H
71   kineticTheoryModel/kineticTheoryModel.H
72   radialModel/CarnahanStarling/CarnahanStarlingRadial.H
73   radialModel/Gidaspow/GidaspowRadial.H
74   radialModel/LunSavage/LunSavageRadial.H
75   radialModel/SinclairJackson/SinclairJacksonRadial.H
76   radialModel/radialModel/radialModel.H
77   viscosityModel/Gidaspow/GidaspowViscosity.H
78   viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H
79   viscosityModel/Syamlal/SyamlalViscosity.H
80   viscosityModel/none/noneViscosity.H
81   viscosityModel/viscosityModel/viscosityModel.H
82   )
84 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file