-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features - New 2D Cylindrical propagation grid option (for direct mapping of 2D input models) - Added test models for various combinations of 1D/2D input models and 1D/2D/3D propagation grids. - EXPERIMENTAL: Allow hybrid NLTE mode with some elements in full Non-LTE and other elements in either LTE or photoionisation equilibrium (classic quasi NLTE). Set with artisoptions.h LEVEL_IS_NLTE() - EXPERIMENTAL: Enforce Saha ionisation balance (allowing NLTE level pops) with artisoptions.h FORCE_SAHA_ION_BALANCE() function. - EXPERIMENTAL: FORCE_SPHERICAL_ESCAPE_SURFACE to remove the corners of a 2D or 3D model to create a spherical escape surface (allowing for increased velocity per axis cutoff). Cells with v_r_mid > vmax are set to empty, and packets found in cells with vel_r_inner > vmax are set to escaped. Fixes - Fix virtual packets (storage of bound-free departure coeff in cell history had introduced a dependence on the not-updated cell history) - Fix for bug in 1D spherical grid mode that caused a some packets to get out of their correct cells. Now ready for production use. Mapping of 1D and 2D models to a 3D Cartesian grid is still possible, but no longer recommended for new models. - Fix adiabatic cooling rate with NLTE populations on, replacing nnetot (free and bound electron density) with nntot (ion plus free electron density). No change to W7 nebular spectrum.
- Loading branch information
1 parent
240684a
commit 00661cf
Showing
123 changed files
with
6,304 additions
and
6,795 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
Oops, something went wrong.