#include <initCond.h>
Public Member Functions | |
| initCond () | |
| void | initialize (int nMeshes, int **pointNumberMeshU, real ***xU, int **pointNumberMeshV, real ***xV, int **pointNumberMeshW, real ***xW, int **pointNumberMeshP, real ***xP, real ****u, real ****v, real ****w, real ****p) |
| Set initial conditions. | |
| ~initCond () | |
This class sets the initial conditions for velocity.
| initCond::initCond | ( | ) |
constructor
| initCond::~initCond | ( | ) |
destructor
| void initCond::initialize | ( | int | nMeshes, | |
| int ** | pointNumberMeshU, | |||
| real *** | xU, | |||
| int ** | pointNumberMeshV, | |||
| real *** | xV, | |||
| int ** | pointNumberMeshW, | |||
| real *** | xW, | |||
| int ** | pointNumberMeshP, | |||
| real *** | xP, | |||
| real **** | u, | |||
| real **** | v, | |||
| real **** | w, | |||
| real **** | p | |||
| ) |
Set initial conditions.
This class sets the initial conditions for velocity.
| nMeshes | number of meshes |
| pointNumberMeshU | mesh points for u |
| xU | coordinates of u |
| pointNumberMeshV | mesh points for v |
| xV | coordinates of v |
| pointNumberMeshW | mesh points for w |
| xW | coordinates of w |
| pointNumberMeshP | mesh points for p |
| xP | coordinates of p |
| u | velocity u |
| v | velocity v |
| w | velocity w |
| p | velocity p |
1.5.6