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

Periodic Force-driven Liquidflow with icofoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 4, 2017, 03:28
Default Periodic Force-driven Liquidflow with icofoam
  #1
New Member
 
Jem
Join Date: Dec 2016
Posts: 19
Rep Power: 9
Jem01 is on a distinguished road
Hey, im trying to implement a periodic liquidflow with icofoam. I dont manage to add a Force to get movement in it.

This is my blockMeshDict:
convertToMeters 0.001;

Quote:
vertices
(
(0 0 0)
(3 0 0)
(3 1 0)
(0 1 0)
(0 0 0.1)
(3 0 0.1)
(3 1 0.1)
(0 1 0.1)
);

blocks
(
hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
inlet
{
type cyclic;
neighbourPatch outlet;
faces
(
(0 3 4 7)
);
}
outlet
{
type cyclic;
neighbourPatch inlet;
faces
(
(1 2 5 6)
);
}
upperWall
{
type wall;
faces
(
(2 3 6 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 4 5)
);
}
frontAndBack
{
type empty;
faces
(
(0 1 2 3)
(4 5 6 7)
);
}
);

mergePatchPairs
(
);
I would like to change the icofoam.c but what exactly do i have to add so there is a force and movement? Im new pls be precise

is there another solution to get a force in it?
Jem01 is offline   Reply With Quote

Reply

Tags
bodyforce, channelflow, force, icofoam


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
Add Force to IcoFoam Jem01 FLOW-3D 5 September 14, 2021 14:29
[ICEM] Shifted Periodic topology venkat_aero2007 ANSYS Meshing & Geometry 17 August 27, 2013 01:41
[ICEM] Periodic condition on effusion cooling model BahaZero ANSYS Meshing & Geometry 0 July 15, 2013 15:51
Urgently Need the code of Lift force and VM force Kai Yan Main CFD Forum 0 July 16, 2008 07:07
pressure force and viscous force CFD FLUENT 0 March 7, 2006 01:03


All times are GMT -4. The time now is 08:28.