TrafoRes3ph

Struct TrafoRes3ph 

Source
pub struct TrafoRes3ph {
Show 25 fields pub p_a_hv_mw: f64, pub q_a_hv_mvar: f64, pub p_b_hv_mw: f64, pub q_b_hv_mvar: f64, pub p_c_hv_mw: f64, pub q_c_hv_mvar: f64, pub p_a_lv_mw: f64, pub q_a_lv_mvar: f64, pub p_b_lv_mw: f64, pub q_b_lv_mvar: f64, pub p_c_lv_mw: f64, pub q_c_lv_mvar: f64, pub pl_a_mw: f64, pub ql_a_mvar: f64, pub pl_b_mw: f64, pub ql_b_mvar: f64, pub pl_c_mw: f64, pub ql_c_mvar: f64, pub i_a_hv_ka: f64, pub i_a_lv_ka: f64, pub i_b_hv_ka: f64, pub i_b_lv_ka: f64, pub i_c_hv_ka: f64, pub i_c_lv_ka: f64, pub loading_percent: f64,
}

Fields§

§p_a_hv_mw: f64

active power flow at the high voltage transformer bus : Phase A [MW]

§q_a_hv_mvar: f64

reactive power flow at the high voltage transformer bus : Phase A [MVar]

§p_b_hv_mw: f64

active power flow at the high voltage transformer bus : Phase B [MW]

§q_b_hv_mvar: f64

reactive power flow at the high voltage transformer bus : Phase B [MVar]

§p_c_hv_mw: f64

active power flow at the high voltage transformer bus : Phase C [MW]

§q_c_hv_mvar: f64

reactive power flow at the high voltage transformer bus : Phase C [MVar]

§p_a_lv_mw: f64

active power flow at the low voltage transformer bus : Phase A [MW]

§q_a_lv_mvar: f64

reactive power flow at the low voltage transformer bus : Phase A [MVar]

§p_b_lv_mw: f64

active power flow at the low voltage transformer bus : Phase B [MW]

§q_b_lv_mvar: f64

reactive power flow at the low voltage transformer bus : Phase B [MVar]

§p_c_lv_mw: f64

active power flow at the low voltage transformer bus : Phase C [MW]

§q_c_lv_mvar: f64

reactive power flow at the low voltage transformer bus : Phase C [MVar]

§pl_a_mw: f64

active power losses of the transformer : Phase A [MW]

§ql_a_mvar: f64

reactive power consumption of the transformer : Phase A [Mvar]

§pl_b_mw: f64

active power losses of the transformer : Phase B [MW]

§ql_b_mvar: f64

reactive power consumption of the transformer : Phase B [Mvar]

§pl_c_mw: f64

active power losses of the transformer : Phase C [MW]

§ql_c_mvar: f64

reactive power consumption of the transformer : Phase C [Mvar]

§i_a_hv_ka: f64

current at the high voltage side of the transformer : Phase A [kA]

§i_a_lv_ka: f64

current at the low voltage side of the transformer : Phase A [kA]

§i_b_hv_ka: f64

current at the high voltage side of the transformer : Phase B [kA]

§i_b_lv_ka: f64

current at the low voltage side of the transformer : Phase B [kA]

§i_c_hv_ka: f64

current at the high voltage side of the transformer : Phase C [kA]

§i_c_lv_ka: f64

current at the low voltage side of the transformer : Phase C [kA]

§loading_percent: f64

load utilization relative to rated power [%]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.