From b62ac38c88fb62e638846ca5a02e80349c1e54a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Mon, 10 Jul 2023 16:12:32 +0200 Subject: [PATCH 1/6] Update README.md Added a table explaining physical model parameters --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f90c25..be414c56 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,10 @@ Disclaimer: This project is currently under development. Use at your own risk.
  • Via Custom Properties
  • -
  • System Design of PASEOS
  • Glossary
  • +
  • Contributing
  • License
  • Contact
  • @@ -1011,6 +1013,34 @@ print(local_actor.get_custom_property("channel_bandwidth")) - ### SpacecraftActor PASEOS [actor](#actor) emulating a spacecraft or a satellite. +### Physical Model Parameters + +Description of the physical model parameters and default values in PASEOS with indications on sensitivity of parameters and suggested ranges. + +| Name | Datatype | Description | Default | Suggested Range | Sensitivity | +|:---------------------------------:|:--------:|:---------------------------------------------------------------------------:|:----------:|:---------------:|:-----------:| +| Battery Level [Ws] | float | Current battery level | - | > 0 | high | +| Maximum Battery Level [Ws] | float | Maximum battery level | - | > 0 | high | +| Charging Rate [W] | float | Charging rate of the battery | - | > 0 | high | +| Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium | +| Data Corruption Events [1/s] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | +| Restart Events [1/s] | float | Roate of device restart being triggered | - | >= 0 | medium | +| Failure Events [1/s] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | +| Mass [kg] | float | Actor's mass | - | > 0 | low | +| Initial Temperature [K] | float | Actor's initial temperature | - | >= 0 | medium | +| Sun Absorptance | float | Actor's absorptance of solar light | - | [0,1] | high | +| Infrared Absorptance | float | Actor's absportance of infrared light | - | [0,1] | medium | +| Sun-Facing Area [$m^2$] | float | Actor's area facing the sun | - | >= 0 | high | +| Central Body-Facing Area [$m^2$] | float | Actor's area facing central body | - | >= 0 | medium | +| Emissive Area [$m^2$] | float | Actor's area emitting (radiating) heat | - | >= 0 | high | +| Thermal Capacity [$J / (kg * K)$] | float | Actor's thermal capacity | - | >= 0 | low | +| Body Solar Irradiance [W] | float | Irradiance from the sun | 1360 | >= 0 | medium | +| Body Surface Temperature [K] | float | Central body surface temperature | 288 | >= 0 | low | +| Body Emissivity | float | Centrla body emissivity [0,1] in infrared | 0.6 | [0,1] | medium | +| Body Reflectance | float | Central body reflectance of sunlight | 0.3 | [0,1] | medium | +| Heat Conversion Ratio [-] | float | Conversion ratio for activities, 0 leads to know heat-up due to activity | 0.5 | [0,1] | high | + + ## Contributing The `PASEOS` project is open to contributions. To contribute, you can open an [issue](https://github.com/gomezzz/MSMatch/issues) to report a bug or to request a new feature. If you prefer discussing new ideas and applications, you can contact us via email (please, refer to [Contact](#contact)). From c0d9693d70cc54d3581a5d125633042f2754f050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Mon, 10 Jul 2023 16:47:51 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be414c56..e372478c 100644 --- a/README.md +++ b/README.md @@ -1036,7 +1036,7 @@ Description of the physical model parameters and default values in PASEOS with i | Thermal Capacity [$J / (kg * K)$] | float | Actor's thermal capacity | - | >= 0 | low | | Body Solar Irradiance [W] | float | Irradiance from the sun | 1360 | >= 0 | medium | | Body Surface Temperature [K] | float | Central body surface temperature | 288 | >= 0 | low | -| Body Emissivity | float | Centrla body emissivity [0,1] in infrared | 0.6 | [0,1] | medium | +| Body Emissivity | float | Central body emissivity in infrared | 0.6 | [0,1] | medium | | Body Reflectance | float | Central body reflectance of sunlight | 0.3 | [0,1] | medium | | Heat Conversion Ratio [-] | float | Conversion ratio for activities, 0 leads to know heat-up due to activity | 0.5 | [0,1] | high | From 07c7ab3c976c03ae65c1e47004cd01003d11e6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Fri, 14 Jul 2023 11:09:47 +0200 Subject: [PATCH 3/6] Update README.md Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e372478c..7673c269 100644 --- a/README.md +++ b/README.md @@ -1023,7 +1023,7 @@ Description of the physical model parameters and default values in PASEOS with i | Maximum Battery Level [Ws] | float | Maximum battery level | - | > 0 | high | | Charging Rate [W] | float | Charging rate of the battery | - | > 0 | high | | Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium | -| Data Corruption Events [1/s] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | +| Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | | Restart Events [1/s] | float | Roate of device restart being triggered | - | >= 0 | medium | | Failure Events [1/s] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | | Mass [kg] | float | Actor's mass | - | > 0 | low | From b556f4f89a886c189d85a2a0692c41f65db1bb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Fri, 14 Jul 2023 11:09:54 +0200 Subject: [PATCH 4/6] Update README.md Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7673c269..46b43209 100644 --- a/README.md +++ b/README.md @@ -1024,7 +1024,7 @@ Description of the physical model parameters and default values in PASEOS with i | Charging Rate [W] | float | Charging rate of the battery | - | > 0 | high | | Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium | | Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | -| Restart Events [1/s] | float | Roate of device restart being triggered | - | >= 0 | medium | +| Restart Events [Hz] | float | Rate of device restart being triggered | - | >= 0 | medium | | Failure Events [1/s] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | | Mass [kg] | float | Actor's mass | - | > 0 | low | | Initial Temperature [K] | float | Actor's initial temperature | - | >= 0 | medium | From 6adf40a1f4a021bcdc3c79ecc88f671df0a3d892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Fri, 14 Jul 2023 11:10:01 +0200 Subject: [PATCH 5/6] Update README.md Co-authored-by: Gabriele Meoni <70584239+GabrieleMeoni@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b43209..d6d2c38f 100644 --- a/README.md +++ b/README.md @@ -1025,7 +1025,7 @@ Description of the physical model parameters and default values in PASEOS with i | Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium | | Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | | Restart Events [Hz] | float | Rate of device restart being triggered | - | >= 0 | medium | -| Failure Events [1/s] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | +| Failure Events [Hz] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | | Mass [kg] | float | Actor's mass | - | > 0 | low | | Initial Temperature [K] | float | Actor's initial temperature | - | >= 0 | medium | | Sun Absorptance | float | Actor's absorptance of solar light | - | [0,1] | high | From 14c71ffbc4cb07f667ef35a369e92012b4f086e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Fri, 14 Jul 2023 11:15:09 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6d2c38f..173d8cdb 100644 --- a/README.md +++ b/README.md @@ -1023,9 +1023,9 @@ Description of the physical model parameters and default values in PASEOS with i | Maximum Battery Level [Ws] | float | Maximum battery level | - | > 0 | high | | Charging Rate [W] | float | Charging rate of the battery | - | > 0 | high | | Power Device Type | enum | Type of power device. Can be either "SolarPanel" or "RTG" | SolarPanel | - | medium | -| Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | -| Restart Events [Hz] | float | Rate of device restart being triggered | - | >= 0 | medium | -| Failure Events [Hz] | float | Rate of complete device failure, i.e. a Single Event Latch-Up (SEL) | - | >= 0 | high | +| Data Corruption Events [Hz] | float | Rate of single bit of data being corrupted, i.e. a Single Event Upset (SEU) | - | >= 0 | low | +| Restart Events [Hz] | float | Rate of device restart being triggered | - | >= 0 | medium | +| Failure Events [Hz] | float | Rate of complete device failure due to a Single Event Latch-Up (SEL) | - | >= 0 | high | | Mass [kg] | float | Actor's mass | - | > 0 | low | | Initial Temperature [K] | float | Actor's initial temperature | - | >= 0 | medium | | Sun Absorptance | float | Actor's absorptance of solar light | - | [0,1] | high | @@ -1036,7 +1036,7 @@ Description of the physical model parameters and default values in PASEOS with i | Thermal Capacity [$J / (kg * K)$] | float | Actor's thermal capacity | - | >= 0 | low | | Body Solar Irradiance [W] | float | Irradiance from the sun | 1360 | >= 0 | medium | | Body Surface Temperature [K] | float | Central body surface temperature | 288 | >= 0 | low | -| Body Emissivity | float | Central body emissivity in infrared | 0.6 | [0,1] | medium | +| Body Emissivity | float | Central body emissivity in infrared | 0.6 | [0,1] | medium | | Body Reflectance | float | Central body reflectance of sunlight | 0.3 | [0,1] | medium | | Heat Conversion Ratio [-] | float | Conversion ratio for activities, 0 leads to know heat-up due to activity | 0.5 | [0,1] | high |