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

ENH: Tutorial - added emmisivity mode entry to G field

parent 69f62abe
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ boundaryField ...@@ -25,6 +25,7 @@ boundaryField
{ {
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup;
emissivity 1; emissivity 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
...@@ -35,6 +36,7 @@ boundaryField ...@@ -35,6 +36,7 @@ boundaryField
{ {
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup;
emissivity 1; emissivity 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
......
...@@ -25,6 +25,7 @@ boundaryField ...@@ -25,6 +25,7 @@ boundaryField
{ {
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup;
emissivity 1; emissivity 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
...@@ -35,6 +36,7 @@ boundaryField ...@@ -35,6 +36,7 @@ boundaryField
{ {
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup;
emissivity 1; emissivity 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment