Go to the source code of this file.
Functions | |
| Info<< "Constructing momentum equations"<< endl;fvVectorMatrix U1Eqn(U1, rho1.dimensions() *U1.dimensions() *dimVolume/dimTime);fvVectorMatrix U2Eqn(U2, rho2.dimensions() *U2.dimensions() *dimVolume/dimTime);{ autoPtr< phaseSystem::momentumTransferTable > | momentumTransferPtr (fluid.momentumTransfer()) |
| phaseSystem::momentumTransferTable & | momentumTransfer (momentumTransferPtr()) |
| U1Eqn | relax () |
| fvOptions | constrain (U1Eqn) |
| fvOptions | correct (U1) |
| fvOptions | constrain (U2Eqn) |
| fvOptions | correct (U2) |
| Info<< "Constructing momentum equations"<< endl;fvVectorMatrix U1Eqn(U1, rho1.dimensions() *U1.dimensions() *dimVolume/dimTime);fvVectorMatrix U2Eqn(U2, rho2.dimensions() *U2.dimensions() *dimVolume/dimTime);{ autoPtr< phaseSystem::momentumTransferTable > momentumTransferPtr | ( | fluid. | momentumTransfer() | ) |
References fluid.
| phaseSystem::momentumTransferTable & momentumTransfer | ( | momentumTransferPtr() | ) |
| U1Eqn relax | ( | ) |