|
[Sponsors] |
Sigma surface tension - error when not using default values |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 13, 2019, 06:28 |
Sigma surface tension - error when not using default values
|
#1 | |
Member
Stefanie Wolf
Join Date: Nov 2018
Location: Aachen
Posts: 32
Rep Power: 8 |
Hello everyone,
I am using multiphaseEulerFoam and I would like to use other values than the default value of 0.07 N/m for sigma. transportProperties [...] sigmas ( (air water) 0.07 (air oil) 0.07 (oil water) 0.07 ); But whenever I change one or all values the simulation stops after the first written time step, I get error messages like: Quote:
Does someone know why I can't change sigma? At some point I need to reduce the surface tension because I will use soapy water. Thank you for your help!! kind regards, Stefanie I am very uncertain which further information you need, hopefully I guessed right: 0 - alpha.air Code:
FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object alpha.air; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { mischzylinder { type alphaContactAngle; thetaProperties ( ( oil air ) 90 0 0 0 ( water air ) 90 0 0 0 ( oil water ) 90 0 0 0 ); value uniform 1; } duese { type alphaContactAngle; thetaProperties ( ( oil air ) 90 0 0 0 ( water air ) 90 0 0 0 ( oil water ) 90 0 0 0 ); value uniform 1; } zylinder { type alphaContactAngle; thetaProperties ( ( oil air ) 90 0 0 0 ( water air ) 90 0 0 0 ( oil water ) 90 0 0 0 ); value uniform 0; } atmosphere { type inletOutlet; inletValue uniform 1; value uniform 1; } } Code:
FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object alpha.lml; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { mischzylinder { type zeroGradient; } duese { type zeroGradient; } zylinder { type zeroGradient; } atmosphere { type inletOutlet; inletValue uniform 0; value uniform 0; } } multiphaseEulerFoam-transportProperties dict |
||
July 2, 2020, 04:06 |
|
#2 |
New Member
Join Date: Aug 2016
Posts: 3
Rep Power: 10 |
Did you fix your problem?
The 0.07 N/m default value is probably from the fact that the surface tension of water is 0.0728N/m at 20degC. I'm not sure about why 0.03 N/m caused a problem. If the IFT drops to zero, the two phases will become mixed soup. So maybe the low IFT is bad for convergence? |
|
Tags |
multiphaseeulerfoam, sigma, transportproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
surface tension problem when using VOF+Solidification&melting models | AlvinF | FLUENT | 4 | April 22, 2024 11:31 |
Surface tension driven flows: interFoam vs. multiphaseInterFoam | dzordz | OpenFOAM Programming & Development | 3 | December 22, 2021 03:57 |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
Surface tension values | Apiano | FLUENT | 2 | July 6, 2016 16:10 |
Access the surface tension force at a patch | michielm | OpenFOAM Programming & Development | 1 | December 13, 2013 04:50 |