Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2011-02-24 10:45:09 +00:00
12 changed files with 47 additions and 682 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: dev.olesenm |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

View File

@ -45,5 +45,36 @@ timePrecision 6;
runTimeModifiable true;
functions
{
systemCall1
{
type systemCall;
functionObjectLibs ("libsystemCall.so");
enabled true;
outputControl outputTime;
// called every time step
executeCalls
(
"echo execute"
);
// called at the end of the run
endCalls
(
"echo \*\*\* writing .bashrc \*\*\*"
"cat ~/.bashrc"
"echo \*\*\* done \*\*\*"
);
// called every ouput time
writeCalls
(
"echo \*\*\* writing data \*\*\*"
);
}
}
// ************************************************************************* //

View File

@ -25,8 +25,7 @@ boundaryField
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
emissivity 1;
value uniform 0;
refValue uniform 0;
refGradient uniform 0;
@ -36,8 +35,7 @@ boundaryField
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
emissivity 1;
value uniform 0;
refValue uniform 0;
refGradient uniform 0;