Functions
comfortFoam.C File Reference
Include dependency graph for comfortFoam.C:

Go to the source code of this file.

Functions

Foam::vector Uaverage (const Foam::fvMesh &mesh_)
 
Foam::scalar Taverage (const Foam::fvMesh &mesh_)
 
Foam::scalar radiationTemperature (const Foam::fvMesh &mesh_, const Foam::fvPatchList &Patches_)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ Uaverage()

Foam::vector Uaverage ( const Foam::fvMesh mesh_)

Definition at line 64 of file comfortFoam.C.

References primitiveMesh::cells(), forAll, Foam::Info, objectRegistry::lookupObject(), Foam::mag(), Foam::nl, U, and fvMesh::V().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Taverage()

Foam::scalar Taverage ( const Foam::fvMesh mesh_)

Definition at line 87 of file comfortFoam.C.

References primitiveMesh::cells(), forAll, Foam::Info, objectRegistry::lookupObject(), Foam::nl, T, and fvMesh::V().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ radiationTemperature()

Foam::scalar radiationTemperature ( const Foam::fvMesh mesh_,
const Foam::fvPatchList Patches_ 
)

Definition at line 108 of file comfortFoam.C.

References GeometricField::boundaryField(), forAll, Foam::gSum(), objectRegistry::lookupObject(), fvMesh::magSf(), and T.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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