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.

meshMesh

Time grid

verticesSample

Vertices of the mesh

distZ0Uniform

Distribution of the initial altitude: Uniform(100.0, 150.0)

distV0Normal

Distribution of the initial speed: Normal(55.0, 10.0)

distMNormal

Distribution of the mass: Normal(80.0, 8.0)

distCUniform

Distribution of the drag: Uniform(0.0, 30.0)

distributionJointDistribution

The joint distribution of the input parameters.

modelPythonPointToFieldFunction

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