ENH: Update FreeFOAM contributions to GPL v3
[freefoam.git] / src / thermophysicalModels / thermophysicalFunctions / files.cmake
blobe5cd1089f89805e988582527f80f036bb3ad7f43
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   thermophysicalFunction/thermophysicalFunction.C
33   NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C
34   NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C
35   NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C
36   NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C
37   NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C
38   NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C
39   NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C
40   NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C
41   NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C
42   APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C
43   )
45 set(HDRS
46   APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H
47   NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H
48   NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H
49   NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H
50   NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H
51   NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H
52   NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H
53   NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H
54   NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H
55   NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H
56   thermophysicalFunction/thermophysicalFunction.H
57   )
59 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file