Re: How to Change Fluid Properties
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › How to Change Fluid Properties › Re: How to Change Fluid Properties
June 16, 2016 at 4:50 pm
#2384
ivan
Member
Hello, Alejandro,rnrnFirst of all, thank you for the fast reply.rnrnBasically, what I meant with “”messed up images”” is this:rnrnrnrnWhich is what happens when I simply switch rho(1) to rho(1000), as previously explained.rnrnAnd, as Im still a beginner, can you make it a little clearer? How do I set the class LBconverter<T>? I mean, the line 303 I mentioned is right here:rnrn
Code:
LBconverter<T> converter(rn (int) 2, // dimrn (T) L, // latticeL_rn (T) 0.02/M, // latticeU_rn (T) 0.2*2.*radiusCylinder/Re, // charNu_rn (T) 2*radiusCylinder, // charL_ = 1rn (T) 0.2 // charU_ = 1rn );rn converter.print();
rnrnIs that what you’re talking about? If so, the doubts remain.rnrnAtt.rnrn