
Go to the source code of this file.
Functions | |
| fvScalarMatrix | EEqn (fvm::div(phi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U))))+thermophysicalTransport->divq(he)==fvModels.source(rho, he)) |
| EEqn | relax () |
| fvConstraints | constrain (EEqn) |
| EEqn | solve () |
| fvConstraints | constrain (he) |
| thermo | correct () |
| fvScalarMatrix EEqn | ( | fvm::div(phi, he)+(he.name()=="e" ? fvc::div(phi, volScalarField("Ekp", 0.5 *magSqr(U)+p/rho)) :fvc::div(phi, volScalarField("K", 0.5 *magSqr(U))))+thermophysicalTransport->divq(he) | = =fvModels.source(rho, he) | ) |
Referenced by fluid::thermophysicalPredictor(), multicomponentFluid::thermophysicalPredictor(), and shockFluid::thermophysicalPredictor().

| EEqn relax | ( | ) |
| fvConstraints constrain | ( | EEqn | ) |
| EEqn solve | ( | ) |
| fvConstraints constrain | ( | he | ) |
| thermo correct | ( | ) |