|
[Sponsors] |
Understanding an equation: what is "fvmDiv" and "fvOptions(rho,he)"? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 21, 2015, 08:09 |
Understanding an equation: what is "fvmDiv" and "fvOptions(rho,he)"?
|
#1 |
New Member
Shovan
Join Date: Jul 2015
Posts: 11
Rep Power: 11 |
Hi everybody i have a problem understanding the below problem. What i don't understand is what does 'fvmDIV' stands for, what does '?' stands for, what does 'fvOptions(rho,he)' do? Is there any material available which speaks of all the below used symbols?
fvScalarMatrix EEqn ( fvm::ddt(rho, he) + mvConvection->fvmDiv(phi, he) + fvc::ddt(rho, K) + fvc::div(phi, K) + ( he.name() == "e" ? fvc::div ( fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)" ) : -dpdt ) - fvm::laplacian(turbulence->alphaEff(), he) == reaction->Sh() + fvOptions(rho, he) ); |
|
|
|