Fluid-solid CHT Multiphase coupling

sir, I am facing issues to couple the solid and fluid for multiphase simulation using precice. I had modified the tutorial case of flow over heated plate in precice and using laplacianFoam solver for solid and interCondensatingEvaporatingFoam for fluid. I had modified the 0 directory in fluid and also the transport properties in constant folder. But while running the case I am facing an error as mentioned below. please help me to solve this issue. Thanking You.

--> FOAM Warning : 
    From void adapterInfo(std::string, std::string)
    in file Utilities.C at line 50
    Error (deferred - will exit later) in the preCICE adapter: 

    bad lookup of turbulenceProperties (objectRegistry region0)
    expected a compressibleTurbulenceModel, found a Stokes


--> FOAM Warning : 
    From void adapterInfo(std::string, std::string)
    in file Utilities.C at line 17
    Warning in the preCICE adapter: 
The solver's timestep cannot be larger than the coupling timestep. Adjusting from 0.010000 to 0.000449


Starting time loop

Courant Number mean: 0.00375763 max: 0.0181192
Interface Courant Number mean: 0 max: 0
--> FOAM Warning : 
    From void adapterInfo(std::string, std::string)
    in file Utilities.C at line 17
    Warning in the preCICE adapter: 
The solver's timestep cannot be larger than the coupling timestep. Adjusting from 0.000539 to 0.000449

deltaT = 0.000448863
Time = 0.000448863

PIMPLE: iteration 1
smoothSolver:  Solving for alpha.liquid, Initial residual = 1, Final residual = 0.961381, No Iterations 1000
Phase-1 volume fraction = 1  Min(alpha.liquid) = 1  Max(alpha.liquid) = 1
MULES: Correcting alpha.liquid
MULES: Correcting alpha.liquid
Liquid phase volume fraction = 1  Min(alpha.liquid) = 1  Max(alpha.liquid) = 1
smoothSolver:  Solving for alpha.liquid, Initial residual = 0.372766, Final residual = 0.512178, No Iterations 1000
Phase-1 volume fraction = 1  Min(alpha.liquid) = 1  Max(alpha.liquid) = 1
MULES: Correcting alpha.liquid
MULES: Correcting alpha.liquid
Liquid phase volume fraction = 1  Min(alpha.liquid) = 1  Max(alpha.liquid) = 1
smoothSolver:  Solving for T, Initial residual = 0.50319, Final residual = 0.384445, No Iterations 1000
min/max(T) = 300, 300
GAMG:  Solving for p_rgh, Initial residual = 0.999987, Final residual = 0.00275921, No Iterations 10
GAMGPCG:  Solving for p_rgh, Initial residual = 0.000191188, Final residual = 9.24922e-10, No Iterations 10
ExecutionTime = 1.02 s  ClockTime = 2 s

--> FOAM FATAL ERROR: (openfoam-2212)
Error in the preCICE adapter: 
There was a problem while configuring the adapter. See the log for details.


    From void adapterInfo(std::string, std::string)
    in file Utilities.C at line 32.

This is the relevant part of the error:

    bad lookup of turbulenceProperties (objectRegistry region0)
    expected a compressibleTurbulenceModel, found a Stokes

I suspect that this is just a wrong OpenFOAM configuration (check your turbulenceProperties) that is not related to the adapter or preCICE.

sir, I am able to run this case separately without precice coupling. only when I coupled with precice the issues are coming. Is it because I am using multiphase solver and in openfoam adaptor CHT.H file, alpha.liquid is not included? Is it required to add separately these value here?