fvModels: Added heatSource model
This model applies a heat source. It requires either the power, Q, or
the power per unit volume, q, to be specified.
Example usage:
heatSource
{
type heatSource;
selectionMode cellSet;
cellSet heater;
Q 1e6;
}
This commit is contained in:
@ -17,20 +17,11 @@ FoamFile
|
||||
|
||||
energySource
|
||||
{
|
||||
type semiImplicitSource;
|
||||
type heatSource;
|
||||
|
||||
selectionMode all;
|
||||
|
||||
volumeMode specific;
|
||||
|
||||
sources
|
||||
{
|
||||
e
|
||||
{
|
||||
explicit 1e7; // W/m^3 == kg/m/s^3
|
||||
implicit 0;
|
||||
}
|
||||
}
|
||||
q 1e7;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user