User manual for the Python interface¶
Model creation¶
| 
 | Create a variable base class. | 
| 
 | Create an input variable. | 
| 
 | Create an output variable. | 
| 
 | Create a mesh model base class. | 
| 
 | Create a model to build regular meshes. | 
| 
 | Create a model with imported meshes | 
| 
 | Physical model base class. | 
| 
 | Create a physical model defined by analytical formulas. | 
| 
 | Create a physical model defined by analytical formulas and a mesh. | 
| 
 | Create a physical model defined by Python code. | 
| 
 | Create a physical model defined by Python code and a mesh. | 
| 
 | Physical model defined by a FMI scheme. | 
| 
 | Create a data model from an imported dataset. | 
| 
 | DataModel sample manipulation. | 
| 
 | Metamodel. | 
Coupling model¶
| 
 | Input file metadata for coupling. | 
| 
 | Resource file metadata for coupling. | 
| 
 | Output file metadata for coupling. | 
| 
 | Coupling step. | 
| 
 | File-exchange based coupling model. | 
| 
 | Class used to read Ansys project files. | 
Model evaluation¶
| 
 | Generate a simple evaluation of a model. | 
| 
 | Generate the evaluation of a model with mesh. | 
Optimization¶
| 
 | Perform the optimization analysis of a model. | 
Screening¶
| 
 | Perform a Morris analysis. | 
| 
 | Get the result of a Morris analysis. | 
Calibration¶
| 
 | Create observations for variables of a model. | 
| 
 | Run a calibration analysis. | 
| 
 | Get the results of a calibration analysis. | 
Probabilistic studies¶
Central tendency¶
| 
 | Perform a Monte Carlo central tendency analysis. | 
| 
 | Run a Monte Carlo analysis for models with mesh. | 
| 
 | Get the results of a Monte Carlo analysis with mesh. | 
| Get the Taylor expansions for moments estimation. | |
| 
 | Get the results of Taylor expansions for moments estimation. | 
Sensitivity analysis¶
| 
 | Run a Sobol sensitivity analysis. | 
| 
 | Get the results of a Sobol sensitivity analysis. | 
| 
 | Run a SRC sensitivity analysis. | 
| 
 | Get the results of a SRC sensitivity analysis. | 
Reliability model¶
| 
 | Create a limit state. | 
Reliability analysis¶
| Run a reliability analysis using the Monte Carlo method. | |
| Run a FORM analysis followed by an importance sampling for reliability analysis. | |
| 
 | Run importance sampling for reliability analysis. | 
| 
 | Process a reliability analysis using the FORM method. | 
| 
 | Run a reliability analysis using the SORM method. | 
| 
 | Get simulation results from a reliability analysis using Monte Carlo or Importance Sampling method. | 
Design of experiments¶
| 
 | Design of experiments base class. | 
| 
 | Create a fixed design of experiments. | 
| 
 | Create a grid design of experiments. | 
| 
 | Create a design of experiments, using an imported design. | 
| Create a probabilistic design of experiments. | 
Data analysis¶
| 
 | Create a data analysis of a design of experiments. | 
| 
 | Get the results of a data analysis. | 
| 
 | Perform a Kolmogorov goodness-of-fit test for 1-D continuous distributions. | 
| 
 | Get the results of an inference analysis. | 
| 
 | Get the results of a fitting test. | 
| 
 | Perform a dependence inference analysis. | 
| 
 | Get the results of a dependence inference analysis. | 
| 
 | Dependence inference result for a set of variables. | 
Metamodel¶
| 
 | Create a base class for the creation of meta models. | 
| 
 | Create a Functional chaos analysis. | 
| 
 | Create a Kriging analysis. | 
| 
 | Create the base class for a metamodel analysis result. | 
| Get the results for a Functional chaos analysis. | |
| 
 | Get the results of a Kriging analysis. | 
| 
 | Create the base class for the results of a metamodel validation. | 
Study storage¶
| 
 | Create the class to store a study. | 
Function caching¶
| 
 | Function proxy with a CSV file cache. | 
