Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Packages/Uintah/CCA/Components/ICE/EOS/ | 6 (100.0%) | 197 (100.0%) | 32.8 |
M EquationOfStateFactory.cc
M sub.mk
Modified EquationOfStateFactory to include new EOS model: HardSphereGas
Modified sub.mk so that new EOS will make correctly
Chuck Wight - Dept of Chemistry
6/12/207
0 lines of code changed in 4 files:
Added new equation of state for ICE materials: HardSphereGas
A SCIRun/src/Packages/Uintah/CCA/Components/ICE/EOS/HardSphereGas.cc
A SCIRun/src/Packages/Uintah/CCA/Components/ICE/EOS/HardSphereGas.h
useage in the UPS file (<ICE> section):
<EOS type="hard_sphere_gas">
<b> 1.4e-3 </b>
</EOS>
This EOS is a simple extension of the ideal gas EOS, but accounts for
the finite volume occupied by the molecules themselves, so causes the
computed pressure to be greater at high densities. The EOS is given by:
P(V-b) = RT (where b = specific volume of molecules)
Typical value for b is 1.4e-3 m^3/kg (e.g., for N2 or CO).
Chuck Wight - Dept of Chemistry, Univ of Utah
6/12/2007
197 lines of code changed in 2 files: