#[non_exhaustive]pub enum ZeroImpedanceRule {
Series,
Reactance,
}Expand description
Which branch denominator a matrix builder uses when deciding whether a branch can contribute a finite admittance or susceptance.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Series
Full series impedance, r² + x². Used by Y_bus, LACPF, B’ in BX mode,
and B’’ in XB mode.
Reactance
Reactance only denominator, x. Used by DC incidence, B’ in XB mode,
and B’’ in BX mode after resistance is zeroed.
Trait Implementations§
Source§impl Clone for ZeroImpedanceRule
impl Clone for ZeroImpedanceRule
Source§fn clone(&self) -> ZeroImpedanceRule
fn clone(&self) -> ZeroImpedanceRule
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 ZeroImpedanceRule
impl Debug for ZeroImpedanceRule
Source§impl<'de> Deserialize<'de> for ZeroImpedanceRule
impl<'de> Deserialize<'de> for ZeroImpedanceRule
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 ZeroImpedanceRule
impl PartialEq for ZeroImpedanceRule
Source§impl Serialize for ZeroImpedanceRule
impl Serialize for ZeroImpedanceRule
impl Copy for ZeroImpedanceRule
impl Eq for ZeroImpedanceRule
impl StructuralPartialEq for ZeroImpedanceRule
Auto Trait Implementations§
impl Freeze for ZeroImpedanceRule
impl RefUnwindSafe for ZeroImpedanceRule
impl Send for ZeroImpedanceRule
impl Sync for ZeroImpedanceRule
impl Unpin for ZeroImpedanceRule
impl UnsafeUnpin for ZeroImpedanceRule
impl UnwindSafe for ZeroImpedanceRule
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more