Functions
indoorFoam.C File Reference
Include dependency graph for indoorFoam.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 107 of file indoorFoam.C.

References primitiveMesh::cells(), forAll, objectRegistry::lookupObject(), 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 131 of file indoorFoam.C.

References primitiveMesh::cells(), forAll, objectRegistry::lookupObject(), 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 148 of file indoorFoam.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[] 
)