-
Notifications
You must be signed in to change notification settings - Fork 23
Fundamental_Classes_and_Components
Jonathan edited this page Aug 5, 2020
·
6 revisions
The following is a list of fundamental classes and components that are included in the library:
-
- The
ElectricPort
class is used to transfer power system information between components to form power system networks. It is the foundation of the Power System Library and serves as a substitute the generic NPSS port for electric components.
- The
-
- The
ComplexNumber
class is used by theElectricPort
component to perform the calculations required for the implementation of phasors (phase vectors). These are necessary to accurately model power system components using alternating current (AC1
) or three-phase (AC3
) electric power.
- The
-
- The
Enode
class is used as a bus or electrical node that may connect to an arbitrary number of components. TheEnode
is required when a component must connect to more than one components.
- 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