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

(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
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 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.  
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 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 ==
 +
 
 +
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. Transfer these file 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:
To initiate the tool from the GUI go to Tools -> CFD++ Solution Tools -> Solution Re-interpolator. The following window will appear:
Line 18: Line 29:
[[Image:reintsom.png]]
[[Image:reintsom.png]]
-
=== Running from the Command Line ===
+
=== Post Run Steps ==
 +
 
 +
== Running from the Command Line ==
Explain here
Explain here

Revision as of 05:16, 25 April 2009

Contents

Introduction

What is it?

Explain here

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 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. Transfer these file 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

= Post Run Steps

Running from the Command Line

Explain here

My wiki