Loading...
Searching...
No Matches
Parameters::thermostat_options_t Struct Reference

#include <Parameters.h>

Public Attributes

std::string kind {"none"}
double andersen_alpha {1.0}
double andersen_tcol_input {100.0}
double andersen_tcol {0.0}
double nose_mass {1.0}
double langevin_friction_input {0.01}
double langevin_friction {0.0}

Detailed Description

Definition at line 572 of file Parameters.h.

Member Data Documentation

◆ andersen_alpha

Definition at line 574 of file Parameters.h.

574{1.0};

◆ andersen_tcol

Definition at line 576 of file Parameters.h.

576{0.0}; // computed

◆ andersen_tcol_input

Definition at line 575 of file Parameters.h.

575{100.0};

◆ kind

Definition at line 573 of file Parameters.h.

573{"none"};

◆ langevin_friction

Definition at line 579 of file Parameters.h.

579{0.0}; // computed: input * timeUnit

◆ langevin_friction_input

Definition at line 578 of file Parameters.h.

578{0.01};

◆ nose_mass

Definition at line 577 of file Parameters.h.

577{1.0};

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