Skip to content
Snippets Groups Projects
Commit f54a12e3 authored by andy's avatar andy
Browse files

ENH: Tutorial updates

parent 8d85caee
Branches
Tags
No related merge requests found
......@@ -32,14 +32,6 @@ porosity1
e2 (0 0 1);
}
}
thermalModel
{
type none; // fixedTemperature;
// fixedTemperature coefficients
T 350;
}
}
......
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object sourcesProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
source1
{
type fixedTemperatureSource;
active true;
timeStart 0;
duration 1000000;
selectionMode cellZone;
cellZone porosity;
fixedTemperatureSourceCoeffs
{
temperature 350;
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment