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

XiFoam equations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 18, 2012, 22:08
Default XiFoam equations
  #1
Member
 
ak
Join Date: May 2011
Posts: 64
Rep Power: 14
newOFuser is on a distinguished road
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
newOFuser is offline   Reply With Quote

Old   March 22, 2012, 02:32
Default
  #2
Senior Member
 
Elvis
Join Date: Mar 2009
Location: Sindelfingen, Germany
Posts: 620
Blog Entries: 6
Rep Power: 24
elvis will become famous soon enough
Hi,

did you read http://www.tfd.chalmers.se/~hani/kur...sariReport.pdf

Tutorial XiFoam
Version: OpenFOAM-1.7.x
Author:
Ehsan Yasari
elvis is offline   Reply With Quote

Reply


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
Guide: Writing Equations in LaTeX on the CFD Online Forums pete Site Help, Feedback & Discussions 27 May 19, 2022 03:19
Favre averaged Navier-Stokes equations help siw Main CFD Forum 3 June 24, 2016 11:26
Riemann invariants of adjoint equations of shallow water equations zqb0929 Main CFD Forum 0 March 15, 2012 00:54
CFD governing equations m.gos Main CFD Forum 0 April 30, 2011 14:21
Question about UDS equations tstorm FLUENT 1 January 11, 2010 13:02


All times are GMT -4. The time now is 07:23.