0% found this document useful (0 votes)
117 views1 page

Dynamic Mesh Dict

This document contains configuration settings for simulating solid body motion in OpenFOAM. It specifies that the dynamic mesh will use solid body motion, with a linear motion function applied to cell set c0. The linear motion has a constant velocity of 0.5 m/s in the x direction, 0.5 m/s in the y direction, and 0 m/s in the z direction.

Uploaded by

gsg001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views1 page

Dynamic Mesh Dict

This document contains configuration settings for simulating solid body motion in OpenFOAM. It specifies that the dynamic mesh will use solid body motion, with a linear motion function applied to cell set c0. The linear motion has a constant velocity of 0.5 m/s in the x direction, 0.5 m/s in the y direction, and 0 m/s in the z direction.

Uploaded by

gsg001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/*--------------------------------*- C++ -*----------------------------------*\

| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object motionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dynamicFvMesh solidBodyMotionFvMesh;

solidBodyMotionFvMeshCoeffs
{
cellSet c0;

solidBodyMotionFunction linearMotion;

linearMotionCoeffs
{
velocity (0.5 0.5 0);
}

// ************************************************************************* //

You might also like