Reply To: wall Function scalar
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › wall Function scalar › Reply To: wall Function scalar
November 4, 2024 at 4:06 am
#9465
liu
Participant
I want to add a temperature wall function in the slattice where temperature is applied. How should I proceed,My idea is to set a power law boundary function. “Implement through this code.
“ setWallFunctionBoundary<T, DESCRIPTOR>(sLattice, superGeometry, 3, converter, wallFunctionParam);”But this is a velocity wall function; how do I modify it. thank you