Saras
Finite Difference Solver for Fluid Dynamics Simulations
|
The derived class from initial to impose the default condition of 0 velocity. More...
#include "lib/initial/initial.h"
Public Member Functions | |
zeroInitial (const grid &mesh) | |
void | initializeField (vfield &uField) |
Prototype function to impose the initial conditions on the given field. More... | |
void | initializeField (vfield &uField, sfield &tField) |
Prototype function to impose the initial conditions on the given field. More... | |
![]() | |
initial (const grid &mesh) | |
Constructor of the initial class. More... | |
Additional Inherited Members | |
![]() | |
const grid & | mesh |
The derived class from initial to impose the default condition of 0 velocity.
|
inlinevirtual |
Prototype function to impose the initial conditions on the given field.
uField | is a reference to the velocity vector field to be initialized |
Reimplemented from initial.
Prototype function to impose the initial conditions on the given field.
uField | is a reference to the velocity vector field to be initialized |
uField | is a reference to the scalar field to be initialized |
Reimplemented from initial.