From d7a506c5f47c05788536221dcdc0d5f00aab0439 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 5 Aug 2008 13:21:52 +0100 Subject: [PATCH] Added missing access function. --- .../kineticTheoryModel/kineticTheoryModel.H | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H index 8b7a3e145c..a17c2bb4a0 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H @@ -178,6 +178,11 @@ public: { return lambda_; } + + const volScalarField& kappa() const + { + return kappa_; + } };