CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Metacomp FAQ/Solution Re-interpolator

Metacomp FAQ/Solution Re-interpolator

From CFD-Wiki

< Metacomp FAQ(Difference between revisions)
Jump to: navigation, search
 
(9 intermediate revisions not shown)
Line 3: Line 3:
=== What is it? ===
=== What is it? ===
-
Explain here
+
This tool is a solution re-interpolator, which is intended to take the solution on an existing mesh and interpolate that solution to a new mesh. Cell centroids in the new mesh which lie outside the domain of the old grid are initialized by marching data from interior cells that were successfully interpolated.
=== When should I use it? ===
=== When should I use it? ===
-
Explain here
+
This tool can be used when you wish to transfer the existing solution from one mesh (old) to a another mesh (new). The old and new meshes must have the same geometry in general but can have a different number of distribution of grid points. This tool is especially handy if you want to perform a grid convergence study on three meshes, say a course, medium and fine mesh. The solution from course mesh could be interpolated onto the medium mesh then from the medium mesh to the fine mesh in order to significantly reduce the convergence time.
-
== Using the Tool ==
+
== Running from the GUI ==
-
=== Running from the GUI ===
+
=== Preparation Steps ===
-
Explain here
+
In order to make things clear we will establish a naming convention. We will call the existing solution, the one we are interpolating FROM, the OLD solution. We therefore call the solution we are interpolating TO, the NEW solution.
-
[[Image:reintsom.gif]]
+
1. First rename the following files in the NEW solution folder:
-
=== Running from the Command Line ===
+
  ''cellsin.bin'' -------> ''new_cellsin.bin''
 +
  ''nodesin.bin'' -------> ''new_nodesin.bin''
-
Explain here
+
2. Copy theses two files from the NEW solution folder to the OLD solution folder
 +
 
 +
=== Running the Tool ===
 +
 
 +
To initiate the tool from the GUI go to Tools -> CFD++ Solution Tools -> Solution Re-interpolator. The following window will appear:
 +
 
 +
 
 +
[[Image:reintsom.png]]
 +
 
 +
 
 +
3. Leave the default values and select the "Run Tool" button to start the run.
 +
 
 +
=== Post Run Steps ===
 +
 
 +
4. Copy the ''new_cdepsout.bin'' file from the OLD solution folder to the NEW solution folder.
 +
 
 +
5. Remove the ''new_'' appendage from each of the following files:
 +
 
 +
  ''new_cellsin.bin''
 +
  ''new_nodesin.bin''
 +
  ''new_cdepsout.bin''
 +
 
 +
== Running from the Command Line ==
 +
 
 +
=== Preparations Steps ===
 +
 
 +
The preparation steps are identical to steps 1-2 above.
 +
 
 +
=== Running the Tool ===
 +
 
 +
Use the following command
 +
 
 +
''reintsom new_cellsin.bin new_nodesin.bin new_cdepsout.bin cdepsout.bin''
 +
 
 +
=== Post Run Steps ===
 +
 
 +
The post run steps are identical to steps 4-5 above.

Latest revision as of 08:05, 26 April 2009

Contents

Introduction

What is it?

This tool is a solution re-interpolator, which is intended to take the solution on an existing mesh and interpolate that solution to a new mesh. Cell centroids in the new mesh which lie outside the domain of the old grid are initialized by marching data from interior cells that were successfully interpolated.

When should I use it?

This tool can be used when you wish to transfer the existing solution from one mesh (old) to a another mesh (new). The old and new meshes must have the same geometry in general but can have a different number of distribution of grid points. This tool is especially handy if you want to perform a grid convergence study on three meshes, say a course, medium and fine mesh. The solution from course mesh could be interpolated onto the medium mesh then from the medium mesh to the fine mesh in order to significantly reduce the convergence time.

Running from the GUI

Preparation Steps

In order to make things clear we will establish a naming convention. We will call the existing solution, the one we are interpolating FROM, the OLD solution. We therefore call the solution we are interpolating TO, the NEW solution.

1. First rename the following files in the NEW solution folder:

 cellsin.bin -------> new_cellsin.bin
 nodesin.bin -------> new_nodesin.bin

2. Copy theses two files from the NEW solution folder to the OLD solution folder

Running the Tool

To initiate the tool from the GUI go to Tools -> CFD++ Solution Tools -> Solution Re-interpolator. The following window will appear:


Reintsom.png


3. Leave the default values and select the "Run Tool" button to start the run.

Post Run Steps

4. Copy the new_cdepsout.bin file from the OLD solution folder to the NEW solution folder.

5. Remove the new_ appendage from each of the following files:

 new_cellsin.bin
 new_nodesin.bin
 new_cdepsout.bin

Running from the Command Line

Preparations Steps

The preparation steps are identical to steps 1-2 above.

Running the Tool

Use the following command

reintsom new_cellsin.bin new_nodesin.bin new_cdepsout.bin cdepsout.bin

Post Run Steps

The post run steps are identical to steps 4-5 above.

My wiki