Saras
Finite   Difference   Solver   for   Fluid   Dynamics   Simulations
Public Member Functions | List of all members
zeroInitial Class Reference

The derived class from initial to impose the default condition of 0 velocity. More...

#include "lib/initial/initial.h"

Inheritance diagram for zeroInitial:
initial

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...
 
- Public Member Functions inherited from initial
 initial (const grid &mesh)
 Constructor of the initial class. More...
 

Additional Inherited Members

- Protected Attributes inherited from initial
const gridmesh
 

Detailed Description

The derived class from initial to impose the default condition of 0 velocity.

Member Function Documentation

◆ initializeField() [1/2]

void zeroInitial::initializeField ( vfield uField)
inlinevirtual

Prototype function to impose the initial conditions on the given field.

Parameters
uFieldis a reference to the velocity vector field to be initialized

Reimplemented from initial.

◆ initializeField() [2/2]

void zeroInitial::initializeField ( vfield uField,
sfield tField 
)
inlinevirtual

Prototype function to impose the initial conditions on the given field.

Parameters
uFieldis a reference to the velocity vector field to be initialized
uFieldis a reference to the scalar field to be initialized

Reimplemented from initial.


The documentation for this class was generated from the following file: