Skip to content

Commit

Permalink
Merge 192f28c into 98ef5b9
Browse files Browse the repository at this point in the history
  • Loading branch information
sonachitchyan authored May 4, 2022
2 parents 98ef5b9 + 192f28c commit 12dde85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ Shilpi Prasad <[email protected]> Shilpi <[email protected]

Sourav Singh <[email protected]>

Sona Chitchyan <[email protected]>

Srinath Rajagopalan <[email protected]>
Srinath Rajagopalan <[email protected]>
Srinath Rajagopalan <[email protected]> Srinath R <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions tardis/io/schemas/plasma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ properties:
type: string
default: none
description: Path to file containing heating rate/light curve data.
link_t_rad_t_electron:
type: number
default: 0.9
description: Value used for estimating the electron temperature from radiation temperature.
required:
- ionization
- excitation
Expand Down
2 changes: 1 addition & 1 deletion tardis/plasma/standard_plasmas.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def assemble_plasma(config, model, atom_data=None):
atomic_data=atom_data,
time_explosion=model.time_explosion,
w=model.dilution_factor,
link_t_rad_t_electron=0.9,
link_t_rad_t_electron=config.plasma.link_t_rad_t_electron,
continuum_interaction_species=continuum_interaction_species,
)

Expand Down

0 comments on commit 12dde85

Please sign in to comment.