Skip to content

Commit 0975199

Browse files
authored
Update OFtutorial14.C
minor Typo
1 parent c632a90 commit 0975199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OFtutorial14_SIMPLE_algorithm/OFtutorial14.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
116116
// Computing inverse of A matrix for ease of calculation; it is easy
117117
// as A is a diagonal matrix.
118118
volScalarField A_inv = 1.0/A;
119-
// Interpolating it onto grid faces. This is done becayuse of how
119+
// Interpolating it onto grid faces. This is done because of how
120120
// the laplacian operator works in OpenFOAM.
121121
surfaceScalarField A_inv_flux = fvc::interpolate(A_inv);
122122
// Computing HbyA field = H/A for ease of calculation

0 commit comments

Comments
 (0)