Difference between revisions of "Main TipsAndTricks"

From OpenFOAMWiki
m
(Paraview and paraFoam)
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[wmake]]
+
=Compiling=
  
[[Tip_Build_A_Paraview3_Plugin|Build a Paraview3 plugin]]
+
* [[Compiling/Cleaning|Cleaning]] source code before rebuilding
 +
* [[Compiling/Building|Building]] using wmake
  
[[Configure_NetBeans|Configuring OpenFOAM with the NetBeans IDE]]
+
=Paraview and paraFoam=
  
[[Tip_Building_ParaView3_With_OpenFOAM_Native_Reader|Tip Building ParaView3 With OpenFOAM Native Reader]]
+
* [[Tip_Build_A_Paraview3_Plugin|Build a Paraview3 plugin]]
 +
* [[Tip_Building_ParaView3_With_OpenFOAM_Native_Reader|Tip Building ParaView3 With OpenFOAM Native Reader]]
 +
* [[Tip_Paraview_for_LagrangianData]]
  
[[Tip_Advanced_Time_Selection_Options|Advanced time selection options]]
+
=Development tools=
 +
 
 +
* [[Tip Starting points for using GIT|Starting points for using GIT]]
 +
 
 +
* Have a look into the [[Main_HowTos#Use_IDEs|Use IDEs]] section in [[Main_HowTos]].
 +
 
 +
=Pre-processing=
 +
 
 +
* [[Polyhedral mesh generation|Polyhedral mesh generation]]
 +
 
 +
=Post processing=
 +
 
 +
* [[Tip_Advanced_Time_Selection_Options|Advanced time selection options]]
 +
* [[Tip_Surface_elevation_in_time|Probe free-surface location in time]]
 +
 
 +
==Function Objects==
 +
 
 +
* [[Tip Function Object systemCall|Using the function object systemCall]]
 +
* [[Tip Function Object writeRegisteredObject|Using the function object writeRegisteredObject]]
 +
* [[Tip Function Object jobControl|Using the function object jobControl]]
 +
 
 +
= Environment =
 +
 
 +
* [[Tip/Foam version in shell prompt|Show the current OpenFOAM-version in the shell prompt]]

Latest revision as of 12:47, 10 April 2016

1 Compiling

2 Paraview and paraFoam

3 Development tools

4 Pre-processing

5 Post processing

5.1 Function Objects

6 Environment