Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cumulative effects to radiation effects. #111

Open
GabrieleMeoni opened this issue Jan 18, 2023 · 0 comments
Open

Add cumulative effects to radiation effects. #111

GabrieleMeoni opened this issue Jan 18, 2023 · 0 comments
Labels
enhancement New feature or request feature implementing a new feature physical-model All things involving some physical models

Comments

@GabrieleMeoni
Copy link
Collaborator

Feature

Desired Behavior / Functionality

At the moment, radiation model does not include cumulative effects. such as Total Ionizing Dose (TID) (https://space-env.esa.int/total-ionising-dose/) or Total Non-Ionizing Dose (TNID) https://spacetalos.com/news/space-radiation-effects-on-electronics-ddd-effects/. Those are cumulative effects.

What Needs to Be Done

Every device has its own TID and TNID. To simplify, we can add a TID or a TNID for each SapaceCraft actor (matching the smallest TIDs and TNIDs among the device).
Then we model the charge accumulation process, where charge can be trapped or damage being accumulated with a certain probability. Probability of events depend on the orbit. We might neglect this aspect at the first instance.
We compare the current trapped_charge and displace_damage with the max TID and TNID and we declare the actor dead once one of them passes the threshold.

How Can It Be Tested

TBD

@GabrieleMeoni GabrieleMeoni mentioned this issue Jan 18, 2023
2 tasks
@gomezzz gomezzz added enhancement New feature or request feature implementing a new feature physical-model All things involving some physical models labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature implementing a new feature physical-model All things involving some physical models
Projects
None yet
Development

No branches or pull requests

2 participants