Skip to content
Snippets Groups Projects
Commit 84c23adf authored by mattijs's avatar mattijs
Browse files

ENH: porousExplicitSourceReactingParcelFoam/filter: emissivity as field

parent 69ae1d6b
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ boundaryField ...@@ -26,7 +26,7 @@ boundaryField
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup; emissivityMode lookup;
emissivity 1; emissivity uniform 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
refGradient uniform 0; refGradient uniform 0;
...@@ -37,7 +37,7 @@ boundaryField ...@@ -37,7 +37,7 @@ boundaryField
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup; emissivityMode lookup;
emissivity 1; emissivity uniform 1;
value uniform 0; value uniform 0;
refValue uniform 0; refValue uniform 0;
refGradient uniform 0; refGradient uniform 0;
......
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