unicfdlab / hybridCentralSolvers

United collection of hybrid Central solvers - one-phase, two-phase and multicomponent versions
GNU General Public License v3.0
93 stars 59 forks source link

Openfoam-v1706 #2

Closed jhierroa closed 5 years ago

jhierroa commented 6 years ago

I have modified version 4.1 of these solvers so that they may work with version v1706.

Most important changes come from the need to use some orientedType variables. In particular cSf_own.setOriented(true) and cSf_nei.setOriented(true) in createCommonCentralFields; aSf.setOriented(false) after the second call to updateKappa.H in reactingPimpleCentralFoam.C.

dQ and Sh have been supressed (Sh is now Qdot, dQ has dissapeared).

There has been also some changes in capital letters of the names of some thermodynamic variables and betaSolidIO.headerOk() has been replaced by betavSolidIO.typeHeaderOk(true) in createSolidFields.H.

unicfdlab commented 6 years ago

Hi, good news! Thank you for your efforts! Did you test solver with all tests from Tutorials solver? Do you have plans to include changes in this repository?

unicfdlab commented 5 years ago

OpenFOAM+ version 1812 of hybridCentralSolvers is issued - see branch digitef-dev-1812