-
Notifications
You must be signed in to change notification settings - Fork 23
Modeling_Components
Jonathan edited this page Aug 17, 2020
·
3 revisions
This section lists the modeling components (power system, circuit, thermal management system, and others) included in the library.
-
- The
AeroCable
class uses lookup table data based on real world cable metrics (resistance, inductance, and mass per unit length as well as ampacity), as a function of wire gauge.
- The
-
- The
BasicLoad
class serves as a basic, constant impedance power load.
- The
-
- The
Breaker
class represents the performance (losses) of a circuit breaker.
- The
-
- The
Cable
is a cable model that does not include cable sizing logic.
- The
-
- The
Capacitor
model represents a capacitor with a fixed capacitance.
- The
-
- The
ConstantPowerLoad
represents the performance of a generic constant power load (CPL).
- The
-
- The
DC_DC_Converter
represents the performance of a generic DC-to-DC converter.
- The
-
- The
Generator
represents the performance of a generic 3-phase generator.
- The
-
- The
Inductor
model represents a inductor with a fixed inductance.
- The
-
- The
Inverter
represents the performance of a generic DC-to-AC converter.
- The
-
- The
Motor
represents the performance of a generic electric motor.
- The
-
- The
Rectifier
represents the performance of a generic AC-to-DC converter.
- The
-
- The
Resistor
model represents a resistor with a fixed resistance.
- The
-
- The
Source
serves as a voltage source with constant impedance.
- The
-
- The
ThermalDuct
element performs a simple adiabatic pressure loss calculation.
- The
-
- The
ThermalHeatExchanger
models thermal energy transfer between two parallel streams using either an effectiveness or heat flow.
- The
-
- TODO
-
- The
ThermalTank
element estimates the performance of a simple tank.
- The
This wiki page is intended to serve as documentation for the NPSS Power System Library (PSL). The PSL is maintained by NASA at the NASA Glenn Research Center, and funded by the Revolutionary Vertical Lift Technology (RVLT) project. A detailed table of contents for this page can be found in the Home page.
- Home
- Library Structure
-
Fundamental Classes and Components
- Electric Port
- Electric Node (Bus)
- Complex Number
- Inverter & Rectifier Map
- Motor & Generator Map
- E-Thermal Mass
- Interpreted Port
- Electric Element
- Electric Assembly
- Interpreted Assembly
- Modeling Components
-
Examples
- baseline
- baseline 1to2Bus
- baseline 2to1Bus
- baseline all_elec
- baseline all_elecMDP
- baseline turboelectric
- baseline turboelectricMDP
- cable_and_duct thermal_test
- cable_test
- cable thermal_test
- power propagation
- run_3phase example
- run_RLC example
- run_R_dc example
- thermal baseline
- thermal test
- transient baseline