Class ComputeVertexSubstrateCylinderEnergy#
Defined in File potentialSubstrateCylinder.hpp
Inheritance Relationships#
Base Type#
public ComputeForceClass(Class ComputeForceClass)
Class Documentation#
-
class ComputeVertexSubstrateCylinderEnergy : public ComputeForceClass#
If a point is inside the cylinder, push it out.
Public Functions
-
inline ComputeVertexSubstrateCylinderEnergy(SystemClass &system)#
-
inline ~ComputeVertexSubstrateCylinderEnergy()#
-
inline virtual void set_default_properties(void) override#
Set property.
-
inline virtual void set_property(std::map<std::string, std::map<std::string, std::string>> ®ion_map) override#
-
inline virtual std::map<std::string, std::string> get_info(void) override#
Get the type object.
- Returns:
std::string
-
inline virtual void compute_energy(void) override#
compute energy for the actual configuration
- Parameters:
void –
- Returns:
void
-
virtual void compute(void) override#
compute force for the actual configuration
- Parameters:
void –
- Returns:
void
-
inline virtual double compute_edge_energy(int) override#
compute the energy in a given edge
- Parameters:
edge –
- Returns:
real
-
inline virtual double compute_vertex_energy(int) override#
compute the energy in a vertex edge
- Parameters:
face –
- Returns:
real
-
inline virtual void set_property(std::map<std::string, std::map<std::pair<std::string, std::string>, std::string>> ®ion_map)#
-
inline virtual void set_property(std::map<std::string, std::map<std::string, std::string>> ®ion_map)
-
inline virtual void set_property(std::map<std::string, std::string> ®ion_map)#
-
inline ComputeVertexSubstrateCylinderEnergy(SystemClass &system)#