Skip to content
Snippets Groups Projects
Commit a67ae885 authored by sergio's avatar sergio
Browse files

temperatureCoupledBase: alphaAni set to none by default

boundaryRadiationProperties: updating to new format
dynamicMeshDict and snappyHexMeshDict in utorials/multiphase/interDyMFoam/RAS/motorBike to follow Mattijs Git lab id 381
parent 75f78018
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ Foam::temperatureCoupledBase::temperatureCoupledBase
patch_(patch),
method_(KMethodTypeNames_.read(dict.lookup("kappaMethod"))),
kappaName_(dict.lookupOrDefault<word>("kappa", "none")),
alphaAniName_(dict.lookupOrDefault<word>("alphaAni","Anialpha"))
alphaAniName_(dict.lookupOrDefault<word>("alphaAni","none"))
{}
......
......@@ -9,25 +9,16 @@ FoamFile
{
version 2.0;
format ascii;
class volScalarField;
class dictionary;
location "constant";
object boundaryRadiationProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
".*"
{
".*"
{
type boundaryRadiation;
mode lookup;
emissivity uniform 1.0;
absorptivity uniform 0.0;
value uniform 0.0;
}
mode lookup;
emissivity 1.0;
}
// ************************************************************************* //
......@@ -29,7 +29,7 @@ dynamicRefineFvMeshCoeffs
// Have slower than 2:1 refinement
nBufferLayers 1;
// Refine cells only up to maxRefinement levels
maxRefinement 3;
maxRefinement 4;
// Stop refinement if maxCells reached
maxCells 2000000;
// Flux field and corresponding velocity field. Fluxes on changed
......
......@@ -38,7 +38,7 @@ geometry
//// Optional: avoid patch-face merging. Allows mesh to be used for
//// refinement/unrefinement
//mergePatchFaces off; // default on
mergePatchFaces on; // default on
......
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