-
Notifications
You must be signed in to change notification settings - Fork 24
Library_Structure
Jonathan edited this page Aug 5, 2020
·
2 revisions
The NPSS Power Systems Library contains contains a set of power system and circuit components, a set of fundamental tools and classes designed to enable creating and analyzing power system models, and a suite of example models using the library tools. Refer to the following sections of this documentation for more information about these items:
The file structure of the library is as follows:
-
include
- Files to be included by preprocessor directives (i.e.
#include
), such as performance maps, design scaler initial guesses, etc.
- Files to be included by preprocessor directives (i.e.
-
model
- NPSS model definition files to be used with the examples.
-
output
- Folder where viewer output and comma separated value (CSV) files are written by the examples.
-
run
- Example model entry points, each representing a study performed on a given model.
-
src
- Source code for power system, circuit, thermal management, and other components.
-
utils
- Various NPSS and Python software utilities, including input, output, and plotting functions.
-
view
- NPSS viewer source files, with features designed for the power system components in this library.
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