CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

dynamicMeshDict - Multi moving Boundaries

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 29, 2013, 04:50
Question dynamicMeshDict - Multi moving Boundaries
  #1
Member
 
felicemastronzo's Avatar
 
Felice
Join Date: Nov 2010
Posts: 44
Rep Power: 15
felicemastronzo is on a distinguished road
Hi all,
I have a question. I know that in order to manage the mesh when a boundary is moving, the dynamicMeshDict should be modified. In particular I have found this std settings in the tutorial (where movingBlock is a moving boundary)

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

dynamicFvMesh dynamicMotionSolverFvMesh;

motionSolverLibs ("libfvMotionSolvers.so");

solver displacementLaplacian;

diffusivity inverseDistance (movingBlock);


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

Now my question is: if I have more than one moving boundary, how can I set the dynamicMeshDict in order to have a diffusivity function of the inverse distance from both boundaries? Is possible?

Regards
F.
felicemastronzo is offline   Reply With Quote

Old   July 1, 2013, 05:09
Default
  #2
Senior Member
 
Aurelien Thinat
Join Date: Jul 2010
Posts: 165
Rep Power: 15
Aurelien Thinat is on a distinguished road
Hi,

Normally you just have to specify both patches (this is from one of my cases) :

Quote:
solver displacementLaplacian;
diffusivity inverseDistance (patch1 patch2);
Aurelien Thinat is offline   Reply With Quote

Old   July 5, 2013, 07:16
Default
  #3
Member
 
felicemastronzo's Avatar
 
Felice
Join Date: Nov 2010
Posts: 44
Rep Power: 15
felicemastronzo is on a distinguished road
Quote:
Originally Posted by Aurelien Thinat View Post
Hi,

Normally you just have to specify both patches (this is from one of my cases) :
Thanks a lot!

F.
felicemastronzo is offline   Reply With Quote

Old   May 20, 2020, 16:41
Default
  #4
Senior Member
 
Join Date: Jan 2019
Posts: 125
Blog Entries: 1
Rep Power: 0
Michael@UW is on a distinguished road
Quote:
Originally Posted by Aurelien Thinat View Post
Hi,

Normally you just have to specify both patches (this is from one of my cases) :
diffusivity inverseDistance (patch1 patch2);
diffusivity inverseDistance 2(patch1 patch2);

Is the number 2 necessary?
Michael@UW is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving Boundaries Bharat FLUENT 5 June 8, 2006 01:34
deformable or moving boundaries indd Main CFD Forum 2 June 19, 2004 03:57
Moving boundaries Pawel Main CFD Forum 7 October 14, 2002 01:12
Turbulent incompressible flow & moving boundaries Cristian Orozco Main CFD Forum 1 July 5, 2002 12:45
Calculations with moving boundaries Rene Francesco Main CFD Forum 6 February 7, 2002 07:38


All times are GMT -4. The time now is 19:14.