Changes between Version 1 and Version 2 of u/bliu/AblativeRT/Equations


Ignore:
Timestamp:
05/20/15 13:54:05 (10 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/AblativeRT/Equations

    v1 v2  
    11The 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.
    22
    3 1. subroutine getdEdT in EOS.f90
     31. Equations
     4
     52. subroutine getdEdT in EOS.f90
    46This subroutine will return the value of dE/dT which has a unit as C.U. Energy/Kelvin
    57
    6 2. source and stencil_fix(0) in diffusion.f90 will be modified as
     83. source and stencil_fix(0) in diffusion.f90 will be modified as
    79
    810{{{
     
    1719!    stencil_fixed(0) = stencil_fixed(0) - gamma7*Info%q(i,j,k,1)
    1820}}}
     21
     22So the lefthand side vector has unit of Kelvin and righthand side vector has unit of C.U.energy