]> SALOME platform Git repositories - tools/solverlab.git/commit
Salome HOME
Created a class for stiffened gas EOS V9_7_0
authormichael <michael@localhost.localdomain>
Mon, 17 May 2021 15:06:28 +0000 (17:06 +0200)
committermichael <michael@localhost.localdomain>
Mon, 17 May 2021 15:06:28 +0000 (17:06 +0200)
commit8d929de9719de184e2a25badfad25968281b5d1a
treeb9738d7d482e4b71938963b58f488c58fe4864b9
parent3a28c4bd2b715f2b77af249d781eac4a0d0bb3c3
Created a class for stiffened gas EOS
17 files changed:
CoreFlows/CMakeLists.txt
CoreFlows/Models/inc/CMakeLists.txt
CoreFlows/Models/inc/EOS/Fluide.h [new file with mode: 0755]
CoreFlows/Models/inc/EOS/IAPWS97.hxx [new file with mode: 0644]
CoreFlows/Models/inc/EOS/StiffenedGas.hxx [new file with mode: 0644]
CoreFlows/Models/inc/Fluide.h [deleted file]
CoreFlows/Models/inc/SinglePhase.hxx
CoreFlows/Models/src/CMakeLists.txt
CoreFlows/Models/src/DriftModel.cxx
CoreFlows/Models/src/EOS/StiffenedGas.cxx [new file with mode: 0755]
CoreFlows/Models/src/FiveEqsTwoFluid.cxx
CoreFlows/Models/src/Fluide.cxx [deleted file]
CoreFlows/Models/src/IsothermalTwoFluid.cxx
CoreFlows/Models/src/SinglePhaseStaggered.cxx
CoreFlows/Models/src/fluid.h [deleted file]
CoreFlows/examples/C/testEOS.cxx
CoreFlows/swig/CoreFlows.i