-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add isotropic viscosity and resistivity (#89)
* Add simple anisotropic step function test * Separate FillDerived and EstimateTimestep in driver in prep for STS list * Add diffflux parameter * Add RKL2 STS task list * Add calc of RKL2 stages * Remove unncessary register for rkl2 * Adopt STS RKL2 variable naming * Move calc of dt_diff into PreStep * Make tlim an argument for diff step test * Adjust RKL2 conv test to gaussian profile * Add conv panel to conv plot * auto-format * rename diffusion integrator parameter * Add isotropic thermal conduction * Add isotropic cond to conv test * Add RKL2 conv test * Add new dt max ratio for rkl2 param * Add prolongation and fluxcorrect to RKL2 task list * Use base container as active STS container (workaround some AMR bug for using prolong/restric with non-base containers) * Add isotropic Spitzer thermal conduction timestep * Calc isotropic, non-const thermal diff * Fix calc of saturated heat flux * Add LimO3 limiter * Add limo3 convergence * Fix LimO3 recon * Fix saturated conduction prefactor * Remove calc of saturated conduction from cond coeff * Add upwinded saturated conduction in x-dir * Add saturated conduction prefactor * Add x2 and x3 sat cond fluxes * Increase default rkl2 ratio to 400 and allow flux correction for all integrators * Remove parabolic timestep constraint for saturated conduction limit regime * Add perturb to cloud pgen * Add perturb to B (knowing this is not great...) * Revert "Add perturb to B (knowing this is not great...)" This reverts commit 1d0cb19. * Revert "Add perturb to cloud pgen" This reverts commit 6df018f. * Limit cooling to upper bound of TFloor and cooling table cutoff * Add oblique B field * Update coords and driver * Fix test cases and add success check * Add isotropic shear viscosity * Add viscosity test problem * Add viscosity convergence test * Add Ohmic resistivity * Remove visc pgen and move to diffusion pgen * Add resis. conv test to diffusion one * Add linwave3d decay diffusion test and fix parabolic dt * Fix test thresholds * Add changelog and readme * Cleanup leftover code * Add doc * Fix interface * Fix more interface * Fix even more interfaces * And fixing a typo * Increase ctest timeout * Address BWO review comments
- Loading branch information
Showing
24 changed files
with
1,325 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.