|
Memosa-FVM
0.2
|
#include <ContactModel.h>


Classes | |
| class | Impl |
| class | NearestCell |
Public Member Functions | |
| ContactModel (const GeomFields &geomFields, ContactFields &contactFields, const MeshList &meshes) | |
| virtual | ~ContactModel () |
| virtual void | init () |
| void | computeSolidSurfaceForce (const StorageSite &particles) |
| void | computeSolidSurfaceForcePerUnitArea (const StorageSite &particles) |
| ContactModelConstants< T > & | getConstants () |
Public Member Functions inherited from Model | |
| Model (const MeshList &meshes) | |
| virtual | ~Model () |
| DEFINE_TYPENAME ("Model") | |
| virtual map< string, shared_ptr< ArrayBase > > & | getPersistenceData () |
| virtual void | restart () |
Private Attributes | |
| shared_ptr< Impl > | _impl |
Additional Inherited Members | |
Protected Attributes inherited from Model | |
| const MeshList | _meshes |
| StorageSiteList | _varSites |
| StorageSiteList | _fluxSites |
| map< string, shared_ptr < ArrayBase > > | _persistenceData |
Definition at line 17 of file ContactModel.h.
| ContactModel< T >::ContactModel | ( | const GeomFields & | geomFields, |
| ContactFields & | contactFields, | ||
| const MeshList & | meshes | ||
| ) |
|
virtual |
Definition at line 172 of file ContactModel_impl.h.
References logDtor.
| void ContactModel< T >::computeSolidSurfaceForce | ( | const StorageSite & | particles | ) |
Definition at line 186 of file ContactModel_impl.h.
| void ContactModel< T >::computeSolidSurfaceForcePerUnitArea | ( | const StorageSite & | particles | ) |
Definition at line 193 of file ContactModel_impl.h.
| ContactModelConstants< T > & ContactModel< T >::getConstants | ( | ) |
Definition at line 200 of file ContactModel_impl.h.
|
virtual |
|
private |
Definition at line 36 of file ContactModel.h.