pub struct FeaTransientRunResult {Show 21 fields
pub run: FeaRunResult,
pub time_points_s: Vec<f64>,
pub displacement_snapshots: Vec<AnalysisField>,
pub rotation_snapshots: Vec<AnalysisField>,
pub velocity_snapshots: Vec<AnalysisField>,
pub angular_velocity_snapshots: Vec<AnalysisField>,
pub acceleration_snapshots: Vec<AnalysisField>,
pub angular_acceleration_snapshots: Vec<AnalysisField>,
pub von_mises_snapshots: Vec<AnalysisField>,
pub kinetic_energy_snapshots: Vec<AnalysisField>,
pub strain_energy_snapshots: Vec<AnalysisField>,
pub residual_norm_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_temperature_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_thermal_strain_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_thermal_stress_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_displacement_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_von_mises_snapshots: Vec<AnalysisField>,
pub thermo_mechanical_coupling_residual_snapshots: Vec<AnalysisField>,
pub electro_thermal_temperature_snapshots: Vec<AnalysisField>,
pub electro_thermal_thermal_residual_snapshots: Vec<AnalysisField>,
pub residual_norms: Vec<f64>,
}Fields§
§run: FeaRunResult§time_points_s: Vec<f64>§displacement_snapshots: Vec<AnalysisField>§rotation_snapshots: Vec<AnalysisField>§velocity_snapshots: Vec<AnalysisField>§angular_velocity_snapshots: Vec<AnalysisField>§acceleration_snapshots: Vec<AnalysisField>§angular_acceleration_snapshots: Vec<AnalysisField>§von_mises_snapshots: Vec<AnalysisField>§kinetic_energy_snapshots: Vec<AnalysisField>§strain_energy_snapshots: Vec<AnalysisField>§residual_norm_snapshots: Vec<AnalysisField>§thermo_mechanical_temperature_snapshots: Vec<AnalysisField>§thermo_mechanical_thermal_strain_snapshots: Vec<AnalysisField>§thermo_mechanical_thermal_stress_snapshots: Vec<AnalysisField>§thermo_mechanical_displacement_snapshots: Vec<AnalysisField>§thermo_mechanical_von_mises_snapshots: Vec<AnalysisField>§thermo_mechanical_coupling_residual_snapshots: Vec<AnalysisField>§electro_thermal_temperature_snapshots: Vec<AnalysisField>§electro_thermal_thermal_residual_snapshots: Vec<AnalysisField>§residual_norms: Vec<f64>Trait Implementations§
Source§impl Clone for FeaTransientRunResult
impl Clone for FeaTransientRunResult
Source§fn clone(&self) -> FeaTransientRunResult
fn clone(&self) -> FeaTransientRunResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeaTransientRunResult
impl Debug for FeaTransientRunResult
Source§impl<'de> Deserialize<'de> for FeaTransientRunResult
impl<'de> Deserialize<'de> for FeaTransientRunResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FeaTransientRunResult
impl PartialEq for FeaTransientRunResult
Source§impl Serialize for FeaTransientRunResult
impl Serialize for FeaTransientRunResult
impl StructuralPartialEq for FeaTransientRunResult
Auto Trait Implementations§
impl Freeze for FeaTransientRunResult
impl RefUnwindSafe for FeaTransientRunResult
impl Send for FeaTransientRunResult
impl Sync for FeaTransientRunResult
impl Unpin for FeaTransientRunResult
impl UnsafeUnpin for FeaTransientRunResult
impl UnwindSafe for FeaTransientRunResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more