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
Third_Party_Modules/ElmerFSI/trunk/src/ExampleSourceFile.C File Reference

Example C++ source code file for ElmerModuleDriver. More...

Detailed Description

Example C++ source code 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.

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

Definition in file Third_Party_Modules/ElmerFSI/trunk/src/ExampleSourceFile.C.

#include <cmath>
#include "ExampleHeader.H"
Include dependency graph for Third_Party_Modules/ElmerFSI/trunk/src/ExampleSourceFile.C:

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...