Skip to content
Snippets Groups Projects
Commit 2cb72509 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: greyDiffusiveRadiationMixed retrieving the correspondent boundary field for Qin

parent efe05e96
Branches
Tags
No related merge requests found
......@@ -197,7 +197,7 @@ updateCoeffs()
const vector& myRayId = dom.IRay(rayId).d();
const scalarField& Ir = dom.Qin();
const scalarField& Ir = dom.Qin().boundaryField()[patchI];
forAll(Iw, faceI)
{
......
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