Results#
This page contains the API reference for different results models that make it easier to process the tabular data generated by Flow360 and access the spatial data files.
The objects are accessible through the results property, which contains the results model.
Pydantic models for case results |
Access properties#
The CaseResultsModel class contains properties that access the different result types.
Specific Result Types#
Each result type is represented by a different object, which contains the data and methods to access and process it.
Model for handling results of monitors in TAR GZ and CSV formats. |
|
NonlinearResidualsResultCSVModel |
|
LinearResidualsResultCSVModel |
|
CFLResultCSVModel |
|
CFLResultCSVModel |
|
MaxResidualLocationResultCSVModel |
|
TotalForcesResultCSVModel |
|
SurfaceForcesResultCSVModel |
|
SurfaceHeatTransferResultCSVModel |
|
AeroacousticsResultCSVModel |
|
ForceDistributionResultCSVModel |
|
ForceDistributionResultCSVModel |
|
ForceDistributionResultCSVModel |
|
Model for handling results of user-defined dynamics. |
|
Model for handling actuator disk CSV results. |
|
CSV model for actuator disk coefficients output. |
|
Model for handling BET forces CSV results. |
|
CSV model for BET disk coefficients output. |
|
Model for handling BET forces radial distribution CSV results. |
|
Model for handling porous medium CSV results. |
|
CSV model for porous medium coefficients output. |
See also
Examples demonstrating results access through case.results: