|
[Sponsors] |
November 29, 2019, 08:48 |
How to call sigmaK()?
|
#1 | |
New Member
Elisabeth Diehl
Join Date: Jun 2019
Posts: 8
Rep Power: 7 |
Hello everybody,
instead of using mixture.surfaceTensionForce() on the right side of UEqn.H, I want to calculate a slightly different term "by hand". Therefore, I took the implementation of the surfaceTensionForce and replaced just the second addend: Code:
solve ( UEqn == fvc::reconstruct ( ( ... + fvc::interpolate(interfaceProperties::sigmaK()) * ... .... ) * mesh.magSf() ) ); Quote:
Thank you! |
||
November 29, 2019, 09:49 |
|
#2 |
New Member
Elisabeth Diehl
Join Date: Jun 2019
Posts: 8
Rep Power: 7 |
Ok, I found out that it works with fvc::interpolate(mixture.sigmaK()). No idea why it did not work 1000 times before
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Any experts on FFTW? | jinhua2015 | Main CFD Forum | 3 | May 22, 2022 20:44 |
Compiling User Fortran with CFX 14.0 on Win64 | Raijin Thunderkeg | CFX | 29 | March 9, 2016 12:45 |
writing link between two CGNS files | t.teschner | Main CFD Forum | 1 | February 4, 2014 11:26 |
2D CFD code using SIMPLE algorithm | bfan | Main CFD Forum | 3 | June 22, 2002 23:01 |
Who's ok for an Open Source CFD project ? | Viet | Main CFD Forum | 16 | July 26, 1999 16:57 |