Difference between revisions of "Contrib setDiscreteFields"

From OpenFOAMWiki
 
Line 1: Line 1:
{{VersionInfo}}{{Version1.5}}{{Version1.6}}{{Version1.7}}
+
{{VersionInfo}}{{Version1.5}}{{Version1.6}}{{Version1.7}}{{Version2.0}}
  
 
== Short description ==
 
== Short description ==
Line 5: Line 5:
 
This utility can set profiles of any vector/scalar fields at specified boundary patches with using discrete profile data.
 
This utility can set profiles of any vector/scalar fields at specified boundary patches with using discrete profile data.
  
== Download ==
+
== SVN Repositry ==
 +
 
 +
URL of SVN Repositry: http://www.opencae.jp/svn/OpenFOAM-VandV-SIG/applications/trunk/utilities/setDiscreteFields/
 +
 
 +
In order to check out the source, type:
 +
 
 +
<pre>
 +
svn co http://www.opencae.jp/svn/OpenFOAM-VandV-SIG/applications/trunk/utilities/setDiscreteFields/
 +
</pre>
 +
 
 +
To build the application, type:
 +
 
 +
<pre>
 +
cd setDiscreteFields
 +
wmake
 +
</pre>
 +
 
 +
== Download (Old versions) ==
  
 
*[[Media:SetDiscreteFields-1.1.tar.gz|SetDiscreteFields-1.1.tar.gz]]
 
*[[Media:SetDiscreteFields-1.1.tar.gz|SetDiscreteFields-1.1.tar.gz]]

Latest revision as of 09:50, 25 December 2011

Valid versions: OF version 15.png OF version 16.png OF version 17.png OF Version 20.png

1 Short description

This utility can set profiles of any vector/scalar fields at specified boundary patches with using discrete profile data.

2 SVN Repositry

URL of SVN Repositry: http://www.opencae.jp/svn/OpenFOAM-VandV-SIG/applications/trunk/utilities/setDiscreteFields/

In order to check out the source, type:

svn co http://www.opencae.jp/svn/OpenFOAM-VandV-SIG/applications/trunk/utilities/setDiscreteFields/

To build the application, type:

cd setDiscreteFields
wmake

3 Download (Old versions)

4 History

Masa 06:33, 11 October 2010 (CEST): Modified for OF Ver.1.7

Masa 12:28, 15 August 2008 (CEST): Initial version.