Dear community
I’d like to ask if the temperature lattice can be coupled to this lattice
“WallFunctionForcedD3Q19Descriptor DESCRIPTOR; TDESCRIPTOR = D3Q7<VELOCITY>;”
Because I saw this phrase in the case of rayleighBenard2d, // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
// This coupling must be necessarily be put on the Navier-Stokes lattice!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
“T boussinesqForcePrefactor = 9.81 / converter.getConversionFactorVelocity() * converter.getConversionFactorTime() *
converter.getCharPhysTemperatureDifference() * converter.getPhysThermalExpansionCoefficient();
SuperLatticeCoupling coupling(
NavierStokesAdvectionDiffusionCoupling{},
names::NavierStokes{}, NSlattice,
names::Temperature{}, ADlattice);
coupling.setParameter<NavierStokesAdvectionDiffusionCoupling::T0>(
converter.getLatticeTemperature(Tcold));
coupling.setParameter<NavierStokesAdvectionDiffusionCoupling::FORCE_PREFACTOR>(
boussinesqForcePrefactor * Vector<T,3>{0.0,1.0,0.0});”
Thank you very much if you can answer my question!