Loading...
Searching...
No Matches
eonc::Parameters::dynamics_options_t Struct Reference

#include <Parameters.h>

Public Attributes

double time_step_input {1.0}
double time_step {0.0}
double time_input {1000.0}
double time {0.0}
long steps {0}

Detailed Description

Definition at line 540 of file Parameters.h.

Member Data Documentation

◆ steps

long eonc::Parameters::dynamics_options_t::steps {0}

Definition at line 545 of file Parameters.h.

545{0}; // computed: time / time_step

◆ time

double eonc::Parameters::dynamics_options_t::time {0.0}

Definition at line 544 of file Parameters.h.

544{0.0}; // computed: input / timeUnit

◆ time_input

double eonc::Parameters::dynamics_options_t::time_input {1000.0}

Definition at line 543 of file Parameters.h.

543{1000.0};

◆ time_step

double eonc::Parameters::dynamics_options_t::time_step {0.0}

Definition at line 542 of file Parameters.h.

542{0.0}; // computed: input / timeUnit

◆ time_step_input

double eonc::Parameters::dynamics_options_t::time_step_input {1.0}

Definition at line 541 of file Parameters.h.

541{1.0};

The documentation for this struct was generated from the following file: