Are you aware that we already have a Poiseuille simulation (lbm_poiseuille.py)?
Are you setting a specific velocity profile at the inlet and outlet,
or are you just using a constant value? If you're doing the latter,
the profile should be different at different X positions.
Michal
--
Michal Januszewski
http://people.gentoo.org/spock
LBMGeoPoiseuille adds walls for the channel and pressure nodes at the
inlet and outlet if the flow is to be driven by a pressure difference.
LPoiSim just adds a bunch of command line parameters that make it
easier to set up the simulation. Both are defined in
lbm_poiseuille.py, which is the example you should probably be looking
at for a Poiseuille simulation.
Hope that helps,
Michal
On Fri, Mar 2, 2012 at 15:26, Lucas <fabiol...@gmail.com> wrote:
> I´ve seen the specific Poiseuille simulation, but couldn´t understand
> everything on it yet..
>
> I was setting a constante value at the inlet and outlet, using
> NODE_VELOCITY in set_geo, but it doesn't work.
>
> My professor tried to simulate Poiseuille flow from the example
> lbm_ldc.py, and it worked right. The differences between his example
> and mine is that I used the classes LBMGeoPoiseuille and LPoiSim and
> he used the general class geo.LBMGeo2D and FluidLBMSim. Can you tell
> me the differences between these classes or where can I see them?
>
> Thank you
>
>
>
> On 16 fev, 21:25, Michal Januszewski <mich...@gmail.com> wrote:
>> Hi,
>>
>> Are you aware that we already have a Poiseuille simulation (lbm_poiseuille.py)?
>>
>> Are you setting a specific velocity profile at the inlet and outlet,
>> or are you just using a constant value? If you're doing the latter,
>> the profile should be different at different X positions.
>>
>> Michal
>>