CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   What is the difference between fixedGradientFvPatchFields and fixedValueFvsPatchField (https://www.cfd-online.com/Forums/openfoam-programming-development/129280-what-difference-between-fixedgradientfvpatchfields-fixedvaluefvspatchfield.html)

Aj Nair February 2, 2014 02:28

What is the difference between fixedGradientFvPatchFields and fixedValueFvsPatchField
 
when i was working with CHTmultiregion foam i came across fixedGradientFvPatchFields
and previously i was working with compressible TwophaseEuler Foam which had
fixedValueFvsPatchField

can anyone kindly explain me its difference

akidess February 2, 2014 07:01

fixedGradient=Neumann, fixedValue=Dirichlet.

ngj February 2, 2014 08:03

In addition to this, the "Fv" boundary condition is for volume fields, whereas the "Fvs" boundary condition is for surface fields.

Kind regards,

Niels

Aj Nair February 2, 2014 08:55

Thanks a lot, as i am planning to combine both the compressible two phase euler Foam and CHTis threre any method to domain decompose by Neumann–Dirichlet method in openfoam,

mechy February 2, 2014 13:46

this BC is exist now
mixedFvPatchField boundary condition provides a base class for 'mixed' type boundary conditions, i.e. conditions that mix fixed value and patch-normal gradient conditions

Aj Nair February 3, 2014 09:33

thank you, i found the solvers using patches(especially in kinetic model of compressible euler foam) . i suppose it is used only in case when taking surface field into consideration(kindly correct me if i am wrong). So can this solver be developed by taking volume fields into consideration ??


All times are GMT -4. The time now is 23:03.