View Issue Details

IDProjectCategoryView StatusLast Update
0002811OpenFOAMFeaturepublic2018-01-16 17:06
Reporteraqeelahmed Assigned Tohenry  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
PlatformGNU/LinuxOSUbuntuOS Version16.04
Summary0002811: Access to thermodynamic state variables for Enthalpy "notImplemented" in compressibleInterFoam
DescriptioncompressibleInterFoam solves the T equation directly.

Another option is to solve for enthalpy.

It seems that mixture enthalpy cannot be called directly in the solver.

In "twoPhaseMixtureThermo.H" it is coded as
            
//- Enthalpy/Internal energy [J/kg]
// Non-const access allowed for transport equations
    virtual volScalarField& he()
        {
            NotImplemented;
            return thermo1_->he();
        }
TagscompressibleInterFoam

Activities

henry

2018-01-16 17:06

manager   ~0009204

compressibleInterFoam solves the T equation directly, it does not support solving for enthalpy which is not continuous across the interface.

Issue History

Date Modified Username Field Change
2018-01-16 16:49 aqeelahmed New Issue
2018-01-16 16:49 aqeelahmed Tag Attached: compressibleInterFoam
2018-01-16 17:06 henry Assigned To => henry
2018-01-16 17:06 henry Status new => closed
2018-01-16 17:06 henry Resolution open => no change required
2018-01-16 17:06 henry Note Added: 0009204