ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / src / thermophysicalModels / basic / files.cmake
blobbf5c919e7bc4ed43127dfaf2885c423bd1da8e70
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   mixtures/basicMixture/basicMixture.C
33   mixtures/basicMixture/basicMixtures.C
34   basicThermo/basicThermo.C
35   psiThermo/basicPsiThermo/basicPsiThermo.C
36   psiThermo/basicPsiThermo/newBasicPsiThermo.C
37   psiThermo/hPsiThermo/hPsiThermos.C
38   psiThermo/hsPsiThermo/hsPsiThermos.C
39   psiThermo/ePsiThermo/ePsiThermos.C
40   rhoThermo/basicRhoThermo/basicRhoThermo.C
41   rhoThermo/basicRhoThermo/newBasicRhoThermo.C
42   rhoThermo/hRhoThermo/hRhoThermos.C
43   rhoThermo/hsRhoThermo/hsRhoThermos.C
44   derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C
45   derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C
46   derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C
47   derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C
48   derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C
49   derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C
50   derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C
51   )
53 set(HDRS
54   basicThermo/basicThermo.H
55   derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H
56   derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H
57   derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H
58   derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H
59   derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H
60   derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H
61   derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H
62   mixtures/basicMixture/basicMixture.H
63   mixtures/basicMixture/makeBasicMixture.H
64   mixtures/pureMixture/pureMixture.C
65   mixtures/pureMixture/pureMixture.H
66   psiThermo/basicPsiThermo/basicPsiThermo.H
67   psiThermo/basicPsiThermo/makeBasicPsiThermo.H
68   psiThermo/ePsiThermo/ePsiThermo.C
69   psiThermo/ePsiThermo/ePsiThermo.H
70   psiThermo/hPsiThermo/hPsiThermo.C
71   psiThermo/hPsiThermo/hPsiThermo.H
72   psiThermo/hsPsiThermo/hsPsiThermo.C
73   psiThermo/hsPsiThermo/hsPsiThermo.H
74   rhoThermo/basicRhoThermo/basicRhoThermo.H
75   rhoThermo/basicRhoThermo/makeBasicRhoThermo.H
76   rhoThermo/hRhoThermo/hRhoThermo.C
77   rhoThermo/hRhoThermo/hRhoThermo.H
78   rhoThermo/hsRhoThermo/hsRhoThermo.C
79   rhoThermo/hsRhoThermo/hsRhoThermo.H
80   )
82 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file