Correct comment style
This commit is contained in:
parent
6b2ed2536e
commit
8c26070cd9
1 changed files with 2 additions and 2 deletions
|
@ -89,11 +89,11 @@ int main(int argc, char *argv[])
|
|||
// Prepare block system
|
||||
fvBlockMatrix<vector2> blockM(blockT);
|
||||
|
||||
//- Inset equations into block Matrix
|
||||
// Insert equations into block Matrix
|
||||
blockM.insertEquation(0, TEqn);
|
||||
blockM.insertEquation(1, TsEqn);
|
||||
|
||||
//- Add off-diagonal coupling terms
|
||||
// Add off-diagonal coupling terms
|
||||
scalarField coupling(mesh.nCells(), -alpha.value());
|
||||
|
||||
blockM.insertEquationCoupling(0, 1, coupling);
|
||||
|
|
Reference in a new issue