pub struct ConjugateHeatTransferInterfaceModel {
pub thermal_conductance_w_per_m2k: f64,
pub contact_resistance_m2k_per_w: f64,
pub relaxation_factor: f64,
}Fields§
§thermal_conductance_w_per_m2k: f64§contact_resistance_m2k_per_w: f64§relaxation_factor: f64Trait Implementations§
Source§impl Clone for ConjugateHeatTransferInterfaceModel
impl Clone for ConjugateHeatTransferInterfaceModel
Source§fn clone(&self) -> ConjugateHeatTransferInterfaceModel
fn clone(&self) -> ConjugateHeatTransferInterfaceModel
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<'de> Deserialize<'de> for ConjugateHeatTransferInterfaceModel
impl<'de> Deserialize<'de> for ConjugateHeatTransferInterfaceModel
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 ConjugateHeatTransferInterfaceModel
impl PartialEq for ConjugateHeatTransferInterfaceModel
Source§fn eq(&self, other: &ConjugateHeatTransferInterfaceModel) -> bool
fn eq(&self, other: &ConjugateHeatTransferInterfaceModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConjugateHeatTransferInterfaceModel
Auto Trait Implementations§
impl Freeze for ConjugateHeatTransferInterfaceModel
impl RefUnwindSafe for ConjugateHeatTransferInterfaceModel
impl Send for ConjugateHeatTransferInterfaceModel
impl Sync for ConjugateHeatTransferInterfaceModel
impl Unpin for ConjugateHeatTransferInterfaceModel
impl UnsafeUnpin for ConjugateHeatTransferInterfaceModel
impl UnwindSafe for ConjugateHeatTransferInterfaceModel
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