Skip to content

Reply To: Heat transfer liquid-solid and heat conduction in solids

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Heat transfer liquid-solid and heat conduction in solids Reply To: Heat transfer liquid-solid and heat conduction in solids

#7731
Jijo
Participant

Dear Fedor,

What I want to do is to avoid using (getBlock). So I am thinking to obtain concrete cell number using getCellId(iX,iY)) and then use Cell (BlockLattice< T, TDESCRIPTOR > &block, std::size_t CellId) to set rho using [olb::Cell< T, TDESCRIPTOR >::defineRho(scalar)]. All of these are in the setTemperature function that I have written. However, it seems that I am missing something. What is the BlockLattice here?

Your help is really needed and appreciated.
Thanks