From 3af1fe70aa6a79e0724f4c6f1a2cc4cd20dcb065 Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 18 Apr 2011 13:36:17 +0100 Subject: [PATCH] ENH: adding fields explanations for PDRFoam --- applications/solvers/combustion/PDRFoam/PDRFoam.C | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/applications/solvers/combustion/PDRFoam/PDRFoam.C b/applications/solvers/combustion/PDRFoam/PDRFoam.C index a213c9f968..3c4da27187 100644 --- a/applications/solvers/combustion/PDRFoam/PDRFoam.C +++ b/applications/solvers/combustion/PDRFoam/PDRFoam.C @@ -53,6 +53,18 @@ Description PDR (porosity/distributed resistance) modelling is included to handle regions containing blockages which cannot be resolved by the mesh. + The fields used by this solver are: + + betav: Volume porosity + Lobs: Average diameter of obstacle in cell (m) + Aw: Obstacle surface area per unit volume (1/m) + CR: Drag tensor (1/m) + CT: Turbulence generation parameter (1/m) + Nv: Number of obstacles in cell per unit volume (m^-2) + nsv: Tensor whose diagonal indicates the number to substract from + Nv to get the number of obstacles crossing the flow in each + direction. + \*---------------------------------------------------------------------------*/ #include "fvCFD.H"