pub struct PhaseFieldParams {
pub gc: f64,
pub l0: f64,
pub e: f64,
pub nu: f64,
}Expand description
Parameters for the AT2 phase field fracture model.
Fields§
§gc: f64Critical energy release rate (J/m²)
l0: f64Internal length scale (m)
e: f64Young’s modulus (Pa)
nu: f64Poisson’s ratio (dimensionless)
Implementations§
Trait Implementations§
Source§impl Clone for PhaseFieldParams
impl Clone for PhaseFieldParams
Source§fn clone(&self) -> PhaseFieldParams
fn clone(&self) -> PhaseFieldParams
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 moreAuto Trait Implementations§
impl Freeze for PhaseFieldParams
impl RefUnwindSafe for PhaseFieldParams
impl Send for PhaseFieldParams
impl Sync for PhaseFieldParams
impl Unpin for PhaseFieldParams
impl UnsafeUnpin for PhaseFieldParams
impl UnwindSafe for PhaseFieldParams
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