From 7d69d552ff2d3ad5624b7f5d0d91058876c617b6 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Wed, 10 Feb 2016 09:46:23 +0000 Subject: [PATCH] turbulentInletFvPatchField: Minor update --- .../derived/turbulentInlet/turbulentInletFvPatchField.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H index 7f167b296e..812946f112 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H @@ -99,7 +99,7 @@ class turbulentInletFvPatchField //- Random number generator Random ranGen_; - //- Fluctuation scake + //- Fluctuation scale Type fluctuationScale_; //- Reference field -- GitLab