FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

DDtU.H

Go to the documentation of this file.
00001 {
00002     DDtUa =
00003         fvc::ddt(Ua)
00004       + fvc::div(phia, Ua)
00005       - fvc::div(phia)*Ua;
00006 
00007     DDtUb =
00008         fvc::ddt(Ub)
00009       + fvc::div(phib, Ub)
00010       - fvc::div(phib)*Ub;
00011 }
00012 
00013 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines