Skip to content
Snippets Groups Projects
Commit 1e7b67fd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: relocate externalCoupled heater tutorial, add steady-state version

parent 0e279839
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 8 deletions
......@@ -23,7 +23,7 @@ boundaryField
".*"
{
type calculated;
value uniform 300;
value $internalField;
}
}
......
......@@ -23,7 +23,7 @@ boundaryField
".*"
{
type calculated;
value uniform (0.01 0 0);
value $internalField;
}
}
......
......@@ -23,9 +23,8 @@ boundaryField
".*"
{
type calculated;
value uniform 0.01;
value $internalField;
}
}
// ************************************************************************* //
......@@ -23,9 +23,8 @@ boundaryField
".*"
{
type calculated;
value uniform 0.1;
value $internalField;
}
}
// ************************************************************************* //
......@@ -23,7 +23,7 @@ boundaryField
".*"
{
type calculated;
value uniform 1e5;
value $internalField;
}
}
......
......@@ -23,7 +23,7 @@ boundaryField
".*"
{
type calculated;
value uniform 1e5;
value $internalField;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment