Gromacs
2025-dev-20241003-bd59e46
|
Describes an applied electric field in a coordinate dimension.
Can compute the applied field strength at a time, and supports operations to read and form corresponding .mdp contents.
Public Member Functions | |
void | initMdpOptions (IOptionsContainerWithSections *options, const char *sectionName) |
Adds an option section to specify parameters for this field component. | |
void | buildMdpOutput (KeyValueTreeObjectBuilder *builder, const std::string &name) const |
Creates mdp parameters for this field component. | |
real | evaluate (real t) const |
Evaluates this field component at given time. More... | |
real | a () const |
Return the amplitude. | |
|
inline |
Evaluates this field component at given time.
[in] | t | The time to evaluate at |