Reply To: How to create complex 2D geometry stucture
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › How to create complex 2D geometry stucture › Reply To: How to create complex 2D geometry stucture
December 8, 2021 at 2:13 pm
#6214
Adrian
Keymaster
The method you mention is only the constructor which sets up the parameters as you describe. In order to change the actual geometry described by the indicator you will also have to modify the operator()
implementation. I would suggest to start by finding a abstract indicator function of the specific geometry you want to model.