How to visualize the non-aqueous phase saturation in the two-phase flow PP scheme?

Hi All,
I want to plot non-aqueous phase saturation from *.vtu database. For the PS scheme, I can see it while for the PP scheme it is not showing. For curiosity, I also checked following benchmark solution for the KueperProblem (PS and PP)
https://github.com/ufz/ogs5-benchmarks/tree/master/MULTIPHASE

Is there any alternate way to visualize non-aqueous phase saturation in the PP scheme? Somehow, I need to check PP scheme file which stores output information.

Thanks in advance.

Regards,

Mohammad

Does your output file include:

$NOD_VALUES
PRESSURE1
PRESSURE2
SATURATION1  
SATURATION2

?

Yes, I included in both the PP scheme and the PS scheme. However, in the PP scheme, SATURATION2 is not visible, while it is visible in the PS scheme.

#OUTPUT // profile
$NOD_VALUES
PRESSURE1
PRESSURE2
PRESSURE_W
SATURATION1
SATURATION2
VELOCITY_X1
VELOCITY_Y1
VELOCITY_X2
VELOCITY_Y2
$GEO_TYPE
DOMAIN
$DAT_TYPE
PVD
$TIM_TYPE
STEPS 1
#STOP

After discussion with Wenqing, I think that it was removed some time ago to reduce memory allocation.
If you output with paraview, you can use the calculator to calculate SATURATION2 = 1 - SATURATION1

Thank you very much.

I have edited *.vtu file and added ‘manually calculated’ SATURATION2. It is working.

Regards,
Mohammad