Skip to content
  • Andrew Heather's avatar
    ENH: New viewFactorHeatFlux function object · 64c15e17
    Andrew Heather authored and Mark OLESEN's avatar Mark OLESEN committed
    Determines radiation heat flux between patches when using the viewFactor
    radiation model.
    
    Example usage
    
        viewFactorHeatFlux1
        {
            // Mandatory entries (unmodifiable)
            type        viewFactorHeatFlux;
            libs        (utilityFunctionObjects);
    
            // Optional entries (runtime modifiable)
            qr          qr;
        }
    64c15e17