0

I have a case where reaction flux is present at a boundary and flux is proportional to the concentration variable c. Will the following correctly apply the boundary condition:

c.faceGrad.constrain(k*c.faceValue, mesh.physicalFaces["ReactingFace"]);
DKS
  • 188
  • 10

1 Answers1

1

It sounds like you have a Robin Condition. Please revise your question if that documentation doesn't help.

talonmies
  • 70,661
  • 34
  • 192
  • 269
jeguyer
  • 2,379
  • 1
  • 11
  • 15