Changes between Version 7 and Version 8 of u/bliu/AblativeRT


Ignore:
Timestamp:
06/05/15 12:14:29 (10 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/AblativeRT

    v7 v8  
    11== Ablative RT Problem ==
    22=== Docs from LLE ===
    3 1. [http://www.pas.rochester.edu/~bliu/AblativeRT/Docs/RBetti.pdf doc from Riccardo];
     31. [http://www.pas.rochester.edu/~bliu/AblativeRT/Docs/RBetti.pdf doc from Riccardo Betti];
    442. [http://www.pas.rochester.edu/~bliu/AblativeRT/Docs/ablative-equil.pdf equilibrium profile];
    55
    66=== Implementation in the code ===
    7 * Important Equations and Parameters:[https://astrobear.pas.rochester.edu/trac/wiki/u/bliu/AblativeRT/Equations new ways based on energy]; [https://astrobear.pas.rochester.edu/trac/wiki/u/bliu/AblativeRT/TempEquations old ways based on temperature];
     7* Important Equations and Parameters: connect between Betti's parameters (temperature in Joule and everything else in SI-unit and the AstroBEAR code (everything in computational units).
     8 1. [https://astrobear.pas.rochester.edu/trac/wiki/u/bliu/AblativeRT/TempEquations old way based on temperature equation];
     9 2. [https://astrobear.pas.rochester.edu/trac/wiki/u/bliu/AblativeRT/HybridEquations hybrid way: to get rid of the so-called gamma7 term in the diffusion solver];
     10 3. [https://astrobear.pas.rochester.edu/trac/wiki/u/bliu/AblativeRT/Equations new ways solving energy equation];
     11
    812* Stencils for diffusion solver: [ThermalConduction]
    913* Transfer the initial data to coarse grid with AstroBEAR and so it can take advantage of AMR: [blog:bliu08282014]