From 2c071b329e4bf1cc42ef1f56cf0ce61d2a05bf22 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Tue, 12 Jan 2021 14:49:32 +0000 Subject: [PATCH] rotatingWallVelocity boundary condition: updated Description --- .../rotatingWallVelocityFvPatchVectorField.H | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H index 498eadc600..866c2cb53d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,7 +25,10 @@ Class Foam::rotatingWallVelocityFvPatchVectorField Description - This boundary condition provides a rotational velocity condition. + Condition on velocity for a boundary consisting of a rotating solid of + revolution, e.g. cylinder. Calculates a tangential component of velocity + from the angular velocity and rotational axis and ensures a zero normal + component. Usage \table