|
[Sponsors] |
pimpleDyMFoam dynamicMesh nonuniform ramped displacement |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 20, 2015, 07:46 |
pimpleDyMFoam dynamicMesh nonuniform ramped displacement
|
#1 |
New Member
sommer andreas
Join Date: Jul 2015
Posts: 1
Rep Power: 0 |
Hi,
I'm a new registered member of this forum but I used this forum a lot in the past years to solve my problems. So thanks to you all for this great community. Unfortunally I have a question which I havent found here. I'm working with pimpleDyMFoam for a FSI with Calculix. For the transmitting of the nodal displacements from the structural solver I'm using the BC "fixedValue". Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class pointVectorField; location "0"; object pointDisplacement; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 0 0 0 0 0]; internalField uniform (0 0 0); boundaryField { consoleFluid { type fixedValue; value nonuniform List<vector> ( (0.0 0.0 0.0) (0.0 0.0 0.0) (1.105488e-07 9.819600000000001e-08 0.0) (1.105488e-07 9.819600000000001e-08 0.0) (3.498624e-07 1.865568e-07 0.0) (3.498624e-07 1.865568e-07 0.0) (7.072824000000001e-07 2.583576e-07 0.0) (7.072824000000001e-07 2.583576e-07 0.0) ..... I searched a lot for a ramped version of a nodal displacement BC. However all ramped BC's are uniform. So therefore, only the whole patch is deformed and I can not give a point wise definition. --> Do you know a BC which can handle nonuniform ramped pointwise displacement for the dynamic mesh? Thanks a lot in advance. regards Andi |
|
Tags |
boundary condition, fsi, pimpledymfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
snappyhexmesh remove blockmesh geometry | philipp1 | OpenFOAM Running, Solving & CFD | 2 | December 12, 2014 11:58 |
[snappyHexMesh] determining displacement for added points | CFDnewbie147 | OpenFOAM Meshing & Mesh Conversion | 1 | October 22, 2013 10:53 |
Expression with time function | kestasposkus | CFX | 28 | July 24, 2011 07:47 |
FSI - Specified Mesh Displacement | Vinzent | CFX | 2 | September 17, 2010 08:09 |
how to use Total Mesh Displacement for making a subject translating and rotating? | snailstb | CFX | 3 | September 16, 2009 05:06 |