|
[Sponsors] |
March 18, 2012, 23:08 |
XiFoam equations
|
#1 |
Member
ak
Join Date: May 2011
Posts: 64
Rep Power: 15 |
Hi
Could someone please translate the XiFoam code below into equation form? I want to check how they relate to the equations from Weller's paper: Basically I want to see how Us(.)(grad (rho Xi)) in the transport equation for Xi equals fvm::div(phi + phiXi, Xi, "div(phiXi,Xi)") - fvm::Sp(fvc::div(phiXi), Xi) surfaceScalarField phiXi = phiSt – fvc::interpolate(fvc::laplacian(turbulence->alphaEff(), b)/mgb)*nf + fvc::interpolate(rho)*fvc::interpolate(Su*(1.0/Xi - Xi))*nf; fvScalarMatrix XiEqn ( fvm::ddt(rho, Xi) + fvm::div(phi + phiXi, Xi, "div(phiXi,Xi)") - fvm::Sp(fvc::div(phiXi), Xi) == rho*R - fvm::Sp(rho*(R - G), Xi) - fvm::Sp(rho*max(sigmat-sigmas,dimensionedScalar("0",sigmat.dimensions(), 0)),Xi) ); XiEqn.relax(); XiEqn.solve(); -------------------- Thanks so much! ak |
|
March 22, 2012, 03:32 |
|
#2 |
Senior Member
|
Hi,
did you read http://www.tfd.chalmers.se/~hani/kur...sariReport.pdf Tutorial XiFoam Ehsan Yasari
Version: OpenFOAM-1.7.x Author: |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Guide: Writing Equations in LaTeX on the CFD Online Forums | pete | Site Help, Feedback & Discussions | 27 | May 19, 2022 04:19 |
Favre averaged Navier-Stokes equations help | siw | Main CFD Forum | 3 | June 24, 2016 12:26 |
Riemann invariants of adjoint equations of shallow water equations | zqb0929 | Main CFD Forum | 0 | March 15, 2012 01:54 |
CFD governing equations | m.gos | Main CFD Forum | 0 | April 30, 2011 15:21 |
Question about UDS equations | tstorm | FLUENT | 1 | January 11, 2010 14:02 |