Changes between Version 1 and Version 2 of u/bliu/AblativeRT/Equations
- Timestamp:
- 05/20/15 13:54:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu/AblativeRT/Equations
v1 v2 1 1 The current version of the code has changed the temperature from computational units to Kelvin or solves the energy equation instead of temperature. This note is to check the parameter and equations changes need to do to be consistent comparing the old ways of blog:bliu01092014 and blog:bliu01142014 . So the term $\gamma_{7}$ won't show in the thermal diffusion equations. 2 2 3 1. subroutine getdEdT in EOS.f90 3 1. Equations 4 5 2. subroutine getdEdT in EOS.f90 4 6 This subroutine will return the value of dE/dT which has a unit as C.U. Energy/Kelvin 5 7 6 2. source and stencil_fix(0) in diffusion.f90 will be modified as8 3. source and stencil_fix(0) in diffusion.f90 will be modified as 7 9 8 10 {{{ … … 17 19 ! stencil_fixed(0) = stencil_fixed(0) - gamma7*Info%q(i,j,k,1) 18 20 }}} 21 22 So the lefthand side vector has unit of Kelvin and righthand side vector has unit of C.U.energy