Memosa-FVM
0.2
|
Go to the source code of this file.
Macros | |
#define | _FLOWMODELSLIPJUMP_H_ |
Functions | |
void | slipJumpMomentumBC (const StorageSite &faces, const Mesh &mesh, GenericBCS< VectorT3, DiagTensorT3, T > &gbc, const T accomodationCoefficient, const FloatValEvaluator< VectorT3 > &bVelocity) |
#define _FLOWMODELSLIPJUMP_H_ |
Definition at line 7 of file FlowModel_impl.h.
void slipJumpMomentumBC | ( | const StorageSite & | faces, |
const Mesh & | mesh, | ||
GenericBCS< VectorT3, DiagTensorT3, T > & | gbc, | ||
const T | accomodationCoefficient, | ||
const FloatValEvaluator< VectorT3 > & | bVelocity | ||
) |
Definition at line 11 of file FlowModelSlipJump.h.
References BaseGenericBCS< X, Diag, OffDiag >::applyDirichletBC(), dot(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), and sqrt().
Referenced by FlowModel< T >::Impl::linearizeMomentum().