repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove trailing whitespace systematically
[foam-extend-3.2.git]
/
applications
/
solvers
/
coupled
/
pUCoupledFoam
/
UEqn.H
blob
31693a9abe0467ca08cd5dbc4a9500a5f87a72c9
1
// Momentum equation
2
fvVectorMatrix UEqn
3
(
4
fvm::div(phi, U)
5
+ turbulence->divDevReff(U)
6
);
7
8
UEqn.relax();
9
10
blockMatrixTools::insertEquation(0, UEqn, A, x, b);