Difference between revisions of "Contrib/pressureTransmissive"

From OpenFOAMWiki
 
m (Wyldckat moved page Contrib pressureTransmissive to Contrib/pressureTransmissive: Consolidate all contributions into the same naming style.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Written for:<br>
 
Written for:<br>
[[image:OF_version_14.png]]
+
[[image:OF_version_141.png]]
 
<br><br>
 
<br><br>
The pressureTransmissive boundary condition in OF 1.3 was dropped in OF 1.4 in favor of the waveTransmissive BC.  Below is a port of the pressureTransmissive BC to OF 1.4.1 (not yet tested with OF 1.4.
+
The pressureTransmissive boundary condition in OF 1.3 was dropped in OF 1.4 in favor of the waveTransmissive BC.  Below is a port of the pressureTransmissive BC to OF 1.4.1 ( does not work with OF 1.4.)
  
 
== Usage ==
 
== Usage ==
 
Place in either the directory tree, mimicking the placement of waveTransmissive, or place in the same directory as your custom solver and add pressureTransmissiveFvPatchScalarField.C to the Make/files file.
 
Place in either the directory tree, mimicking the placement of waveTransmissive, or place in the same directory as your custom solver and add pressureTransmissiveFvPatchScalarField.C to the Make/files file.
 +
See [http://openfoamwiki.net/index.php/Contrib_timeVaryingNonuniformFixedValue another BC] for an example.
  
 
== ToDo ==
 
== ToDo ==

Latest revision as of 11:49, 24 November 2013

Written for:
OF version 141.png

The pressureTransmissive boundary condition in OF 1.3 was dropped in OF 1.4 in favor of the waveTransmissive BC. Below is a port of the pressureTransmissive BC to OF 1.4.1 ( does not work with OF 1.4.)

1 Usage

Place in either the directory tree, mimicking the placement of waveTransmissive, or place in the same directory as your custom solver and add pressureTransmissiveFvPatchScalarField.C to the Make/files file. See another BC for an example.

2 ToDo

  • Further testing.

3 Download

From this wiki: pressureTransmissive.tgz