Files
OpenFOAM-12/tutorials/multiRegion/CHT/coolingSphere/templates/constant/solid/fvModels

28 lines
776 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object fvModels;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/*
fixedPower
{
type heatSource;
select all;
Q 100; // Set power (W)
}
*/
//************************************************************************** //