|
[Sponsors] |
February 18, 2018, 23:46 |
What does interface.correct() do exactly?
|
#1 |
New Member
Zhang Zhihang
Join Date: Nov 2017
Location: Tokyo
Posts: 1
Rep Power: 0 |
Hello everyone,
I'm building a numerical wave tank based on interFoam solver, I tried to replace MULES with a more compact interface-capturing method. The problem is that if I don't include this line: interface.correct(), which is from interFoam solver, the interface caculated turns out to be unsteady. So, what dose this function do, I can't find it anywhere. Thanks in advance. Zhang Zhihang |
|
February 19, 2018, 04:34 |
|
#2 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Fairly easy to find:
https://github.com/OpenFOAM/OpenFOAM...ceProperties.H It updates the interface curvature.
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
Tags |
interface |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interPhaseChangeFoam with nOuterCorrectors != 1 | akidess | OpenFOAM Bugs | 25 | March 6, 2016 10:54 |