FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

solidWallHeatFluxTemperatureFvPatchScalarField Class Reference

Heat flux boundary condition for temperature on solid region. More...


Detailed Description

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] }

Source files

Example usage: myWallPatch { typesolidWallHeatFluxTemperature; K Kcond; // Name of K field q uniform 1000; // Heat flux / [W/m2] value 300.0; // Initial temperature / [K] }

Source files

The documentation for this class was generated from the following file: