pub struct StreamInlet { /* private fields */ }Expand description
Inlet state for a stream entering the heat exchanger.
Assumes the fluid’s specific heat remains constant through the exchanger.
Implementations§
Source§impl StreamInlet
impl StreamInlet
Sourcepub fn new(
capacitance_rate: CapacitanceRate,
temperature: ThermodynamicTemperature,
) -> Self
pub fn new( capacitance_rate: CapacitanceRate, temperature: ThermodynamicTemperature, ) -> Self
Capture the inlet capacitance rate and temperature.
Trait Implementations§
Source§impl Clone for StreamInlet
impl Clone for StreamInlet
Source§fn clone(&self) -> StreamInlet
fn clone(&self) -> StreamInlet
Returns a duplicate of the value. Read more
1.0.0 · 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 StreamInlet
impl Debug for StreamInlet
Source§impl From<Stream> for StreamInlet
impl From<Stream> for StreamInlet
impl Copy for StreamInlet
Auto Trait Implementations§
impl Freeze for StreamInlet
impl RefUnwindSafe for StreamInlet
impl Send for StreamInlet
impl Sync for StreamInlet
impl Unpin for StreamInlet
impl UnsafeUnpin for StreamInlet
impl UnwindSafe for StreamInlet
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