|
CG
Version 25
|
#include "InsParameters.h"#include "OGPolyFunction.h"#include "OGTrigFunction.h"#include "OGPulseFunction.h"#include "Ogshow.h"#include "PlotStuff.h"#include "CompositeGridOperators.h"#include "ParallelUtility.h"#include "PenaltySlipWallBC.h"#include "PenaltyWallFunction.h"
Macros | |
| #define | mixedRHS(component, side, axis, grid) bcData(component+numberOfComponents*(0),side,axis,grid) |
| #define | mixedCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(1),side,axis,grid) |
| #define | mixedNormalCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(2),side,axis,grid) |
Functions | |
| int | addPrefix (const aString label[], const aString &prefix, aString cmd[], const int maxCommands) |
| Add a prefix string to the start of every label. | |
| #define mixedCoeff | ( | component, | |
| side, | |||
| axis, | |||
| grid | |||
| ) | bcData(component+numberOfComponents*(1),side,axis,grid) |
Referenced by InsParameters::setDefaultDataForABoundaryCondition().
| #define mixedNormalCoeff | ( | component, | |
| side, | |||
| axis, | |||
| grid | |||
| ) | bcData(component+numberOfComponents*(2),side,axis,grid) |
Referenced by InsParameters::setDefaultDataForABoundaryCondition().
| #define mixedRHS | ( | component, | |
| side, | |||
| axis, | |||
| grid | |||
| ) | bcData(component+numberOfComponents*(0),side,axis,grid) |
Referenced by InsParameters::setDefaultDataForABoundaryCondition().
| int addPrefix | ( | const aString | label[], |
| const aString & | prefix, | ||
| aString | cmd[], | ||
| const int | maxCommands | ||
| ) |
Add a prefix string to the start of every label.
/param label (input) : null terminated array of strings. /param prefix (input) : all this string as a prefix. /param cmd (input/output): on output cmd[i]=prefix+label[i]; /param maxCommands (input): maximum number of strings in the cmd array.
1.8.3