CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

interfaceCompression not well implemented for phaseScalarTransport?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 3, 2024, 05:38
Default interfaceCompression not well implemented for phaseScalarTransport?
  #1
New Member
 
Folmer
Join Date: Feb 2023
Posts: 1
Rep Power: 0
Folmer is on a distinguished road
Hello,

I try to run a modified tutorial DTCHullMoving with added phaseScalarTransport.
Before running the case I set s.water to 1 in a certain region using setFields.
After starting foamRun (openfoam 11) I get the following error:
Quote:
--> FOAM FATAL ERROR:
Not implemented

From function virtual Foam::tmp<Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> > Foam::interfaceCompressionNew::weights(const volScalarField&) const
in file interfaceCompression/interfaceCompression.H at line 127.

FOAM aborting

Modification of the controlDict:

Code:
functions
{
  s
  {
    type            phaseScalarTransport;
    libs            ("libsolverFunctionObjects.so");
    field           s.water;
  }
};
Addition under divSchemes in fvSchemes:
Code:
    div(alphaPhi.water,s.water)     Gauss interfaceCompression vanLeer 1;
Addition in fvSolution:
Code:
    "s.*"
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-08;
        relTol          0;
        minIter	     1;
    }
Furthermore I added the file s.water in the 0 folder.

Is the phaseScalarTransport not implemented? Is there a workaround?
I would like to simulate the transport of a scalar in the alpha.water phase using interfaceCompression (no diffusion).

Pease can anyone help me?
Folmer is offline   Reply With Quote

Reply

Tags
incompressiblevof, interfacecompression, phasescalartransport


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Confusion about how the implicit coupled interfaces are implemented? chengdi OpenFOAM Programming & Development 2 April 18, 2019 01:20
What is scAlpha vs. icAlpha vs interfaceCompression amh@inventas.no OpenFOAM Running, Solving & CFD 0 October 4, 2018 05:11
InterDyMFoam+simpleFunctionObject Elham OpenFOAM Running, Solving & CFD 5 July 10, 2017 11:59
rhoSimplecFoam - which algorithm is implemented - references Manuel CFD OpenFOAM Programming & Development 7 September 8, 2014 07:28
New implemented algebraic Reynolds stress model volker OpenFOAM 13 October 21, 2013 00:01


All times are GMT -4. The time now is 04:32.