Saras
Finite   Difference   Solver   for   Fluid   Dynamics   Simulations
Classes
force.h File Reference

Class declaration of force. More...

#include <blitz/array.h>
#include "plainvf.h"
#include "sfield.h"
#include "vfield.h"

Go to the source code of this file.

Classes

class  force
 Contains all the global variables related to the imposing of forcing, and associated functions. More...
 
class  coriolisForce
 The derived class from force to add Coriolis forcing to the velocity field in rotating systems. More...
 
class  buoyantForce
 The derived class from force to add forcing due to buoyancy to the velocity field in convecting systems. More...
 
class  rotatingConv
 The derived class from force to add forcing due to both buoyancy and rotation to the velocity field in rotating convection simulations. More...
 
class  randomForcing
 The derived class from force to add random forcing to the velocity field. More...
 
class  constantPGrad
 The derived class from force to add forcing due to constant pressure gradient to the velocity field, specially in channel flow simulations. More...
 
class  zeroForcing
 The derived class from force to add the default forcing of no forcing. More...
 

Detailed Description

Class declaration of force.

Author
Shashwat Bhattacharya, Roshan Samuel
Date
Nov 2019