Skip to content

thermalconvecter:: conversionheatflux

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics thermalconvecter:: conversionheatflux

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7710
    Mike
    Participant

    Hello everyone,

    I think that _conversionheatflux in thermalconverter should be:
    _conversionHeatFlux(this->_conversionMass * pow(this->_conversionLength, 2) / util::pow(this->_conversionTime, 3)),
    rather like:
    _conversionHeatFlux(this->_conversionMass / util::pow(this->_conversionTime, 3)),

    Let me know if I am right, thanks in advance,

    Mike

    #7763
    FBukreev
    Keymaster

    Hello Mike,

    the heat flux in SI units is kg/s³. Your idea is to multiply the heat flux with the cell face area?

    Regards
    Fedor

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.