File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ noinst_LIBRARIES+= libSU2Core_AD.a
4949endif
5050
5151libSU2Core_sources = ../src/definition_structure.cpp \
52- ../src/fluid_model.cpp \
53- ../src/fluid_model_pig.cpp \
54- ../src/fluid_model_pvdw.cpp \
55- ../src/fluid_model_ppr.cpp \
56- ../src/fluid_model_inc.cpp \
52+ ../src/fluid/CFluidModel.cpp \
53+ ../src/fluid/CIdealGas.cpp \
54+ ../src/fluid/CPengRobinson.cpp \
55+ ../src/fluid/CVanDerWaalsGas.cpp \
5756 ../src/integration/CIntegration.cpp \
5857 ../src/integration/CSingleGridIntegration.cpp \
5958 ../src/integration/CMultiGridIntegration.cpp \
@@ -173,7 +172,6 @@ libSU2Core_sources = ../src/definition_structure.cpp \
173172 ../src/interfaces/fsi/CDisplacementsInterface.cpp \
174173 ../src/interfaces/fsi/CFlowTractionInterface.cpp \
175174 ../src/interfaces/fsi/CDiscAdjFlowTractionInterface.cpp \
176- ../src/transport_model.cpp \
177175 ../src/variables/CFEABoundVariable.cpp \
178176 ../src/variables/CRadVariable.cpp \
179177 ../src/variables/CRadP1Variable.cpp \
You can’t perform that action at this time.
0 commit comments