NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Namespaces | Functions
pressureVelocityCoupling.hpp File Reference
#include "NeoFOAM/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/fields/surfaceField.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/operators/expression.hpp"

Go to the source code of this file.

Namespaces

namespace  NeoFOAM
 
namespace  NeoFOAM::finiteVolume
 
namespace  NeoFOAM::finiteVolume::cellCentred
 

Functions

std::tuple< VolumeField< scalar >, VolumeField< Vector > > NeoFOAM::finiteVolume::cellCentred::discreteMomentumFields (const Expression< Vector > &expr)
 
void NeoFOAM::finiteVolume::cellCentred::updateFaceVelocity (SurfaceField< scalar > phi, const SurfaceField< scalar > predictedPhi, const Expression< scalar > &expr)
 
void NeoFOAM::finiteVolume::cellCentred::updateVelocity (VolumeField< Vector > &U, const VolumeField< Vector > &HbyA, VolumeField< scalar > &rAU, VolumeField< scalar > &p)