48 | | * '''''{{{ViscCD}}}''''' Controls AstroBEAR's numerical viscosity options. {{{ViscCD}}} currently has three options: |
49 | | * {{{0 -- ROE_VISCOSITY}}}: The default option, this value turns viscosity off. |
50 | | * {{{1 -- ROE_VISCOSITY}}}: ! 0 = NO_VISCOSITY, 1 = ROE_VISCOSITY, 2 = H_VISCOSITY |
51 | | lApplyLOF = .false. ! Apply local oscillation filter (reduces carbuncles) |
52 | | LOF_ALPHA = .075 ! Strength of local oscillation filter. |
53 | | iTracer = 0 ! 0 = Normal Tracers, 1 = Lagrangian Tracers |
| 52 | * '''''{{{ViscCD}}}''''' Controls AstroBEAR's numerical viscosity options. Viscosity was originally included in AstroBEAR to get rid of carbuncles, but now the local oscillation filter (see {{{lApplyLOF}}} below) provides a more efficient means of doing so. {{{ViscCD}}} currently has three options: |
| 53 | * {{{0 -- NO_VISCOSITY}}}: The default option, this value turns viscosity off. |
| 54 | * {{{2 -- H_VISCOSITY}}}: Turns viscosity on, (hopefully) preventing carbuncles. |
| 55 | |
| 56 | * '''''{{{lApplyLOF}}}''''' When this flag is set to true, AstroBEAR applies a local oscillation filter to prevent the formation of carbuncles. |
| 57 | |
| 58 | * '''''{{{LOF_ALPHA}}}''''' Sets the strength of the local oscillation filter. Higher values mean a stronger filter, while a value of 0 is equivalent to having no oscillation filter. The default value for {{{LOF_ALPHA}}} is 0.75. |
| 59 | |
| 60 | * '''''{{{iTracer:}}}''''' Controls the behavior of tracer fields. The {{{iTracer}}} value in {{{solver.data}}} should match the {{{iLTracer}}} value in [PhysicsDataExplained#TracerSettings physics.data]. |
| 61 | * {{{0 -- Conservative:}}} Tracer values in a given cell are constrained from 0 to {{{density}}}. If you do not intend to use tracers, then select this option. |
| 62 | * {{{1 -- Limited Lagrangian:}}} Tracer values are constrained between 0 and 1 |
| 63 | Note that these settings apply to ''all'' tracer fields--AstroBEAR does not allow users to mix conservative and Lagrangian tracers in one problem. |