ElmerFoamFSI
2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
|
Example C++ header file for ElmerModuleDriver. More...
Example C++ header file for ElmerModuleDriver.
This file is part of an example C++ project at IllinoisRocstar. It demonstrates doxygen usage and provides example constructs and fixtures to be used in example tests.
At IR, we like all files to have the tags (file, brief, and ingroup). Other tags are optional and as needed or desired. Such as @author and @bug.
Definition in file Third_Party_Modules/ElmerFSI/trunk/include/ExampleHeader.H.
#include <string>
Go to the source code of this file.
Namespaces | |
ElmerModuleDriver | |
Project-specific namespace. | |
Functions | |
std::string | ExampleFunction (const std::string &instring) |
Example function for ElmerModuleDriver (this is a brief description). More... | |
double | TrapezoidQuadrature (double(*f)(double), double x0, double xn, int n) |
Integrates f with composite trapezoid rule. More... | |
double | MidPointQuadrature (double(*f)(double), double x0, double xn, int n) |
Integrates f with composite midpoint rule. More... | |