Loading...
Searching...
No Matches
lift_and_drag.C File Reference

Application to recover the lift and the drag after the simulation is performed. More...

#include "fvCFD.H"
#include "IOmanip.H"
#include "IFstream.H"
#include "primitiveFields.H"
#include "FieldFields.H"
#include "scalarMatrices.H"
#include "SortableList.H"
#include "volFieldsFwd.H"
#include "forces.H"
#include "forceCoeffs.H"
#include "volFields.H"
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <string>
#include <stdio.h>
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Application to recover the lift and the drag after the simulation is performed.

In order to use this file one needs to prepare a FORCESdict file, in order to check the syntax one needs to check the FORCESdict file.

Definition in file lift_and_drag.C.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 68 of file lift_and_drag.C.