-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prghUniformTotalPressureFvPatchScalarField: Added p_rgh variant of th…
…e time-varying uniform pressure BC Patch contributed by Stanislau Stasheuski, Aalto University.
- Loading branch information
Henry Weller
committed
Dec 22, 2023
1 parent
73a3fbe
commit 602347f
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ Usage | |
<patchName> | ||
{ | ||
type uniformTotalPressure; | ||
p0 uniform 1e5; | ||
p0 1e5; | ||
} | ||
\endverbatim | ||
|