Changes between Version 18 and Version 19 of PhysicsDataExplained
- Timestamp:
- 06/10/11 16:34:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhysicsDataExplained
v18 v19 23 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. 24 24 25 * '''''{{{InterpOpts:}}}''''' A multi-integer array that sets the interpolation options for cell-centered variables. The size of this array is equal to the number of physical variables ({{{NrPhysicalVars}}}). Options are as follows:26 * {{{0 -- Constant:}}} 27 * {{{1 -- Min-Mod:}}} 25 * '''''{{{InterpOpts:}}}''''' A multi-integer array that sets the interpolation options for cell-centered variables. The size of this array is equal to the number of physical variables ({{{NrPhysicalVars}}}). The interpolation options are actually [http://en.wikipedia.org/wiki/Flux_limiter flux limiters] that prevent spurious numerical oscillations. The options are as follows: 26 * {{{0 -- Constant:}}} A constant limiter function. 27 * {{{1 -- Min-Mod:}}} Uses the minimum absolute value of the fluxes. 28 28 * {{{2 -- Superbee:}}} 29 29 * {{{3 -- VanLeer:}}} 30 30 * {{{4 -- MC:}}} 31 32 For most variables, min-mod ({{{1}}}) is a good default option; however, variables with {{{aux}}} counterparts such as Bx, By, and Bz are exceptions to this rule. These variables should always use a constant limiter (option {{{0}}}). 31 33 32 34 [[BR]]