Changes between Version 15 and Version 16 of u/johannjc/scratchpad5
- Timestamp:
- 10/02/15 17:06:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/johannjc/scratchpad5
v15 v16 1 = Diffusion Solvers in AstroBEAR = 2 3 Astrobear supports both implicit and explicit thermal diffusion that is both isotropic and anistropic. We first derive the equations for the implicit-anisotropic case, and then discuss simplifications that arise for isotropic and explicit versions. 4 1 5 == Basic Equations == 2 6 The anisotropic conduction equation looks like … … 44 48 $\partial_t T = \displaystyle \sum_{\parallel, \perp} A \partial_i B_{ij} \partial_j T^{\lambda+1}$ 45 49 46 where the $\parallel$ or $\perp$ subscript on $A$, $B_{ij}$, and $ lambda$ is implied.50 where the $\parallel$ or $\perp$ subscript on $A$, $B_{ij}$, and $\lambda$ is implied. 47 51 48 52 $A_\parallel = \frac{\kappa_\parallel}{\rho c_v \left ( \lambda_\parallel + 1\right ) }$ and $A_\perp = \frac{\kappa_\perp}{\rho c_v \left (\lambda_\perp + 1 \right )}$