30 #ifndef _LibDEM_Prop_Util_HPP
31 #define _LibDEM_Prop_Util_HPP
a base class that represents an element
Definition: Element.hpp:55
double get_local_resistance_between(ResistanceType resType, const DEM::Element &DE1, const DEM::Element &DE2)
Computes the local resistance between two discrete elements. This resistance can be either thermal or...
Definition: Util.cpp:42
ResistanceType
An enumeration for representing the different kind of resistance.
Definition: Util.hpp:42
@ ELECTRICAL
An electrical resistance.
Definition: Util.hpp:42
@ THERMAL
A thermal resistance.
Definition: Util.hpp:42
double get_volume_fraction(size_t NeighboursCount)
Similarly to the get_surface_transmission() method, computes the volume fraction of a discrete elemen...
Definition: Util.cpp:165
double get_eccentricity_factor(unsigned int criterion, double eccentricity)
this function computes the eccentricity factor based on the eccentricity value (computed using get_ec...
Definition: Util.cpp:86
double get_eccentricity(const DEM::Element &de)
this function computes the eccentricity of an element taking into account its neighbor
Definition: Util.cpp:74
double get_surface_transmission(size_t NeighboursCount, double DERadius)
Computes the transmission surface available for a given discrete element. This surface is used to con...
Definition: Util.cpp:99
Definition: Common.hpp:198