ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
OifGlobalForcesBond Struct Reference

Parameters for OIF global forces. More...

#include <oif_global_forces_params.hpp>

Public Member Functions

double cutoff () const
 
 OifGlobalForcesBond (double A0_g, double ka_g, double V0, double kv)
 

Public Attributes

double A0_g
 Relaxed area of the mesh.
 
double ka_g
 Area coefficient.
 
double V0
 Relaxed volume of the mesh.
 
double kv
 Volume coefficient.
 

Static Public Attributes

static constexpr int num = 2
 

Detailed Description

Parameters for OIF global forces.

Characterize the distribution of the force of the global mesh deformation onto individual vertices of the mesh.

Definition at line 29 of file oif_global_forces_params.hpp.

Constructor & Destructor Documentation

◆ OifGlobalForcesBond()

OifGlobalForcesBond::OifGlobalForcesBond ( double  A0_g,
double  ka_g,
double  V0,
double  kv 
)
inline

Definition at line 43 of file oif_global_forces_params.hpp.

References A0_g, ka_g, kv, and V0.

Member Function Documentation

◆ cutoff()

double OifGlobalForcesBond::cutoff ( ) const
inline

Definition at line 39 of file oif_global_forces_params.hpp.

Member Data Documentation

◆ A0_g

double OifGlobalForcesBond::A0_g

Relaxed area of the mesh.

Definition at line 31 of file oif_global_forces_params.hpp.

Referenced by OifGlobalForcesBond().

◆ ka_g

double OifGlobalForcesBond::ka_g

Area coefficient.

Definition at line 33 of file oif_global_forces_params.hpp.

Referenced by OifGlobalForcesBond().

◆ kv

double OifGlobalForcesBond::kv

Volume coefficient.

Definition at line 37 of file oif_global_forces_params.hpp.

Referenced by OifGlobalForcesBond().

◆ num

constexpr int OifGlobalForcesBond::num = 2
staticconstexpr

Definition at line 41 of file oif_global_forces_params.hpp.

◆ V0

double OifGlobalForcesBond::V0

Relaxed volume of the mesh.

Definition at line 35 of file oif_global_forces_params.hpp.

Referenced by OifGlobalForcesBond().


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