DeflectionTube¶
- class DeflectionTube¶
Data class for the deflection of a tube model.
- Attributes:
- dimint
The dimension of the problem: dim=6
- model
SymbolicFunction
Model of the deflection. The model has input dimension 6 and output dimension 3. More precisely, we have and .
- XF
Normal
F distribution Normal(1, 0.1)
- XE
Normal
E distribution Normal(200000, 2000)
- XL
Dirac
L distribution Dirac(1.5)
- Xa
Dirac
a distribution Dirac(1.0)
- XD
Dirac
D distribution Dirac(0.8)
- Xd
Dirac
d distribution Dirac(0.1)
- inputDistribution
JointDistribution
The joint distribution of the input parameters.
Examples
>>> from openturns.usecases import deflection_tube >>> # Load the deflection tube model >>> dt = deflection_tube.DeflectionTube() >>> print("Inputs:", dt.model.getInputDescription()) Inputs: [F,L,a,De,di,E] >>> print("Outputs:", dt.model.getOutputDescription()) [Deflection,Left angle,Right angle]
- __init__()¶
Examples using the class¶
Calibration of the deflection of a tube
Calibration of the deflection of a tube