ViscousFreeFall¶
- class ViscousFreeFall¶
Data class for the viscous free fall.
- Attributes:
- dimint
The dimension of the problem, dim=4.
- outputDimensionint
The output dimension of the problem, outputDimension=1.
- tminfloat
Minimum time, tmin = 0.0
- tmaxfloat
Maximum time, tmax = 12.0
- gridsizeint
Number of time steps, gridsize = 100.
- mesh
Mesh
Time grid
- vertices
Sample
Vertices of the mesh
- distZ0
Uniform
Distribution of the initial altitude: Uniform(100.0, 150.0)
- distV0
Normal
Distribution of the initial speed: Normal(55.0, 10.0)
- distM
Normal
Distribution of the mass: Normal(80.0, 8.0)
- distC
Uniform
Distribution of the drag: Uniform(0.0, 30.0)
- distribution
JointDistribution
The joint distribution of the input parameters.
- model
PythonPointToFieldFunction
The exact solution of the fall
Examples
>>> from openturns.usecases import viscous_free_fall >>> # Load the viscous free fall example >>> vff = viscous_free_fall.ViscousFreeFall()
- __init__()¶
Examples using the class¶
Viscous free fall: metamodel of a field function
Viscous free fall: metamodel of a field function
Define a connection function with a field output
Define a connection function with a field output
Define a function with a field output: the viscous free fall example
Define a function with a field output: the viscous free fall example