RCAIDE.Framework.Analyses.Analysis

Analysis#

class Analysis[source]#

Bases: Data

The Top Level Analysis Class

Assumptions: None

Source: N/A

initialize(*args, **kwarg)[source]#

This is used to initialize the analysis’ specific algorithms.

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

evaluate(*args, **kwarg)[source]#

This is used to execute the analysis’ specific algorithms.

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

post_process(*args, **kwarg)[source]#

This is used to post_process

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

class Container#

Bases: Container

The Analysis Container Class

Assumptions: None

Source: N/A

evaluate(*args, **kwarg)#

This is used to execute the evaluate functions of the analyses stored in the container.

Assumptions: None

Source: N/A

Inputs: None

Outputs: Results of the Evaluate Functions

Properties Used: N/A

initialize(*args, **kwarg)#

This is used to execute the initialize functions of the analyses stored in the container.

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

post_process(*args, **kwarg)#

This is used to execute post processing functions

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

class Container[source]#

Bases: Container

The Analysis Container Class

Assumptions: None

Source: N/A

initialize(*args, **kwarg)[source]#

This is used to execute the initialize functions of the analyses stored in the container.

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

evaluate(*args, **kwarg)[source]#

This is used to execute the evaluate functions of the analyses stored in the container.

Assumptions: None

Source: N/A

Inputs: None

Outputs: Results of the Evaluate Functions

Properties Used: N/A

post_process(*args, **kwarg)[source]#

This is used to execute post processing functions

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A