TransientDriver¶
Source: drivers/TransientDriver.py
Drive a model over a prescribed time history.
Mirrors C++ TransientDriver. See module docstring for differences.
Other options¶
model—str· requiredThe Model to drive over the time history.
prescribed_time—str· required[Tensors] block name of a Scalar whose leading axis is the per-step time history.
time—str· defaulttName of the model input that receives the per-step time value.
save_as—strOutput file path. Accepted for compatibility with the C++ driver but ignored by the native runtime; results are held in memory and retrieved via
result.force_Scalar_names—listScalar variable names assigned a driving force value.
force_Scalar_values—listScalar driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_Scalar_names.ic_Scalar_names—listScalar variable names assigned an initial condition value.
ic_Scalar_values—listScalar initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_Scalar_names.force_Vec_names—listVec variable names assigned a driving force value.
force_Vec_values—listVec driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_Vec_names.ic_Vec_names—listVec variable names assigned an initial condition value.
ic_Vec_values—listVec initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_Vec_names.force_SR2_names—listSR2 variable names assigned a driving force value.
force_SR2_values—listSR2 driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_SR2_names.ic_SR2_names—listSR2 variable names assigned an initial condition value.
ic_SR2_values—listSR2 initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_SR2_names.force_WR2_names—listWR2 variable names assigned a driving force value.
force_WR2_values—listWR2 driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_WR2_names.ic_WR2_names—listWR2 variable names assigned an initial condition value.
ic_WR2_values—listWR2 initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_WR2_names.force_R2_names—listR2 variable names assigned a driving force value.
force_R2_values—listR2 driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_R2_names.ic_R2_names—listR2 variable names assigned an initial condition value.
ic_R2_values—listR2 initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_R2_names.force_Rot_names—listRot variable names assigned a driving force value.
force_Rot_values—listRot driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_Rot_names.ic_Rot_names—listRot variable names assigned an initial condition value.
ic_Rot_values—listRot initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_Rot_names.force_SSR4_names—listSSR4 variable names assigned a driving force value.
force_SSR4_values—listSSR4 driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_SSR4_names.ic_SSR4_names—listSSR4 variable names assigned an initial condition value.
ic_SSR4_values—listSSR4 initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_SSR4_names.force_MillerIndex_names—listMillerIndex variable names assigned a driving force value.
force_MillerIndex_values—listMillerIndex driving force tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
force_MillerIndex_names.ic_MillerIndex_names—listMillerIndex variable names assigned an initial condition value.
ic_MillerIndex_values—listMillerIndex initial condition tokens. Each is either an inline Scalar literal (Scalar only) or a [Tensors] block name. Length must match
ic_MillerIndex_names.