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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
include/ExampleHeader.H File Reference

Example C++ header file for ElmerFoamFSI. More...

Detailed Description

Example C++ header file for ElmerFoamFSI.

Author
Mike Campbell (mtcam.nosp@m.pbe@.nosp@m.illin.nosp@m.ois..nosp@m.edu)
Bug:
No known bugs

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 include/ExampleHeader.H.

#include <string>
Include dependency graph for include/ExampleHeader.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ElmerFoamFSI
 Project-specific namespace.
 

Functions

std::string ExampleFunction (const std::string &instring)
 Example function for ElmerFoamFSI (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...