Reply To: About the distance between the boundary node and stl in “setBouzidiBoundary”
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › About the distance between the boundary node and stl in “setBouzidiBoundary” › Reply To: About the distance between the boundary node and stl in “setBouzidiBoundary”
December 6, 2023 at 1:55 pm
#7988
Yuji
Participant
Thank you for your comments.
I have understood the conncept of stlreader;) I cannot understand this codes in detail though.
For your questions,
A) Yes, I changed the characteristic length to 100 from 0.1.
B) No, I did not changed the stl file. I just replaced the arguments from STLreader<T> stlReader( "cylinder3d.stl", converter.getConversionFactorLength(), 0.001 );
to
stlReader( “cylinder3d.stl”, converter.getConversionFactorLength(), 1,2,true )
Thank you for your supports.