Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
a_fcriteria_coulomb Class Reference

#include <a_fcriteria_coulomb.h>

+ Inheritance diagram for a_fcriteria_coulomb:
+ Collaboration diagram for a_fcriteria_coulomb:

Public Member Functions

 a_fcriteria_coulomb ()
 
virtual bool ok (const a_face *f) const
 return true if forces on the face are passing through the face and shear is not too high More...
 
virtual double penalty (const a_face *f) const
 return max excentricity if abs is higher than max (1. by default) More...
 
void f (double v)
 set max f friction coefficient More...
 
double f () const
 get max f friction coefficient More...
 
void c (double v)
 set cohesion More...
 
double c () const
 get cohesion More...
 
- Public Member Functions inherited from a_fcriteria_in
 a_fcriteria_in ()
 
void max (double v)
 set max excentricity More...
 
double max () const
 get max excentricity More...
 
- Public Member Functions inherited from a_fcriteria
 a_fcriteria ()
 
void verysmall (const double small)
 small value More...
 
double verysmall ()
 

Static Public Member Functions

static const std::string help ()
 get information about the class More...
 
- Static Public Member Functions inherited from a_fcriteria_in
static const std::string help ()
 get information about the class More...
 
- Static Public Member Functions inherited from a_fcriteria
static const std::string help ()
 get information about the class More...
 

Protected Attributes

double f_
 
double c_
 
- Protected Attributes inherited from a_fcriteria_in
double max_
 
- Protected Attributes inherited from a_fcriteria
double verysmall_
 

Detailed Description

Definition at line 21 of file a_fcriteria_coulomb.h.

Constructor & Destructor Documentation

◆ a_fcriteria_coulomb()

a_fcriteria_coulomb::a_fcriteria_coulomb ( )
inline

Definition at line 24 of file a_fcriteria_coulomb.h.

Member Function Documentation

◆ c() [1/2]

double a_fcriteria_coulomb::c ( ) const
inline

get cohesion

Definition at line 38 of file a_fcriteria_coulomb.h.

◆ c() [2/2]

void a_fcriteria_coulomb::c ( double  v)
inline

set cohesion

Definition at line 36 of file a_fcriteria_coulomb.h.

◆ f() [1/2]

double a_fcriteria_coulomb::f ( ) const
inline

get max f friction coefficient

Definition at line 34 of file a_fcriteria_coulomb.h.

+ Here is the caller graph for this function:

◆ f() [2/2]

void a_fcriteria_coulomb::f ( double  v)
inline

set max f friction coefficient

Definition at line 32 of file a_fcriteria_coulomb.h.

◆ help()

const std::string a_fcriteria_coulomb::help ( )
static

get information about the class

Definition at line 22 of file a_fcriteria_coulomb.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ok()

bool a_fcriteria_coulomb::ok ( const a_face f) const
virtual

return true if forces on the face are passing through the face and shear is not too high

Reimplemented from a_fcriteria_in.

Definition at line 41 of file a_fcriteria_coulomb.cxx.

+ Here is the call graph for this function:

◆ penalty()

double a_fcriteria_coulomb::penalty ( const a_face f) const
virtual

return max excentricity if abs is higher than max (1. by default)

Reimplemented from a_fcriteria_in.

Definition at line 57 of file a_fcriteria_coulomb.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ c_

double a_fcriteria_coulomb::c_
protected

Definition at line 41 of file a_fcriteria_coulomb.h.

◆ f_

double a_fcriteria_coulomb::f_
protected

Definition at line 40 of file a_fcriteria_coulomb.h.


The documentation for this class was generated from the following files: