Struct feos_core::VLEOptions
source · [−]pub struct VLEOptions {
pub max_iter: Option<usize>,
pub tol: Option<f64>,
pub verbosity: Verbosity,
}
Expand description
Options for the various phase equilibria solvers.
If the values are None, solver specific default values are used.
Fields
max_iter: Option<usize>
Maximum number of iterations.
tol: Option<f64>
Tolerance.
verbosity: Verbosity
Iteration outpput indicated by the Verbosity enum.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VLEOptions
impl Send for VLEOptions
impl Sync for VLEOptions
impl Unpin for VLEOptions
impl UnwindSafe for VLEOptions
Blanket Implementations
Mutably borrows from an owned value. Read more