Changes between Version 16 and Version 17 of PhysicsDataExplained


Ignore:
Timestamp:
06/09/11 13:07:09 (14 years ago)
Author:
Brandon Shroyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PhysicsDataExplained

    v16 v17  
    77This contains only one namelist: {{{PhysicsData}}}.
    88
    9 == A Note On Extraneous {{{PhysicsData}}} Members ==
     9=== A Note On Extraneous {{{PhysicsData}}} Members ===
    1010
    1111Some of the parameters in the {{{PhysicsData}}} namelist do not currently serve any purpose.  Most of these physical parameters were originally used in features that we have not yet ported over from AstroBEAR 1.0.  They were left in {{{PhysicsData}}} against the day that we do get all those features moved over, but do not currently have any effect on the code.
     
    1515[[BR]]
    1616
     17== General Physical Parameters ==
     18
    1719 * '''''{{{gamma:}}}'''''  The constant ideal gas value of [[latex($\gamma$)]].  AstroBEAR generally assumes that the gases within the problem domain are monatomic, so [[latex($\gamma$)]] should be {{{1.6667}}} for non-isothermal problems.  For isothermal problems we use {{{1.001}}}.  Normally [[latex($\gamma_{isothermal} = 1$)]], but a [[latex($\gamma$)]] of exactly 1 is hard for our solvers to process, so we just get as close to 1 as we can.
    1820
    19  * '''''{{{Xmu:}}}'''''  The mean molecular weight of the gas.  Generally specified to be 1.0 for hydrogen.
     21 * '''''{{{Xmu:}}}'''''  The mean molecular weight of the gas.  This is sometimes used in conjunction with the mass of a hydrogen atom to determine the number density and temperature scales.  A value of 1.0 is usually used for atomic hydrogen, or 0.5 for molecular hydrogen.
     22
     23 * '''''{{{MinTemp:}}}''''' Sets a minimum temperature within the domain.  This should be set to 0.0 if there is no cooling.  If there is cooling, then start by setting it to something low, in the 10^-10^ to 10^-6^ range.  If this parameter is set too high, then it could wind up injecting extra thermal energy into the system.
    2024
    2125[[BR]]
    2226
    23 === Description of various scaling parameters ===
     27== Description of various scaling parameters ==
    2428MUST be present if cooling, radiation force, or gravity are switched on!
    2529More information can be found at CalcGlobalScale and the .pdf link at the bottom of that page.