|
[Sponsors] |
August 11, 2009, 22:40 |
fvm::laplacian appropriate for d/dx(d/dy)
|
#1 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
Hey,
I am currently working on understanding the source code of the LaunderGibsonRSTM model. In this model the Reynolds Stress equation reads: Code:
tmp<fvSymmTensorMatrix> REqn ( fvm::ddt(R_) + fvm::div(phi_, R_) - fvm::Sp(fvc::div(phi_), R_) //- fvm::laplacian(Cs*(k_/epsilon_)*R_, R_) - fvm::laplacian(DREff(), R_) + fvm::Sp(Clg1_*epsilon_/k_, R_) == P + (2.0/3.0*(Clg1_ - 1)*I)*epsilon_ - Clg2_*dev(P) // wall reflection terms + symm ( I*((yr_.n() & reflect) & yr_.n()) - 1.5*(yr_.n()*(reflect & yr_.n()) + (yr_.n() & reflect)*yr_.n()) )*pow(Cmu_, 0.75)*pow(k_, 1.5)/(kappa_*yr_*epsilon_) ); Code:
//- fvm::laplacian(Cs*(k_/epsilon_)*R_, R_) Is it possible to translate this term into OpenFOAM source Code by using the fvm::laplacian scheme, even though the two derivatives (d/dx,d/dy) have different directions? |
|
December 10, 2009, 13:24 |
|
#2 |
New Member
xiang chai
Join Date: Aug 2009
Posts: 13
Rep Power: 17 |
Hi, Sven
I am facing a similar problem. Did you find a solution to your problem? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question about fvmlaplacian operator | cosimobianchini | OpenFOAM Running, Solving & CFD | 0 | February 1, 2007 14:40 |