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

How to use movingWallVelocity B.C. with fixedValue?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 24, 2022, 11:48
Default How to use movingWallVelocity B.C. with fixedValue?
  #1
New Member
 
Rention
Join Date: Oct 2022
Posts: 2
Rep Power: 0
rpasolari is on a distinguished road
Hello everyone,

I am trying to run a simulation of a moving mesh (solidBody motion). In my problem I need to implement boundary conditions at the outer boundary using an external lagrangian solver. this boundary has to move during the simulation.

When I try to impose movingWallVelocity B.C. for the outer patch, the boundary conditions becomes noSlip even If I specify a different value, for example:


Code:
outerBoundary 
{
        type            movingWallVelocity;
        value           uniform (3 0 0);
}
Is there any way to combine the movingWallVelocity B.C. (for correcting the fluxes) with different boundary conditions sets (fixedValues, calculated, fixedGradients etc.)

I also tried to define this boundary just with my calculated boundary conditions. But in this case the solver cannot understand that this patch as to move, and so it does not correct the fluxes giving an error in the continuity equation:


Code:
Continuity error cannot be removed by adjusting the outflow.
Please check the velocity boundary conditions and/or run potentialFoam to initialise the outflow.
If anyone knows any way to ovecome this issue it will help me a lot.

Thank you in advance!
rpasolari is offline   Reply With Quote

Reply

Tags
moving 2d meshes, movingwallvelocity


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
ACMI rotating zone: which frame is used for fixedValue, noSlip, movingWallVelocity? zommuter OpenFOAM Running, Solving & CFD 0 September 2, 2020 03:13
rSF: p divergence in combustor (wt negative value) zonda OpenFOAM Pre-Processing 4 April 10, 2018 06:59
rotating wall inside of an MRF zone - fixedValue or movingWallvelocity? evrikon OpenFOAM Running, Solving & CFD 3 April 30, 2015 03:51
[swak4Foam] Air Conditioned room groovyBC Sebaj OpenFOAM Community Contributions 7 October 31, 2012 14:16
FOAM FATAL IO ERRORsimpleFoam hariya03 OpenFOAM Running, Solving & CFD 6 July 16, 2008 08:03


All times are GMT -4. The time now is 13:26.