pub struct ParallelFlow;Expand description
Parallel-flow heat exchanger arrangement.
Trait Implementations§
Source§impl Clone for ParallelFlow
impl Clone for ParallelFlow
Source§fn clone(&self) -> ParallelFlow
fn clone(&self) -> ParallelFlow
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 ParallelFlow
impl Debug for ParallelFlow
Source§impl Default for ParallelFlow
impl Default for ParallelFlow
Source§fn default() -> ParallelFlow
fn default() -> ParallelFlow
Returns the “default value” for a type. Read more
Source§impl EffectivenessRelation for ParallelFlow
impl EffectivenessRelation for ParallelFlow
Source§fn effectiveness(
&self,
ntu: Ntu,
capacitance_rates: [CapacitanceRate; 2],
) -> Effectiveness
fn effectiveness( &self, ntu: Ntu, capacitance_rates: [CapacitanceRate; 2], ) -> Effectiveness
Calculate the effectiveness for an arrangement given the NTU and
capacity ratio.
Source§impl NtuRelation for ParallelFlow
impl NtuRelation for ParallelFlow
Source§fn ntu(
&self,
effectiveness: Effectiveness,
capacitance_rates: [CapacitanceRate; 2],
) -> Ntu
fn ntu( &self, effectiveness: Effectiveness, capacitance_rates: [CapacitanceRate; 2], ) -> Ntu
impl Copy for ParallelFlow
Auto Trait Implementations§
impl Freeze for ParallelFlow
impl RefUnwindSafe for ParallelFlow
impl Send for ParallelFlow
impl Sync for ParallelFlow
impl Unpin for ParallelFlow
impl UnsafeUnpin for ParallelFlow
impl UnwindSafe for ParallelFlow
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