diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C index be069684f361db58f9657d4bcb246015a89312ab..8a7027a59c9e8bb2a0595a00f0d0510cd9f048ca 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C @@ -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")) {} diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/boundaryRadiationProperties b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/boundaryRadiationProperties index 20a028ae6676de7a583a1dbbb6b08b886a68e9c1..36db108b2d49fe14f474bd40c9a4cdcb7759f782 100644 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/boundaryRadiationProperties +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/boundaryRadiationProperties @@ -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; } // ************************************************************************* // diff --git a/tutorials/multiphase/interDyMFoam/RAS/motorBike/constant/dynamicMeshDict b/tutorials/multiphase/interDyMFoam/RAS/motorBike/constant/dynamicMeshDict index 444d6103916323d34cf9a3d27d143847a3bc2b37..e8ee89cf0e1d355ee63a82335a377d7433dcba75 100644 --- a/tutorials/multiphase/interDyMFoam/RAS/motorBike/constant/dynamicMeshDict +++ b/tutorials/multiphase/interDyMFoam/RAS/motorBike/constant/dynamicMeshDict @@ -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 diff --git a/tutorials/multiphase/interDyMFoam/RAS/motorBike/system/snappyHexMeshDict b/tutorials/multiphase/interDyMFoam/RAS/motorBike/system/snappyHexMeshDict index 3dac7f631f3f67f995691add79bceb4d8bd5dcfd..b7ce19ef33b579e3ddeaab051d7a5f1718d6e3e3 100644 --- a/tutorials/multiphase/interDyMFoam/RAS/motorBike/system/snappyHexMeshDict +++ b/tutorials/multiphase/interDyMFoam/RAS/motorBike/system/snappyHexMeshDict @@ -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