Translating wall velocity

Properties

  • Wrapper around the fixed condition
  • Sets the velocity parallel to the wall to a given value, e.g. to approximate a moving ground plane
  • The patch normal velocity component is set to zero

Usage

The condition is specified in the field file using:

<patchName>
{
    type            translatingWallVelocity;
    U               <Function1>;
}

The velocity, U, is defined as a Foam::Function1 type, allowing the value to be prescribed as a function of time.

Further information

Source code:

Related:

Example usage:


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2017 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License