Heat flux boundary condition for temperature on solid region. More...
Heat flux boundary condition for temperature on solid region.
Example usage: myWallPatch { typesolidWallHeatFluxTemperature; K K; // Name of K field q uniform 1000; // Heat flux / [W/m2] value uniform 300.0; // Initial temperature / [K] gradientuniform 0.0;// Initial gradient / [K/m] }
Example usage: myWallPatch { typesolidWallHeatFluxTemperature; K Kcond; // Name of K field q uniform 1000; // Heat flux / [W/m2] value 300.0; // Initial temperature / [K] }