We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c632a90 commit 0975199Copy full SHA for 0975199
OFtutorial14_SIMPLE_algorithm/OFtutorial14.C
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
116
// Computing inverse of A matrix for ease of calculation; it is easy
117
// as A is a diagonal matrix.
118
volScalarField A_inv = 1.0/A;
119
- // Interpolating it onto grid faces. This is done becayuse of how
+ // Interpolating it onto grid faces. This is done because of how
120
// the laplacian operator works in OpenFOAM.
121
surfaceScalarField A_inv_flux = fvc::interpolate(A_inv);
122
// Computing HbyA field = H/A for ease of calculation
0 commit comments