From fdce75c58e7a4e40925821453173b48a92bb13d8 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Mon, 17 May 2010 14:51:21 +0100 Subject: [PATCH] etc merge --- etc/aliases.csh | 2 +- etc/aliases.sh | 1 + etc/apps/cint/bashrc | 39 - etc/apps/cint/cshrc | 39 - etc/apps/dxFoam/bashrc | 88 - etc/apps/dxFoam/cshrc | 88 - .../dxFoam/networks/macros/excludeList.net | 213 - etc/apps/dxFoam/networks/postFoam.cfg | 1948 -- etc/apps/dxFoam/networks/postFoam.net | 14673 ---------------- etc/apps/{ensightFoam => ensight}/bashrc | 2 +- etc/apps/{ensightFoam => ensight}/cshrc | 2 +- etc/apps/paraview/bashrc | 65 - etc/apps/paraview/cshrc | 65 - etc/apps/paraview3/bashrc | 31 +- etc/apps/paraview3/cshrc | 44 +- etc/bashrc | 78 +- etc/cellModels | 4 +- etc/controlDict | 226 +- etc/cshrc | 74 +- etc/settings.csh | 64 +- etc/settings.sh | 95 +- 21 files changed, 347 insertions(+), 17494 deletions(-) delete mode 100644 etc/apps/cint/bashrc delete mode 100644 etc/apps/cint/cshrc delete mode 100644 etc/apps/dxFoam/bashrc delete mode 100644 etc/apps/dxFoam/cshrc delete mode 100644 etc/apps/dxFoam/networks/macros/excludeList.net delete mode 100644 etc/apps/dxFoam/networks/postFoam.cfg delete mode 100644 etc/apps/dxFoam/networks/postFoam.net rename etc/apps/{ensightFoam => ensight}/bashrc (98%) rename etc/apps/{ensightFoam => ensight}/cshrc (98%) delete mode 100644 etc/apps/paraview/bashrc delete mode 100644 etc/apps/paraview/cshrc diff --git a/etc/aliases.csh b/etc/aliases.csh index de8c720ec..59e8090b4 100644 --- a/etc/aliases.csh +++ b/etc/aliases.csh @@ -56,7 +56,7 @@ alias app 'cd $FOAM_APP' alias util 'cd $FOAM_UTILITIES' alias sol 'cd $FOAM_SOLVERS' alias tut 'cd $FOAM_TUTORIALS' +alias foam3rdParty 'cd $WM_THIRD_PARTY_DIR' alias work 'cd $WM_PROJECT_USER_DIR/work' - # ----------------------------------------------------------------------------- diff --git a/etc/aliases.sh b/etc/aliases.sh index 4a66e624f..3b0b83b55 100644 --- a/etc/aliases.sh +++ b/etc/aliases.sh @@ -56,5 +56,6 @@ alias app='cd $FOAM_APP' alias util='cd $FOAM_UTILITIES' alias sol='cd $FOAM_SOLVERS' alias tut='cd $FOAM_TUTORIALS' +alias foam3rdParty='cd $WM_THIRD_PARTY_DIR' # ----------------------------------------------------------------------------- diff --git a/etc/apps/cint/bashrc b/etc/apps/cint/bashrc deleted file mode 100644 index b080db883..000000000 --- a/etc/apps/cint/bashrc +++ /dev/null @@ -1,39 +0,0 @@ -#----------------------------------*-sh-*-------------------------------------- -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------ -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# Script -# cint/bashrc -# -# Description -# Setup file for cint -# Sourced from OpenFOAM-?.?/etc/bashrc -# -#------------------------------------------------------------------------------ - -export CINTSYSDIR=~/pub/CINT/cint -export PATH=$PATH:$CINTSYSDIR -export MANPATH=$MANPATH:$CINTSYSDIR/doc -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CINTSYSDIR - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/cint/cshrc b/etc/apps/cint/cshrc deleted file mode 100644 index c8ac69e7a..000000000 --- a/etc/apps/cint/cshrc +++ /dev/null @@ -1,39 +0,0 @@ -#----------------------------------*-sh-*-------------------------------------- -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------- -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# Script -# cint/cshrc -# -# Description -# Startup File for cint -# Sourced from OpenFOAM-?.?/etc/cshrc -# -#------------------------------------------------------------------------------ - -setenv CINTSYSDIR ~/pub/CINT/cint -set path=($CINTSYSDIR $path) -setenv MANPATH ${MANPATH}:$CINTSYSDIR/doc -setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$CINTSYSDIR - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/dxFoam/bashrc b/etc/apps/dxFoam/bashrc deleted file mode 100644 index 126efc1c6..000000000 --- a/etc/apps/dxFoam/bashrc +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/bash -f -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------ -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Script -# bashrc -# -# Description -# Setup file for OpenDX. -# Sourced from .OpenFoam-?.?/bashrc -# -#------------------------------------------------------------------------------ - -if [ "$PS1" -a "$foamDotFile" ]; then - if [ ! "$FOAM_SILENT" ]; then - echo "Executing: $foamDotFile" - fi -fi - -export DXROOT=$WM_PROJECT_INST_DIR/$WM_ARCH/dx-4.4.4/dx - -if [ -r $DXROOT ]; then - -# Seems to speed things up on DEC -# export DXNO_BACKING_STORE=YES - -# Enable continous rotation -export DXFLING=1 - -export DX_SOCKET_BUFSIZE=131072 - -export PATH=$PATH:$DXROOT/bin -export DXARCH=`dx -whicharch` - -export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${DXROOT}/lib_${DXARCH} - - -if [ $DXARCH = "sgi" ]; then - #-- Dx has problems on multiprocessor machines. Someone more persistent - # than me should probable get it to work but I just switch it off. - export DXSHMEM=-1 - export DXPROCESSORS=1 - -elif [ $DXARCH = "alphax" ]; then - #- default seems to be 24Mb so increase - export DXMEMORY 500 - -elif [ $DXARCH = "linux" ]; then - #- On IA64 needs new open-motif libs. Use if supplied. - MOTIFDIR=${WM_PROJECT_INST_DIR}/${WM_ARCH}/openMotif-2.2.2 - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MOTIFDIR}/lib - -fi - - -export NETWORK_DIR=${HOME}/$FOAM_DOT_DIR/apps/dxFoam/networks/macros -if [ "$DXMACROS" ]; then - if [ "$DXMACROS" != "$NETWORK_DIR" ]; then - export DXMACROS="${NETWORK_DIR}:${DXMACROS}" - fi -else - export DXMACROS="${NETWORK_DIR}" -fi - -fi - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/dxFoam/cshrc b/etc/apps/dxFoam/cshrc deleted file mode 100644 index 7211354ec..000000000 --- a/etc/apps/dxFoam/cshrc +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/csh -f -#------------------------------------------------------------------------------ -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------ -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Script -# cshrc -# -# Description -# Startup File for OpenDX. -# Sourced from .OpenFoam-?.?/cshrc -# -#------------------------------------------------------------------------------ - -if ($?prompt && $?foamDotFile) then - if (! $?FOAM_SILENT) then - echo "Executing: $foamDotFile" - endif -endif - -setenv DXROOT $WM_PROJECT_INST_DIR/$WM_ARCH/dx-4.4.4/dx - -if ( -r $DXROOT ) then - -# Seems to speed things up on DEC -# setenv DXNO_BACKING_STORE YES - -# Continous rotation enabled -setenv DXFLING 1 - -setenv DX_SOCKET_BUFSIZE 131072 - -set path = ( $path $DXROOT/bin ) -rehash -setenv DXARCH `dx -whicharch` - -setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${DXROOT}/lib_${DXARCH} - - -if ($DXARCH == sgi) then - #-- Dx has problems on multiprocessor machines. Someone more persistent - # than me should probable get it to work but I just switch it off. - setenv DXSHMEM -1 - setenv DXPROCESSORS 1 - -else if ($DXARCH == alphax) then - #- default seems to be 24Mb so increase - setenv DXMEMORY 500 - -else if ($DXARCH == linux) then - #- On IA64 needs new open-motif libs. Use if supplied. - set MOTIFDIR=${WM_PROJECT_INST_DIR}/${WM_ARCH}/openMotif-2.2.2 - setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${MOTIFDIR}/lib - -endif - -setenv NETWORK_DIR ${HOME}/$FOAM_DOT_DIR/apps/dxFoam/networks/macros -if ($?DXMACROS) then - if ($DXMACROS != $NETWORK_DIR) then - setenv DXMACROS "${NETWORK_DIR}:${DXMACROS}" - endif -else - setenv DXMACROS "${NETWORK_DIR}" -endif - -endif - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/dxFoam/networks/macros/excludeList.net b/etc/apps/dxFoam/networks/macros/excludeList.net deleted file mode 100644 index a22719685..000000000 --- a/etc/apps/dxFoam/networks/macros/excludeList.net +++ /dev/null @@ -1,213 +0,0 @@ -// -// time: Tue Aug 28 10:23:52 2001 -// -// version: 3.1.2 (format), 4.1.3 (DX) -// -// -// Begin MDF -// MODULE ExcludeList -// CATEGORY Macros -// DESCRIPTION excludes list of -0.5 .. 0.5 around value -// INPUT input_1; value list or string list or object; (no default); -// INPUT input_2; object; (no default); -// INPUT input_3; value list or string list or object; (no default); -// OUTPUT output_1; object; -// OUTPUT output_2; object; -// End MDF -// workspace: width = 658, height = 919 -// layout: snap = 0, width = 50, height = 50, align = NN -// -macro ExcludeList( - input_1 -,input_2 -,input_3 -) -> ( - output_1 -,output_2 -) { - // - // node Input[3]: x = 28, y = 17, inputs = 0, label = Input - // parameter: position = 1, name = 'input_1', value = '(no default)', descriptive = 1, description = ' ', required = 0, visible = 1 - // -ExcludeList_Input_3_out_1 = input_1; - // - // node Inquire[67]: x = 21, y = 123, inputs = 3, label = Inquire - // input[2]: defaulting = 1, visible = 1, type = 32, value = "is null" - // -ExcludeList_Inquire_67_out_1[cache: 2] = - Inquire( - ExcludeList_Input_3_out_1, - NULL, - NULL - ) [instance: 67, cache: 1]; - // - // node Compute[5]: x = 20, y = 228, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -ExcludeList_Compute_5_out_1[cache: 2] = - Compute( - "$0+1", - ExcludeList_Inquire_67_out_1, - NULL - ) [instance: 5, cache: 1]; - // - // node Transmitter[8]: x = 22, y = 322, inputs = 1, label = isNull - // -isNull = ExcludeList_Compute_5_out_1; - // - // node Receiver[10]: x = 475, y = 147, inputs = 1, label = isNull - // -ExcludeList_Receiver_10_out_1[cache: 0] = isNull; - // - // node Route[186]: x = 525, y = 147, inputs = 2, outputs = 2, label = Route - // -ExcludeList_Route_186_out_1[cache: 2], -ExcludeList_Route_186_out_2[cache: 2] = - Route( - ExcludeList_Receiver_10_out_1, - ExcludeList_Input_3_out_1 - ) [instance: 186, cache: 1]; - // - // node ForEachMember[2]: x = 475, y = 237, inputs = 1, label = ForEachMember - // -ExcludeList_ForEachMember_2_out_1[cache: 2], -ExcludeList_ForEachMember_2_out_2[cache: 2], -ExcludeList_ForEachMember_2_out_3[cache: 2] = - ForEachMember( - ExcludeList_Route_186_out_1 - ) [instance: 2, cache: 1]; - // - // node Inquire[66]: x = 395, y = 326, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // -ExcludeList_Inquire_66_out_1[cache: 2] = - Inquire( - ExcludeList_ForEachMember_2_out_1, - "is not null", - NULL - ) [instance: 66, cache: 1]; - // - // node Route[187]: x = 488, y = 327, inputs = 2, outputs = 2, label = Route - // -ExcludeList_Route_187_out_1[cache: 2], -ExcludeList_Route_187_out_2[cache: 2] = - Route( - ExcludeList_Inquire_66_out_1, - ExcludeList_ForEachMember_2_out_1 - ) [instance: 187, cache: 1]; - // - // node Compute[4]: x = 533, y = 422, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+0.5" - // expression: value = a+0.5 - // name[2]: value = a - // name[3]: value = b - // -ExcludeList_Compute_4_out_1[cache: 2] = - Compute( - "$0+0.5", - ExcludeList_Route_187_out_1, - NULL - ) [instance: 4, cache: 1]; - // - // node Compute[68]: x = 453, y = 422, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0-0.5" - // expression: value = a-0.5 - // name[2]: value = a - // name[3]: value = b - // -ExcludeList_Compute_68_out_1[cache: 2] = - Compute( - "$0-0.5", - ExcludeList_Route_187_out_1, - NULL - ) [instance: 68, cache: 1]; - // - // node Input[2]: x = 241, y = 21, inputs = 0, label = Input - // parameter: position = 2, name = 'input_2', value = '(no default)', descriptive = 1, description = ' ', required = 0, visible = 1 - // -ExcludeList_Input_2_out_1 = input_2; - // - // node GetLocal[2]: x = 343, y = 482, inputs = 3, label = GetLocal - // -ExcludeList_GetLocal_2_out_1[cache: 2], -ExcludeList_GetLocal_2_out_2[cache: 2] = - GetLocal( - ExcludeList_Input_2_out_1, - NULL, - NULL - ) [instance: 2, cache: 1]; - // - // node Include[3]: x = 413, y = 562, inputs = 6, label = Include - // input[2]: defaulting = 1, visible = 1, type = 5, value = -0.1 - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.1 - // input[4]: defaulting = 0, visible = 1, type = 3, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 3, value = 0 - // -ExcludeList_Include_3_out_1[cache: 2] = - Include( - ExcludeList_GetLocal_2_out_1, - ExcludeList_Compute_68_out_1, - ExcludeList_Compute_4_out_1, - 1, - 0, - NULL - ) [instance: 3, cache: 1]; - // - // node Input[4]: x = 616, y = 31, inputs = 0, label = Input - // parameter: position = 3, name = 'input_3', value = '(no default)', descriptive = 1, description = ' ', required = 0, visible = 1 - // -ExcludeList_Input_4_out_1 = input_3; - // - // node Output[1]: x = 263, y = 842, inputs = 1, label = Output - // parameter: position = 1, name = 'output_1', value = ' ', descriptive = 0, description = ' ', required = 0, visible = 1 - // -output_1 = ExcludeList_Route_187_out_1; - // - // node Receiver[11]: x = 423, y = 762, inputs = 1, label = isNull - // -ExcludeList_Receiver_11_out_1[cache: 0] = isNull; - // - // node Switch[195]: x = 483, y = 762, inputs = 3, label = Switch - // -ExcludeList_Switch_195_out_1[cache: 2] = - Switch( - ExcludeList_Receiver_11_out_1, - ExcludeList_Include_3_out_1, - ExcludeList_Input_4_out_1 - ) [instance: 195, cache: 1]; - // - // node Output[2]: x = 489, y = 857, inputs = 1, label = Output - // parameter: position = 2, name = 'output_2', value = ' ', descriptive = 0, description = ' ', required = 0, visible = 1 - // -output_2 = ExcludeList_Switch_195_out_1; - // - // node SetLocal[2]: x = 343, y = 652, inputs = 3, label = SetLocal - // - SetLocal( - ExcludeList_Include_3_out_1, - ExcludeList_GetLocal_2_out_2, - NULL - ) [instance: 2, cache: 1]; -// network: end of macro body -} -ExcludeList_Input_3_out_1 = NULL; -ExcludeList_Inquire_67_out_1 = NULL; -ExcludeList_Compute_5_out_1 = NULL; -ExcludeList_Transmitter_8_out_1 = NULL; -ExcludeList_Receiver_10_out_1 = NULL; -ExcludeList_Route_186_out_1 = NULL; -ExcludeList_ForEachMember_2_out_1 = NULL; -ExcludeList_Inquire_66_out_1 = NULL; -ExcludeList_Route_187_out_1 = NULL; -ExcludeList_Compute_4_out_1 = NULL; -ExcludeList_Compute_68_out_1 = NULL; -ExcludeList_Input_2_out_1 = NULL; -ExcludeList_GetLocal_2_out_1 = NULL; -ExcludeList_GetLocal_2_out_2 = NULL; -ExcludeList_Include_3_out_1 = NULL; -ExcludeList_Input_4_out_1 = NULL; -ExcludeList_Receiver_11_out_1 = NULL; -ExcludeList_Switch_195_out_1 = NULL; diff --git a/etc/apps/dxFoam/networks/postFoam.cfg b/etc/apps/dxFoam/networks/postFoam.cfg deleted file mode 100644 index 34c6b57a1..000000000 --- a/etc/apps/dxFoam/networks/postFoam.cfg +++ /dev/null @@ -1,1948 +0,0 @@ -// -// time: Fri May 2 12:07:48 2008 -// -// version: 3.2.0 (format), 4.4.4 (DX) -// -// Message Window: -// window: position = ( nan, inf), size = infx inf -// inaccessible panels: -// inaccessible groups: -// -// panel[15]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Field 1 -// - // - // decorator Separator pos=(0,210) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,360) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,720) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,475) size=181x28 style(Label), value = - // annotation user_begin: 18 - // annotation user: CONTOUR ATTRIBUTES - // annotation user_end: - // - // decorator Label pos=(0,725) size=154x28 style(Label), value = - // annotation user_begin: 16 - // annotation user: GLYPH ATTRIBUTES - // annotation user_end: - // - // decorator Separator pos=(0,470) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,365) size=164x28 style(Label), value = - // annotation user_begin: 18 - // annotation user: VISUALIZATION TYPE - // annotation user_end: - // - // decorator Separator pos=(0,0) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,10) size=210x28 style(Label), value = - // annotation user_begin: 24 - // annotation user: FIELD ONE: VISUALISATION - // annotation user_end: - // - // decorator Separator pos=(0,620) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,625) size=213x28 style(Label), value = - // annotation user_begin: 22 - // annotation user: RUBBERSHEET ATTRIBUTES - // annotation user_end: - // - // decorator Separator pos=(0,40) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,120) size=225x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,50) size=88x28 style(Label), value = - // annotation user_begin: 7 - // annotation user: WINDOWS - // annotation user_end: -// inaccessible panels: 15 -// inaccessible groups: -// workspace: width = 500, height = 909 -// layout: snap = 0, width = 10, height = 10, align = UL -// -// panel[46]: position = (0.2151,0.2108), size = 0.1573x0.7033, startup = 0, devstyle = 0, screen = 0 -// title: value = Map plane 1 -// - // - // decorator Label pos=(35,11) size=109x28 style(Label), value = - // annotation user_begin: 11 - // annotation user: MAP PLANE 1 - // annotation user_end: - // - // decorator Separator pos=(0,180) size=177x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,436) size=177x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,675) size=172x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,44) size=174x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,0) size=177x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 681 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[52]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Field 2 -// - // - // decorator Separator pos=(0,40) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,720) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,360) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,475) size=181x28 style(Label), value = - // annotation user_begin: 18 - // annotation user: CONTOUR ATTRIBUTES - // annotation user_end: - // - // decorator Label pos=(0,720) size=154x28 style(Label), value = - // annotation user_begin: 16 - // annotation user: GLYPH ATTRIBUTES - // annotation user_end: - // - // decorator Separator pos=(0,470) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,365) size=164x28 style(Label), value = - // annotation user_begin: 18 - // annotation user: VISUALIZATION TYPE - // annotation user_end: - // - // decorator Separator pos=(0,0) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,8) size=212x28 style(Label), value = - // annotation user_begin: 24 - // annotation user: FIELD TWO: VISUALISATION - // annotation user_end: - // - // decorator Separator pos=(0,620) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,625) size=213x28 style(Label), value = - // annotation user_begin: 22 - // annotation user: RUBBERSHEET ATTRIBUTES - // annotation user_end: - // - // decorator Separator pos=(0,210) size=248x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,50) size=88x28 style(Label), value = - // annotation user_begin: 7 - // annotation user: WINDOWS - // annotation user_end: - // - // decorator Separator pos=(0,120) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// inaccessible panels: 52 -// inaccessible groups: -// workspace: width = 500, height = 904 -// layout: snap = 0, width = 10, height = 10, align = UL -// -// panel[53]: position = (0.2151,0.2292), size = 0.2120x0.2892, startup = 0, devstyle = 0, screen = 0 -// title: value = Color range 1 -// - // - // decorator Separator pos=(0,250) size=269x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,30) size=268x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(56,5) size=109x28 style(Label), value = - // annotation user_begin: 10 - // annotation user: COLORBAR 1 - // annotation user_end: - // - // decorator Separator pos=(0,0) size=269x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[57]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Graph -// - // - // decorator Separator pos=(0,80) size=253x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(12,9) size=157x28 style(Label), value = - // annotation user_begin: 16 - // annotation user: GRAPH ATTRIBUTES - // annotation user_end: - // - // decorator Separator pos=(0,370) size=256x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,377) size=118x28 style(Label), value = - // annotation user_begin: 12 - // annotation user: DATA WRITING - // annotation user_end: - // - // decorator Separator pos=(0,35) size=257x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,0) size=252x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,495) size=250x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,200) size=257x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 501 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[58]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Write control -// - // - // decorator Separator pos=(0,215) size=274x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,74) size=274x44 style(Label), value = - // annotation user_begin: 62 - // annotation user: first %s is case name, %d is time step, - // annotation user: second %s is file type - // annotation user_end: - // - // decorator Label pos=(10,8) size=127x28 style(Label), value = - // annotation user_begin: 13 - // annotation user: WRITING PLOTS - // annotation user_end: - // - // decorator Label pos=(0,250) size=265x44 style(Label), value = - // annotation user_begin: 63 - // annotation user: This will call 'convert' to convert - // annotation user: the plots into animated GIF - // annotation user_end: - // - // decorator Label pos=(0,225) size=95x28 style(Label), value = - // annotation user_begin: 9 - // annotation user: ANIMATION - // annotation user_end: - // - // decorator Separator pos=(0,35) size=272x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,0) size=274x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,340) size=274x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[61]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Streamlines -// - // - // decorator Label pos=(0,10) size=209x76 style(Label), value = - // annotation user_begin: 78 - // annotation user: STREAMLINES OF - // annotation user: VECTORFIELD 1 - // annotation user: (be careful with grid settings - // annotation user: and ribbon width!) - // annotation user_end: - // resource *decorator.alignment:XmALIGNMENT_CENTER - // - // decorator Separator pos=(0,95) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#84849c9cd8d8 - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,0) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,510) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,310) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 516 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[63]: position = (0.6823,0.0425), size = 0.3135x0.2050, startup = 0, devstyle = 0, screen = 0 -// title: value = Read data -// - // - // decorator Separator pos=(0,100) size=584x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(404,108) size=8x98 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 -// inaccessible panels: 63 -// inaccessible groups: -// workspace: width = 600, height = 206 -// layout: snap = 0, width = 10, height = 10, align = UL -// -// panel[64]: position = (0.2510,0.0425), size = 0.1052x0.2175, startup = 1, devstyle = 0, screen = 0 -// title: value = Window control -// -// inaccessible panels: 64 -// inaccessible groups: -// workspace: width = 157, height = 221 -// layout: snap = 0, width = 50, height = 50, align = NN -// -// panel[65]: position = ( nan, inf), size = infx inf, startup = 0, devstyle = 0 -// title: value = Mesh -// - // - // decorator Label pos=(0,50) size=109x28 style(Label), value = - // annotation user_begin: 12 - // annotation user: Bounding box - // annotation user_end: - // - // decorator Separator pos=(0,120) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,131) size=42x28 style(Label), value = - // annotation user_begin: 4 - // annotation user: Grid - // annotation user_end: - // - // decorator Separator pos=(0,200) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,420) size=65x28 style(Label), value = - // annotation user_begin: 7 - // annotation user: Surface - // annotation user_end: - // - // decorator Separator pos=(0,0) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,40) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(60,10) size=54x28 style(Label), value = - // annotation user_begin: 4 - // annotation user: MESH - // annotation user_end: - // - // decorator Separator pos=(0,635) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,410) size=306x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,250) size=42x28 style(Label), value = - // annotation user_begin: 4 - // annotation user: Grid - // annotation user_end: - // - // decorator Label pos=(0,215) size=61x28 style(Label), value = - // annotation user_begin: 5 - // annotation user: PATCH - // annotation user_end: -// workspace: width = 500, height = 827 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[66]: position = ( nan, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Subset -// - // - // decorator Label pos=(60,10) size=70x28 style(Label), value = - // annotation user_begin: 6 - // annotation user: SUBSET - // annotation user_end: - // - // decorator Separator pos=(0,0) size=251x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,445) size=251x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,40) size=249x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,197) size=248x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,298) size=246x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,90) size=247x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,530) size=241x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,310) size=123x28 style(Label), value = - // annotation user_begin: 13 - // annotation user: VISUALIZATION - // annotation user_end: - // - // decorator Separator pos=(0,340) size=243x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,100) size=94x28 style(Label), value = - // annotation user_begin: 9 - // annotation user: SELECTION - // annotation user_end: - // - // decorator Separator pos=(0,130) size=246x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,575) size=240x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 581 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[67]: position = ( nan, inf), size = infx inf, startup = 0, devstyle = 0 -// title: value = Spray -// - // - // decorator Separator pos=(0,0) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(60,10) size=63x28 style(Label), value = - // annotation user_begin: 5 - // annotation user: SPRAY - // annotation user_end: - // - // decorator Separator pos=(0,40) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,200) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,385) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,485) size=233x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,640) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,50) size=88x28 style(Label), value = - // annotation user_begin: 7 - // annotation user: WINDOWS - // annotation user_end: - // - // decorator Separator pos=(0,115) size=283x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 646 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[69]: position = (0.2177,0.2383), size = 0.2479x0.6933, startup = 0, devstyle = 0, screen = 0 -// title: value = Spray color range -// - // - // decorator Separator pos=(0,280) size=234x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,290) size=101x28 style(Label), value = - // annotation user_begin: 12 - // annotation user: Spray vector - // annotation user_end: - // - // decorator Label pos=(0,50) size=99x28 style(Label), value = - // annotation user_begin: 12 - // annotation user: Spray scalar - // annotation user_end: - // - // decorator Separator pos=(0,0) size=235x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(40,10) size=162x28 style(Label), value = - // annotation user_begin: 15 - // annotation user: SPRAY COLORBARS - // annotation user_end: - // - // decorator Separator pos=(0,40) size=233x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 515 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[71]: position = ( inf, nan), size = infx inf, startup = 0, devstyle = 0 -// title: value = Lighting -// - // - // decorator Separator pos=(0,0) size=200x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,40) size=200x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(45,10) size=79x28 style(Label), value = - // annotation user_begin: 8 - // annotation user: LIGHTING - // annotation user_end: - // - // decorator Label pos=(0,50) size=104x28 style(Label), value = - // annotation user_begin: 13 - // annotation user: Ambient light - // annotation user_end: - // - // decorator Separator pos=(0,120) size=200x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(0,130) size=80x28 style(Label), value = - // annotation user_begin: 10 - // annotation user: Spot light - // annotation user_end: - // - // decorator Separator pos=(0,320) size=200x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[72]: position = (0.2068,0.2383), size = 0.1573x0.6500, startup = 0, devstyle = 0, screen = 0 -// title: value = Map plane 2 -// - // - // decorator Separator pos=(0,0) size=180x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,40) size=180x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(35,10) size=109x28 style(Label), value = - // annotation user_begin: 11 - // annotation user: MAP PLANE 2 - // annotation user_end: - // - // decorator Separator pos=(0,165) size=180x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,400) size=180x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,620) size=180x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 626 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[74]: position = (0.2068,0.2350), size = 0.2120x0.2992, startup = 0, devstyle = 0, screen = 0 -// title: value = Color range 2 -// - // - // decorator Separator pos=(0,0) size=269x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Label pos=(25,10) size=109x28 style(Label), value = - // annotation user_begin: 10 - // annotation user: COLORBAR 2 - // annotation user_end: - // - // decorator Separator pos=(0,40) size=269x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT - // - // decorator Separator pos=(0,260) size=269x6 style(Separator) - // resource *decorator.topShadowColor:#8e38a699d75c - // resource *decorator.bottomShadowColor:#00001c715144 - // resource *decorator.foreground:#1340b3 - // resource *decorator.separatorType:XmSHADOW_ETCHED_OUT -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 5, height = 5, align = UL -// -// panel[75]: position = (0.2557,0.2808), size = 0.1057x0.1542, startup = 1, devstyle = 0, screen = 0 -// title: value = DX File -// -// workspace: width = 201, height = 145 -// layout: snap = 0, width = 50, height = 50, align = NN -// -// panel[76]: position = (0.2151,0.2425), size = 0.1573x0.2358, startup = 0, devstyle = 0, screen = 0 -// title: value = Options 1 -// - // - // decorator Label pos=(0,10) size=91x28 style(Label), value = - // annotation user_begin: 9 - // annotation user: OPTIONS 1 - // annotation user_end: - // - // decorator Separator pos=(0,0) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // - // decorator Separator pos=(0,40) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // - // decorator Separator pos=(0,150) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 10, height = 10, align = UL -// -// panel[77]: position = (0.2068,0.2317), size = 0.1573x0.2358, startup = 0, devstyle = 0, screen = 0 -// title: value = Options 2 -// - // - // decorator Separator pos=(0,0) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // - // decorator Separator pos=(0,40) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // - // decorator Separator pos=(0,150) size=200x8 style(Separator) - // resource *decorator.topShadowColor:#9090a5a5dcdc - // resource *decorator.bottomShadowColor:#08081d1d5252 - // resource *decorator.foreground:#1340b3 - // - // decorator Label pos=(0,10) size=91x28 style(Label), value = - // annotation user_begin: 9 - // annotation user: OPTIONS 2 - // annotation user_end: -// workspace: width = 500, height = 500 -// layout: snap = 0, width = 10, height = 10, align = UL -// -// interactor Scalar[52]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 71, x = 0, y = 80, style = Stepper, vertical = 0, size = 190x38 -// label: value = Intensity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[42]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 15, x = 190, y = 169, style = Toggle, vertical = 0, size = 65x34 -// label: value = GO! -// -// interactor Selector[80]: num_components = 1, value = 0 -// selections: maximum = 3, current = 0 -// option[0]: name = ".", value = 0 -// option[1]: name = "$FOAM_RUN", value = 1 -// option[2]: name = "$FOAM_RUN/USNavy", value = 2 -// instance: panel = 63, x = 0, y = 0, style = Option Menu, vertical = 0, size = 600x40 -// label: value = Root -// -// interactor Toggle[59]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 63, x = 300, y = 50, style = Toggle, vertical = 0, size = 62x34 -// label: value = GO! -// -// interactor Selector[4]: num_components = 1, value = 3 -// selections: maximum = 5, current = 3 -// option[0]: name = "blockMeshTest", value = 0 -// option[1]: name = "cavityVarMesh", value = 1 -// option[2]: name = "newGeomTest", value = 2 -// option[3]: name = "pipeInTank", value = 3 -// option[4]: name = "turbineRunner", value = 4 -// instance: panel = 63, x = 0, y = 50, style = Option Menu, vertical = 0, size = 296x40 -// label: value = Case -// -// interactor Reset[7]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 63, x = 380, y = 50, style = Toggle, vertical = 0, size = 122x34 -// label: value = Update times -// -// interactor Selector[98]: num_components = 1, value = 1 -// selections: maximum = 3, current = 0 -// option[0]: name = "Select", value = 1 -// option[1]: name = "Stepper", value = 2 -// option[2]: name = "Sequencer", value = 3 -// instance: panel = 63, x = 0, y = 110, style = Radio Button, vertical = 0, size = 185x92 -// label: value = Time from -// -// interactor Selector[117]: num_components = 1, value = 0 -// selections: maximum = 2, current = 0 -// option[0]: name = "constant", value = 0 -// option[1]: name = "0", value = 1 -// instance: panel = 63, x = 183, y = 106, style = Option Menu, vertical = 0, size = 194x40 -// label: value = Select -// -// interactor Integer[28]: num_components = 1, value = 0 -// component[0]: minimum = 0, maximum = 16, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 63, x = 185, y = 144, style = Stepper, vertical = 0, size = 191x36 -// label: value = Time index -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// node Sequencer[1]: -// vcr[1]: min = 0, max = 16, beg = 0, end = 16, cur = 0, inc = 1, loop = off, step = off, pal = off -// window: position = (0.1964,0.0417), size = 0.2188x0.0792, screen = 0 -// startup = 0 -// -// interactor Selector[99]: num_components = 1, value = 0 -// selections: maximum = 12, current = 0 -// option[0]: name = "volScalarField", value = 0 -// option[1]: name = "volVectorField", value = 1 -// option[2]: name = "volTensorField", value = 2 -// option[3]: name = "pointScalarField", value = 3 -// option[4]: name = "pointVectorField", value = 4 -// option[5]: name = "surfaceScalarField", value = 5 -// option[6]: name = "surfaceVectorField", value = 6 -// option[7]: name = "scalarField", value = 7 -// option[8]: name = "vectorField", value = 8 -// option[9]: name = "tetPointScalarField", value = 9 -// option[10]: name = "tetPointVectorField", value = 10 -// option[11]: name = "tetPointTensorField", value = 11 -// instance: panel = 15, x = 0, y = 125, style = Option Menu, vertical = 0, size = 255x40 -// label: value = type -// -// interactor Selector[6]: num_components = 1, value = 0 -// selections: maximum = 1, current = 0 -// option[0]: name = "p", value = 0 -// instance: panel = 15, x = 0, y = 165, style = Option Menu, vertical = 0, size = 183x40 -// label: value = name -// -// interactor Vector[10]: num_components = 3, value = [ 0.050000001 0.097 0.01 ] -// component[0]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 0 -// component[1]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 0 -// component[2]: minimum = 0, maximum = 0.02, global increment = 0.0002, decimal = 4, global continuous = 0 -// instance: panel = 57, x = 0, y = 90, style = Stepper, vertical = 1, size = 136x104 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Vector[11]: num_components = 3, value = [ 0.05 0 0 ] -// component[0]: minimum = -0.1, maximum = 0.1, global increment = 0.002, decimal = 3, global continuous = 0 -// component[1]: minimum = -0.1, maximum = 0.1, global increment = 0.002, decimal = 3, global continuous = 0 -// component[2]: minimum = -0.02, maximum = 0.02, global increment = 0.0005, decimal = 4, global continuous = 0 -// instance: panel = 57, x = 135, y = 90, style = Stepper, vertical = 1, size = 139x104 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Integer[19]: num_components = 1, value = 201 -// component[0]: minimum = 1, maximum = 201, global increment = 10, decimal = 0, global continuous = 0 -// instance: panel = 57, x = 104, y = 255, style = Stepper, vertical = 1, size = 118x54 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[29]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 57, x = 0, y = 46, style = Toggle, vertical = 0, size = 120x34 -// label: value = do plot -// -// interactor String[3]: num_components = 1, value = "green" -// instance: panel = 57, x = 0, y = 255, style = Text, vertical = 1, size = 101x51 -// label: value = line color -// -// interactor StringList[15]: num_components = 1, value = {"undep" "dep"} -// instance: panel = 57, x = 0, y = 205, style = Text, vertical = 1, size = 164x51 -// -// interactor Integer[21]: num_components = 1, value = 0 -// component[0]: minimum = 0, maximum = 2, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 57, x = 0, y = 314, style = Stepper, vertical = 1, size = 118x54 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Integer[20]: num_components = 1, value = 0 -// component[0]: minimum = 0, maximum = 3, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 57, x = 104, y = 314, style = Stepper, vertical = 1, size = 118x54 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[48]: num_components = 1, value = 1 -// toggle : 0, set = 2 , reset = 1 -// instance: panel = 58, x = 0, y = 41, style = Toggle, vertical = 0, size = 159x32 -// label: value = White background -// -// interactor Toggle[54]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 76, x = 0, y = 110, style = Toggle, vertical = 0, size = 92x32 -// label: value = volume -// -// interactor Toggle[49]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 76, x = 110, y = 60, style = Toggle, vertical = 0, size = 80x32 -// label: value = cell -// -// interactor Selector[29]: num_components = 1, value = 2 -// selections: maximum = 3, current = 1 -// option[0]: name = "on", value = 1 -// option[1]: name = "off", value = 2 -// option[2]: name = "only", value = 3 -// instance: panel = 15, x = 0, y = 505, style = Radio Button, vertical = 1, size = 74x110 -// label: value = contours -// -// interactor Selector[70]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "contour", value = 1 -// option[1]: name = "rubbersheet", value = 2 -// instance: panel = 15, x = 0, y = 395, style = Radio Button, vertical = 0, size = 132x67 -// label: value = . -// -// interactor Toggle[52]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 76, x = 0, y = 60, style = Toggle, vertical = 0, size = 91x32 -// label: value = disable -// -// interactor Toggle[83]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 76, x = 0, y = 170, style = Toggle, vertical = 0, size = 93x32 -// label: value = file -// -// interactor Selector[88]: num_components = 1, value = 1 -// selections: maximum = 3, current = 0 -// option[0]: name = "plane", value = 1 -// option[1]: name = "isosurface", value = 2 -// option[2]: name = "isosurface from 2", value = 3 -// instance: panel = 46, x = 0, y = 55, style = Radio Button, vertical = 1, size = 160x110 -// label: value = surface definition -// -// interactor Toggle[81]: num_components = 1, value = 1 -// toggle : 0, set = 2 , reset = 1 -// instance: panel = 76, x = 110, y = 110, style = Toggle, vertical = 0, size = 81x32 -// label: value = patch -// -// interactor SelectorList[1]: num_components = 1, value = NULL -// selections: maximum = 3, current = -1 -// option[0]: name = "inlet", value = 0 -// option[1]: name = "pipeButt", value = 1 -// option[2]: name = "atmosphere", value = 2 -// instance: panel = 65, x = 0, y = 645, style = Scrolled List, vertical = 1, size = 168x182 -// label: value = Suppress patch -// -// interactor Vector[8]: num_components = 3, value = [0.015000004 0.050000001 0 ] -// component[0]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 1 -// component[1]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 1 -// component[2]: minimum = 0, maximum = 0.01, global increment = 0.0001, decimal = 4, global continuous = 1 -// instance: panel = 46, x = 0, y = 316, style = Stepper, vertical = 1, size = 200x110 -// label: value = point in plane 1 -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Vector[4]: num_components = 3, value = [ 0 0 1 ] -// component[0]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// component[1]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// component[2]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// instance: panel = 46, x = 0, y = 190, style = Stepper, vertical = 1, size = 185x110 -// label: value = plane 1 normal -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Selector[87]: num_components = 1, value = 1 -// selections: maximum = 2, current = 1 -// option[0]: name = "by value", value = 2 -// option[1]: name = "by number of C", value = 1 -// instance: panel = 46, x = 0, y = 447, style = Radio Button, vertical = 1, size = 149x85 -// label: value = isosurface -// -// interactor Toggle[43]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 52, x = 190, y = 170, style = Toggle, vertical = 0, size = 66x34 -// label: value = GO! -// -// interactor Selector[100]: num_components = 1, value = 0 -// selections: maximum = 12, current = 0 -// option[0]: name = "volScalarField", value = 0 -// option[1]: name = "volVectorField", value = 1 -// option[2]: name = "volTensorField", value = 2 -// option[3]: name = "pointScalarField", value = 3 -// option[4]: name = "pointVectorField", value = 4 -// option[5]: name = "surfaceScalarField", value = 5 -// option[6]: name = "surfaceVectorField", value = 6 -// option[7]: name = "scalarField", value = 7 -// option[8]: name = "vectorField", value = 8 -// option[9]: name = "tetPointScalarField", value = 9 -// option[10]: name = "tetPointVectorField", value = 10 -// option[11]: name = "tetPointTensorField", value = 11 -// instance: panel = 52, x = 0, y = 125, style = Option Menu, vertical = 0, size = 255x40 -// label: value = type -// -// interactor Selector[84]: num_components = 1, value = 0 -// selections: maximum = 1, current = 0 -// option[0]: name = "p", value = 0 -// instance: panel = 52, x = 0, y = 165, style = Option Menu, vertical = 0, size = 184x40 -// label: value = name -// -// interactor Integer[4]: num_components = 1, value = 10 -// component[0]: minimum = 1, maximum = 100, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 46, x = 0, y = 610, style = Stepper, vertical = 1, size = 118x56 -// label: value = number of C -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[15]: num_components = 1, value = 0.008 -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 5, global continuous = 0 -// instance: panel = 46, x = 0, y = 544, style = Stepper, vertical = 1, size = 160x56 -// label: value = value -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor FileSelector[1]: num_components = 1, value = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/U.dx" -// instance: panel = 75, x = 0, y = 5, style = FileSelector, vertical = 1, size = 201x55 -// label: value = DX File1 -// filter = /home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/*.dx -// -// interactor Scalar[19]: num_components = 1, value = 0.1 -// component[0]: minimum = 0, maximum = 1e+06, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 15, x = 0, y = 655, style = Stepper, vertical = 1, size = 165x54 -// label: value = sheet scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[44]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 15, x = 0, y = 780, style = Toggle, vertical = 0, size = 94x34 -// label: value = user grid -// -// interactor Integer[22]: num_components = 1, value = 100 -// component[0]: minimum = 1, maximum = 1e+06, global increment = 10, decimal = 0, global continuous = 0 -// instance: panel = 15, x = 110, y = 755, style = Stepper, vertical = 1, size = 118x54 -// label: value = density -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor StringList[11]: num_components = 1, value = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" } -// -// interactor Selector[58]: num_components = 1, value = 3 -// selections: maximum = 6, current = 3 -// option[0]: name = "standard", value = 0 -// option[1]: name = "spiffy", value = 1 -// option[2]: name = "speedy", value = 2 -// option[3]: name = "arrow2D", value = 3 -// option[4]: name = "sphere", value = 4 -// option[5]: name = "diamond", value = 5 -// instance: panel = 15, x = 0, y = 814, style = Option Menu, vertical = 1, size = 112x58 -// label: value = type -// -// interactor Scalar[32]: num_components = 1, value = 0.01 -// component[0]: minimum = 1e-10, maximum = 1e+08, global increment = 0.1, decimal = 4, global continuous = 0 -// instance: panel = 15, x = 115, y = 815, style = Stepper, vertical = 1, size = 150x54 -// label: value = glyph scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[16]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 15, x = 0, y = 300, style = Stepper, vertical = 1, size = 134x54 -// label: value = opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[26]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 53, x = 0, y = 85, style = Toggle, vertical = 0, size = 108x32 -// label: value = limit colors -// -// interactor Scalar[44]: num_components = 1, value = -10.0 -// component[0]: minimum = -1e+10, maximum = 1e+10, global increment = 50, decimal = 1, global continuous = 0 -// instance: panel = 53, x = 110, y = 40, style = Stepper, vertical = 1, size = 142x56 -// label: value = min -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[43]: num_components = 1, value = 10.0 -// component[0]: minimum = -1e+10, maximum = 1e+10, global increment = 50, decimal = 1, global continuous = 0 -// instance: panel = 53, x = 110, y = 100, style = Stepper, vertical = 1, size = 142x56 -// label: value = max -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[32]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 61, x = 224, y = 17, style = Toggle, vertical = 0, size = 63x34 -// label: value = ON -// -// interactor Vector[12]: num_components = 3, value = [-0.44999999 0.20000002 0 ] -// component[0]: minimum = -0.9, maximum = 0, global increment = 0.01, decimal = 2, global continuous = 0 -// component[1]: minimum = -0.2, maximum = 0.6, global increment = 0.01, decimal = 2, global continuous = 0 -// component[2]: minimum = -0.3, maximum = 0.3, global increment = 0.01, decimal = 2, global continuous = 0 -// instance: panel = 61, x = 0, y = 140, style = Stepper, vertical = 1, size = 196x104 -// label: value = Grid point -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Toggle[34]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 61, x = 0, y = 105, style = Toggle, vertical = 0, size = 106x34 -// label: value = show grid -// -// interactor VectorList[1]: num_components = 3, value = {[0.005 0 0 ] [0 0.005 0] } -// component[0]: minimum = -0.9, maximum = 0.9, global increment = 0.02, decimal = 2, global continuous = 0 -// component[1]: minimum = -0.8, maximum = 0.8, global increment = 0.02, decimal = 2, global continuous = 0 -// component[2]: minimum = -0.6, maximum = 0.6, global increment = 0.02, decimal = 2, global continuous = 0 -// instance: panel = 61, x = 0, y = 255, style = Text, vertical = 1, size = 287x51 -// label: value = Grid vector(s) -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor IntegerList[1]: num_components = 1, value = {1,1} -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 61, x = 192, y = 170, style = Text, vertical = 1, size = 127x51 -// label: value = Grid density -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[45]: num_components = 1, value = 1.0 -// component[0]: minimum = 1e-10, maximum = 1e+10, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 61, x = 0, y = 320, style = Stepper, vertical = 1, size = 140x54 -// label: value = Streamline length -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[33]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 61, x = 135, y = 440, style = Toggle, vertical = 0, size = 75x34 -// label: value = curl -// -// interactor Scalar[71]: num_components = 1, value = 0.2 -// component[0]: minimum = 1e-06, maximum = 2, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 61, x = 160, y = 320, style = Stepper, vertical = 1, size = 127x54 -// label: value = Stepscale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[55]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 77, x = 0, y = 110, style = Toggle, vertical = 0, size = 92x32 -// label: value = volume -// -// interactor Toggle[50]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 77, x = 110, y = 60, style = Toggle, vertical = 0, size = 71x32 -// label: value = cell -// -// interactor Selector[72]: num_components = 1, value = 2 -// selections: maximum = 3, current = 1 -// option[0]: name = "on", value = 1 -// option[1]: name = "off", value = 2 -// option[2]: name = "only", value = 3 -// instance: panel = 52, x = 0, y = 505, style = Radio Button, vertical = 1, size = 81x110 -// label: value = contours -// -// interactor Selector[74]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "contour", value = 1 -// option[1]: name = "rubbersheet", value = 2 -// instance: panel = 52, x = 0, y = 395, style = Radio Button, vertical = 0, size = 132x67 -// label: value = . -// -// interactor Toggle[53]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 77, x = 0, y = 60, style = Toggle, vertical = 0, size = 91x32 -// label: value = disable -// -// interactor Toggle[84]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 77, x = 0, y = 170, style = Toggle, vertical = 0, size = 91x32 -// label: value = file -// -// interactor Selector[93]: num_components = 1, value = 1 -// selections: maximum = 3, current = 0 -// option[0]: name = "plane", value = 1 -// option[1]: name = "isosurface", value = 2 -// option[2]: name = "isosurface from 1", value = 3 -// instance: panel = 72, x = 0, y = 50, style = Radio Button, vertical = 1, size = 162x110 -// label: value = surface definition -// -// interactor Toggle[82]: num_components = 1, value = 1 -// toggle : 0, set = 2 , reset = 1 -// instance: panel = 77, x = 110, y = 110, style = Toggle, vertical = 0, size = 72x32 -// label: value = patch -// -// interactor Vector[9]: num_components = 3, value = [0.050000001 0.050000001 0.0099999998 ] -// component[0]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 0 -// component[1]: minimum = 0, maximum = 0.1, global increment = 0.001, decimal = 3, global continuous = 0 -// component[2]: minimum = 0, maximum = 0.01, global increment = 0.0001, decimal = 4, global continuous = 0 -// instance: panel = 72, x = 0, y = 290, style = Stepper, vertical = 1, size = 198x110 -// label: value = point in plane -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Vector[7]: num_components = 3, value = [ 0 0 1 ] -// component[0]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// component[1]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// component[2]: minimum = -1, maximum = 1, global increment = 0.5, decimal = 1, global continuous = 0 -// instance: panel = 72, x = 0, y = 175, style = Stepper, vertical = 1, size = 158x110 -// label: value = plane normal -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Selector[91]: num_components = 1, value = 1 -// selections: maximum = 2, current = 1 -// option[0]: name = "by value", value = 2 -// option[1]: name = "by number of C", value = 1 -// instance: panel = 72, x = 0, y = 410, style = Radio Button, vertical = 1, size = 149x85 -// label: value = isosurface -// -// interactor Integer[7]: num_components = 1, value = 10 -// component[0]: minimum = 1, maximum = 100, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 72, x = 0, y = 560, style = Stepper, vertical = 1, size = 134x56 -// label: value = number of C -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[30]: num_components = 1, value = 0.5 -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 5, global continuous = 0 -// instance: panel = 72, x = 0, y = 500, style = Stepper, vertical = 1, size = 166x56 -// label: value = value -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor FileSelector[3]: num_components = 1, value = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/p.dx" -// instance: panel = 75, x = 0, y = 90, style = FileSelector, vertical = 1, size = 201x55 -// label: value = DX File2 -// -// interactor Scalar[27]: num_components = 1, value = 0.1 -// component[0]: minimum = 0, maximum = 1e+06, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 52, x = 0, y = 655, style = Stepper, vertical = 1, size = 134x54 -// label: value = sheet scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[58]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 52, x = 0, y = 775, style = Toggle, vertical = 0, size = 94x34 -// label: value = user grid -// -// interactor Integer[25]: num_components = 1, value = 50 -// component[0]: minimum = 1, maximum = 1e+06, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 52, x = 95, y = 750, style = Stepper, vertical = 1, size = 126x54 -// label: value = density -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor StringList[17]: num_components = 1, value = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" } -// -// interactor Selector[96]: num_components = 1, value = 3 -// selections: maximum = 6, current = 3 -// option[0]: name = "standard", value = 0 -// option[1]: name = "spiffy", value = 1 -// option[2]: name = "speedy", value = 2 -// option[3]: name = "arrow2D", value = 3 -// option[4]: name = "sphere", value = 4 -// option[5]: name = "diamond", value = 5 -// instance: panel = 52, x = 0, y = 810, style = Option Menu, vertical = 1, size = 102x58 -// label: value = type -// -// interactor Scalar[51]: num_components = 1, value = 1.0 -// component[0]: minimum = 1e-10, maximum = 1e+10, global increment = 0.1, decimal = 2, global continuous = 0 -// instance: panel = 52, x = 100, y = 810, style = Stepper, vertical = 1, size = 142x54 -// label: value = glyph scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[31]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 52, x = 0, y = 300, style = Stepper, vertical = 1, size = 134x54 -// label: value = opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[23]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 74, x = 0, y = 90, style = Toggle, vertical = 0, size = 108x32 -// label: value = limit colors -// -// interactor Scalar[40]: num_components = 1, value = 0.4 -// component[0]: minimum = -1e+10, maximum = 1e+10, global increment = 50, decimal = 1, global continuous = 0 -// instance: panel = 74, x = 110, y = 50, style = Stepper, vertical = 1, size = 142x56 -// label: value = min -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[38]: num_components = 1, value = 1.0 -// component[0]: minimum = -1e+10, maximum = 1e+10, global increment = 50, decimal = 1, global continuous = 0 -// instance: panel = 74, x = 110, y = 110, style = Stepper, vertical = 1, size = 142x56 -// label: value = max -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Selector[97]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "text", value = 1 -// option[1]: name = "glyph", value = 2 -// instance: panel = 66, x = 0, y = 385, style = Option Menu, vertical = 1, size = 134x58 -// label: value = Type -// -// interactor Toggle[75]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 66, x = 0, y = 350, style = Toggle, vertical = 0, size = 138x34 -// label: value = glyph -// -// interactor Scalar[55]: num_components = 1, value = 0.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 66, x = 0, y = 50, style = Stepper, vertical = 0, size = 184x36 -// label: value = Opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor String[15]: num_components = 1, value = "cellSet0" -// instance: panel = 66, x = 0, y = 138, style = Text, vertical = 1, size = 127x51 -// label: value = cellSet -// -// interactor Selector[114]: num_components = 1, value = 2 -// selections: maximum = 2, current = 1 -// option[0]: name = "field 1", value = 1 -// option[1]: name = "cell indices", value = 2 -// instance: panel = 66, x = 0, y = 209, style = Radio Button, vertical = 1, size = 121x85 -// label: value = Display -// -// interactor Scalar[58]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1e+06, global increment = 1, decimal = 2, global continuous = 0 -// instance: panel = 66, x = 135, y = 385, style = Stepper, vertical = 1, size = 134x54 -// label: value = Glyph scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Selector[103]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "fixed", value = 1 -// option[1]: name = "field", value = 2 -// instance: panel = 67, x = 0, y = 395, style = Radio Button, vertical = 1, size = 81x85 -// label: value = Color with -// -// interactor Toggle[64]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 67, x = 0, y = 125, style = Toggle, vertical = 0, size = 155x34 -// label: value = Scalar glyph -// -// interactor Selector[106]: num_components = 1, value = 1 -// selections: maximum = 7, current = 1 -// option[0]: name = "d", value = 0 -// option[1]: name = "T", value = 1 -// option[2]: name = "nDrops", value = 2 -// option[3]: name = "deviation", value = 3 -// option[4]: name = "dDeviation", value = 4 -// option[5]: name = "charTime", value = 5 -// option[6]: name = "strippedMass", value = 6 -// instance: panel = 67, x = 105, y = 445, style = Option Menu, vertical = 0, size = 178x40 -// label: value = Field -// -// interactor Selector[107]: num_components = 1, value = 2 -// selections: maximum = 3, current = 2 -// option[0]: name = "diamond", value = 0 -// option[1]: name = "circle", value = 1 -// option[2]: name = "sphere", value = 2 -// instance: panel = 67, x = 0, y = 160, style = Option Menu, vertical = 0, size = 152x40 -// label: value = Type -// -// interactor Scalar[62]: num_components = 1, value = 0.002 -// component[0]: minimum = -1e+06, maximum = 1e+20, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 67, x = 0, y = 325, style = Stepper, vertical = 1, size = 166x54 -// label: value = Scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Selector[108]: num_components = 1, value = 1 -// selections: maximum = 3, current = 0 -// option[0]: name = "fixed", value = 1 -// option[1]: name = "field", value = 2 -// option[2]: name = "log(field)", value = 3 -// instance: panel = 67, x = 0, y = 210, style = Radio Button, vertical = 1, size = 102x110 -// label: value = Scale with -// -// interactor Toggle[61]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 69, x = 0, y = 110, style = Toggle, vertical = 0, size = 108x34 -// label: value = limit colors -// -// interactor Scalar[59]: num_components = 1, value = 450.0 -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 69, x = 110, y = 65, style = Stepper, vertical = 1, size = 134x54 -// label: value = min -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[60]: num_components = 1, value = 500.0 -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 69, x = 110, y = 125, style = Stepper, vertical = 1, size = 134x54 -// label: value = max -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[65]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 67, x = 0, y = 495, style = Toggle, vertical = 0, size = 155x34 -// label: value = Vector glyph -// -// interactor Selector[109]: num_components = 1, value = 0 -// selections: maximum = 2, current = 0 -// option[0]: name = "U", value = 0 -// option[1]: name = "normal", value = 1 -// instance: panel = 67, x = 0, y = 530, style = Option Menu, vertical = 0, size = 178x40 -// label: value = Field -// -// interactor Scalar[63]: num_components = 1, value = 0.01 -// component[0]: minimum = -1e+06, maximum = 1e+20, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 67, x = 0, y = 575, style = Stepper, vertical = 1, size = 166x54 -// label: value = Scale -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[67]: num_components = 1, value = 2 -// toggle : 0, set = 1, reset = 2 -// instance: panel = 69, x = 0, y = 350, style = Toggle, vertical = 0, size = 108x34 -// label: value = limit colors -// -// interactor Scalar[64]: num_components = 1, value = 100.0 -// component[0]: minimum = -1e+20, maximum = 1e+20, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 69, x = 110, y = 310, style = Stepper, vertical = 1, size = 142x54 -// label: value = min -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[65]: num_components = 1, value = 140.0 -// component[0]: minimum = -1e+20, maximum = 1e+20, global increment = 1, decimal = 1, global continuous = 0 -// instance: panel = 69, x = 110, y = 370, style = Stepper, vertical = 1, size = 142x54 -// label: value = max -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[49]: num_components = 1, value = 0.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 65, x = 0, y = 450, style = Stepper, vertical = 0, size = 184x36 -// label: value = Opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[77]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 66, x = 0, y = 540, style = Toggle, vertical = 0, size = 138x34 -// label: value = cell colour -// -// interactor Scalar[70]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 66, x = 115, y = 490, style = Stepper, vertical = 0, size = 161x36 -// label: value = Shrink -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Selector[115]: num_components = 1, value = 2 -// selections: maximum = 2, current = 1 -// option[0]: name = "all", value = 1 -// option[1]: name = "featurelines", value = 2 -// instance: panel = 65, x = 0, y = 325, style = Radio Button, vertical = 1, size = 123x85 -// label: value = Grid -// -// interactor Scalar[61]: num_components = 1, value = 1.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 65, x = 120, y = 285, style = Stepper, vertical = 0, size = 184x36 -// label: value = Opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Scalar[74]: num_components = 1, value = 0.0 -// component[0]: minimum = 0, maximum = 180, global increment = 1, decimal = 0, global continuous = 0 -// instance: panel = 65, x = 125, y = 370, style = Stepper, vertical = 0, size = 166x36 -// label: value = Angle -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[87]: num_components = 1, value = 1 -// toggle : 1, set = 1, reset = 0 -// instance: panel = 63, x = 430, y = 146, style = Toggle, vertical = 0, size = 91x34 -// label: value = Display -// -// interactor Selector[32]: num_components = 1, value = 2 -// selections: maximum = 2, current = 1 -// option[0]: name = "manual", value = 1 -// option[1]: name = "auto", value = 2 -// instance: panel = 15, x = 0, y = 215, style = Radio Button, vertical = 1, size = 101x85 -// label: value = color -// -// interactor StringList[3]: num_components = 1, value = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" } -// -// interactor Selector[90]: num_components = 1, value = 5 -// selections: maximum = 11, current = 5 -// option[0]: name = "red", value = 0 -// option[1]: name = "orange", value = 1 -// option[2]: name = "blue", value = 2 -// option[3]: name = "purple", value = 3 -// option[4]: name = "yellow", value = 4 -// option[5]: name = "green", value = 5 -// option[6]: name = "cyan", value = 6 -// option[7]: name = "magenta", value = 7 -// option[8]: name = "white", value = 8 -// option[9]: name = "grey", value = 9 -// option[10]: name = "black", value = 10 -// instance: panel = 15, x = 100, y = 215, style = Option Menu, vertical = 1, size = 99x58 -// label: value = color -// -// interactor Selector[55]: num_components = 1, value = 2 -// selections: maximum = 2, current = 1 -// option[0]: name = "manual", value = 1 -// option[1]: name = "auto", value = 2 -// instance: panel = 52, x = 0, y = 215, style = Radio Button, vertical = 1, size = 105x85 -// label: value = coloring -// -// interactor StringList[9]: num_components = 1, value = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" } -// -// interactor Selector[53]: num_components = 1, value = 6 -// selections: maximum = 11, current = 6 -// option[0]: name = "red", value = 0 -// option[1]: name = "orange", value = 1 -// option[2]: name = "blue", value = 2 -// option[3]: name = "purple", value = 3 -// option[4]: name = "yellow", value = 4 -// option[5]: name = "green", value = 5 -// option[6]: name = "cyan", value = 6 -// option[7]: name = "magenta", value = 7 -// option[8]: name = "white", value = 8 -// option[9]: name = "grey", value = 9 -// option[10]: name = "black", value = 10 -// instance: panel = 52, x = 100, y = 215, style = Option Menu, vertical = 1, size = 102x58 -// label: value = color -// -// interactor Toggle[56]: num_components = 1, value = 1 -// toggle : 0, set = 2 , reset = 1 -// instance: panel = 15, x = 0, y = 875, style = Toggle, vertical = 0, size = 155x34 -// label: value = normalize glyphs -// -// interactor Toggle[57]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 52, x = 0, y = 870, style = Toggle, vertical = 0, size = 155x34 -// label: value = normalize glyps -// -// interactor Scalar[46]: num_components = 1, value = 0.001 -// component[0]: minimum = 0, maximum = 1e+06, global increment = 0.0001, decimal = 3, global continuous = 0 -// instance: panel = 61, x = 0, y = 380, style = Stepper, vertical = 1, size = 139x54 -// label: value = Ribbon width -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor Toggle[35]: num_components = 1, value = 1 -// toggle : 1, set = 1, reset = 2 -// instance: panel = 61, x = 135, y = 475, style = Toggle, vertical = 0, size = 100x34 -// label: value = autocolor -// -// interactor String[6]: num_components = 1, value = "red" -// instance: panel = 61, x = 0, y = 455, style = Text, vertical = 1, size = 129x51 -// label: value = color -// -// interactor Selector[101]: num_components = 1, value = 0 -// selections: maximum = 11, current = 0 -// option[0]: name = "red", value = 0 -// option[1]: name = "orange", value = 1 -// option[2]: name = "blue", value = 2 -// option[3]: name = "purple", value = 3 -// option[4]: name = "yellow", value = 4 -// option[5]: name = "green", value = 5 -// option[6]: name = "cyan", value = 6 -// option[7]: name = "magenta", value = 7 -// option[8]: name = "white", value = 8 -// option[9]: name = "grey", value = 9 -// option[10]: name = "black", value = 10 -// instance: panel = 67, x = 105, y = 405, style = Option Menu, vertical = 0, size = 177x40 -// label: value = Color -// -// interactor Selector[105]: num_components = 1, value = 1 -// selections: maximum = 7, current = 1 -// option[0]: name = "d", value = 0 -// option[1]: name = "T", value = 1 -// option[2]: name = "nDrops", value = 2 -// option[3]: name = "deviation", value = 3 -// option[4]: name = "dDeviation", value = 4 -// option[5]: name = "charTime", value = 5 -// option[6]: name = "strippedMass", value = 6 -// instance: panel = 67, x = 105, y = 255, style = Option Menu, vertical = 0, size = 178x40 -// label: value = Field -// -// interactor Toggle[66]: num_components = 1, value = 2 -// toggle : 1, set = 2, reset = 1 -// instance: panel = 67, x = 175, y = 600, style = Toggle, vertical = 0, size = 99x34 -// label: value = Normalize -// -// interactor Scalar[3]: num_components = 1, value = 0.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 65, x = 120, y = 81, style = Stepper, vertical = 0, size = 186x36 -// label: value = Opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor String[1]: num_components = 1, value = "yellow" -// instance: panel = 65, x = 0, y = 81, style = Text, vertical = 0, size = 119x33 -// label: value = Color -// -// interactor Scalar[47]: num_components = 1, value = 0.1 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 65, x = 120, y = 161, style = Stepper, vertical = 0, size = 184x36 -// label: value = Opacity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// interactor String[9]: num_components = 1, value = "yellow" -// instance: panel = 65, x = 0, y = 161, style = Text, vertical = 0, size = 119x33 -// label: value = Color -// -// interactor Selector[112]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "manual", value = 1 -// option[1]: name = "patch number", value = 2 -// instance: panel = 65, x = 0, y = 490, style = Radio Button, vertical = 1, size = 139x85 -// label: value = color -// -// interactor String[11]: num_components = 1, value = "purple" -// instance: panel = 65, x = 140, y = 515, style = Text, vertical = 0, size = 119x33 -// label: value = Color -// -// interactor Selector[113]: num_components = 1, value = 1 -// selections: maximum = 2, current = 0 -// option[0]: name = "faceted", value = 1 -// option[1]: name = "smooth", value = 2 -// instance: panel = 65, x = 0, y = 590, style = Option Menu, vertical = 0, size = 154x40 -// label: value = Shading -// -// interactor String[14]: num_components = 1, value = "yellow" -// instance: panel = 65, x = 0, y = 285, style = Text, vertical = 0, size = 119x33 -// label: value = Color -// -// interactor Toggle[76]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 66, x = 0, y = 455, style = Toggle, vertical = 0, size = 138x34 -// label: value = grid -// -// interactor String[13]: num_components = 1, value = "purple" -// instance: panel = 66, x = 0, y = 490, style = Text, vertical = 0, size = 114x33 -// label: value = Color -// -// interactor Value[1]: num_components = 1, value = [ 0.95, 0.95 ] -// instance: panel = 53, x = 115, y = 180, style = Text, vertical = 1, size = 154x53 -// label: value = position -// -// interactor Selector[94]: num_components = 1, value = 0 -// selections: maximum = 2, current = 1 -// option[0]: name = "horizontal", value = 1 -// option[1]: name = "vertical", value = 0 -// instance: panel = 53, x = 0, y = 165, style = Radio Button, vertical = 1, size = 112x85 -// label: value = orientation -// -// interactor Value[2]: num_components = 1, value = [ 0.85, 0.95 ] -// instance: panel = 74, x = 115, y = 195, style = Text, vertical = 1, size = 139x53 -// label: value = position -// -// interactor Selector[95]: num_components = 1, value = 0 -// selections: maximum = 2, current = 1 -// option[0]: name = "horizontal", value = 1 -// option[1]: name = "vertical", value = 0 -// instance: panel = 74, x = 0, y = 175, style = Radio Button, vertical = 1, size = 111x85 -// label: value = orientation -// -// interactor Value[3]: num_components = 1, value = [ 0.75, 0.95 ] -// instance: panel = 69, x = 110, y = 190, style = Text, vertical = 1, size = 142x51 -// label: value = position -// -// interactor Selector[102]: num_components = 1, value = 0 -// selections: maximum = 2, current = 1 -// option[0]: name = "horizontal", value = 1 -// option[1]: name = "vertical", value = 0 -// instance: panel = 69, x = 0, y = 190, style = Radio Button, vertical = 1, size = 108x85 -// label: value = orientation -// -// interactor Value[4]: num_components = 1, value = [ 0.65, 0.95 ] -// instance: panel = 69, x = 110, y = 430, style = Text, vertical = 1, size = 142x51 -// label: value = position -// -// interactor Selector[110]: num_components = 1, value = 0 -// selections: maximum = 2, current = 1 -// option[0]: name = "horizontal", value = 1 -// option[1]: name = "vertical", value = 0 -// instance: panel = 69, x = 0, y = 430, style = Radio Button, vertical = 1, size = 108x85 -// label: value = orientation -// -// interactor Toggle[28]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 57, x = 108, y = 46, style = Toggle, vertical = 0, size = 113x34 -// label: value = reveal line -// -// interactor Vector[14]: num_components = 3, value = [ 1 1 1 ] -// component[0]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 2, global continuous = 0 -// component[1]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 2, global continuous = 0 -// component[2]: minimum = -1e+06, maximum = 1e+06, global increment = 1, decimal = 2, global continuous = 0 -// instance: panel = 71, x = 0, y = 165, style = Stepper, vertical = 1, size = 142x110 -// label: value = Position -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// local increment[1]: value = 1, mode = global -// local increment[2]: value = 1, mode = global -// -// interactor Scalar[53]: num_components = 1, value = 0.0 -// component[0]: minimum = 0, maximum = 1, global increment = 0.1, decimal = 1, global continuous = 0 -// instance: panel = 71, x = 0, y = 280, style = Stepper, vertical = 0, size = 190x38 -// label: value = Intensity -// local continuous: value = 0, mode = global -// local increment[0]: value = 1, mode = global -// -// node Display[12]: -// depth: value = 24 -// window: position = (0.4302,0.3158), size = 0.4094x0.4375, screen = 0 -// -// interactor Reset[2]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 57, x = 0, y = 460, style = Toggle, vertical = 0, size = 142x34 -// label: value = Write now -// -// interactor Toggle[1]: num_components = 1, value = 0 -// toggle : 0, set = 1 , reset = 0 -// instance: panel = 57, x = 140, y = 460, style = Toggle, vertical = 0, size = 139x34 -// label: value = Write sequence -// -// interactor String[12]: num_components = 1, value = "%s.%04d.xy" -// instance: panel = 57, x = 0, y = 404, style = Text, vertical = 1, size = 279x51 -// label: value = file (%s is casename, %d is timestep) -// -// interactor String[8]: num_components = 1, value = "%s.%04d.%s" -// instance: panel = 58, x = 0, y = 115, style = Text, vertical = 1, size = 151x53 -// label: value = file -// -// interactor Selector[86]: num_components = 1, value = "miff" -// selections: maximum = 7, current = 4 -// option[0]: name = "epsf", value = "epsf" -// option[1]: name = "ps", value = "ps" -// option[2]: name = "gif", value = "gif" -// option[3]: name = "tiff", value = "tiff" -// option[4]: name = "miff", value = "miff" -// option[5]: name = "rgb", value = "rgb" -// option[6]: name = "size", value = "size" -// instance: panel = 58, x = 150, y = 115, style = Option Menu, vertical = 1, size = 91x58 -// label: value = filetype -// -// node Image[6]: -// inaccessible panels: -// inaccessible groups: -// depth: value = 24 -// window: position = (0.2380,0.2658), size = 0.7568x0.7108, screen = 0 -// input[1]: defaulting = 0, value = "Image_6" -// input[4]: defaulting = 0, value = 1 -// input[5]: defaulting = 0, value = [0 0 0] -// input[6]: defaulting = 0, value = [0 0 0] -// input[7]: defaulting = 0, value = 0.00295548 -// input[8]: defaulting = 0, value = 1439 -// input[9]: defaulting = 0, value = 0.563933 -// input[10]: defaulting = 0, value = [0 1 0] -// input[11]: defaulting = 1, value = 30.0001 -// input[12]: defaulting = 0, value = 0 -// input[14]: defaulting = 0, value = 1 -// input[15]: defaulting = 1, value = "none" -// input[16]: defaulting = 0, value = "none" -// input[17]: defaulting = 1, value = 1 -// input[18]: defaulting = 1, value = 1 -// input[19]: defaulting = 0, value = 0 -// input[22]: defaulting = 1, value = "black" -// input[25]: defaulting = 0, value = "image60" -// input[26]: defaulting = 0, value = "miff" -// input[29]: defaulting = 0, value = 0 -// input[37]: defaulting = 1, value = {"green"} -// input[41]: defaulting = 0, value = "panzoom" -// internal caching: 1 -// -// interactor SelectorList[2]: num_components = 1, value = { "Read data" } -// selections: maximum = 11, current = 0 -// option[0]: name = "Read data", value = "Read data" -// option[1]: name = "Field 1", value = "Field 1" -// option[2]: name = "Field 2", value = "Field 2" -// option[3]: name = "Streamlines", value = "Streamlines" -// option[4]: name = "Spray", value = "Spray" -// option[5]: name = "Spray color range", value = "Spray color range" -// option[6]: name = "Graph", value = "Graph" -// option[7]: name = "Write control", value = "Write control" -// option[8]: name = "Mesh", value = "Mesh" -// option[9]: name = "Lighting", value = "Lighting" -// option[10]: name = "Subset", value = "Subset" -// instance: panel = 64, x = 0, y = 0, style = Scrolled List, vertical = 1, size = 157x221 -// label: value = Open windows -// -// interactor Toggle[68]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 15, x = 0, y = 80, style = Toggle, vertical = 0, size = 73x34 -// label: value = plane -// -// interactor Toggle[69]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 15, x = 80, y = 80, style = Toggle, vertical = 0, size = 68x34 -// label: value = color -// -// interactor Toggle[70]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 52, x = 0, y = 80, style = Toggle, vertical = 0, size = 72x34 -// label: value = plane -// -// interactor Toggle[71]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 52, x = 80, y = 80, style = Toggle, vertical = 0, size = 71x34 -// label: value = color -// -// interactor Toggle[72]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 67, x = 0, y = 80, style = Toggle, vertical = 0, size = 118x34 -// label: value = Spray color -// -// interactor Toggle[85]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 15, x = 160, y = 80, style = Toggle, vertical = 0, size = 83x34 -// label: value = options -// -// interactor Toggle[86]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 52, x = 160, y = 80, style = Toggle, vertical = 0, size = 84x34 -// label: value = options -// -// interactor Reset[5]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 58, x = 0, y = 300, style = Toggle, vertical = 0, size = 197x32 -// label: value = convert to case-anim.gif -// -// interactor Reset[4]: num_components = 1, value = 1 -// toggle : 0, set = 2, reset = 1 -// instance: panel = 58, x = 0, y = 170, style = Toggle, vertical = 0, size = 124x32 -// label: value = Write now -// -// interactor Toggle[31]: num_components = 1, value = 0 -// toggle : 0, set = 1, reset = 0 -// instance: panel = 58, x = 125, y = 170, style = Toggle, vertical = 0, size = 139x32 -// label: value = Write sequence diff --git a/etc/apps/dxFoam/networks/postFoam.net b/etc/apps/dxFoam/networks/postFoam.net deleted file mode 100644 index 788b82864..000000000 --- a/etc/apps/dxFoam/networks/postFoam.net +++ /dev/null @@ -1,14673 +0,0 @@ -// -// time: Fri May 2 12:07:48 2008 -// -// version: 3.2.0 (format), 4.4.4 (DX) -// -// -// MODULE main -// page assignment: Exclude order=20, windowed=0, showing=0 -// page assignment: Print order=24, windowed=0, showing=0 -// page assignment: Windows order=25, windowed=0, showing=0 -// page assignment: colorVec_sp order=18, windowed=0, showing=0 -// page assignment: color_1 order=11, windowed=0, showing=0 -// page assignment: color_2 order=12, windowed=0, showing=0 -// page assignment: color_sp order=17, windowed=0, showing=0 -// page assignment: glyphVec_sp order=16, windowed=0, showing=0 -// page assignment: glyphVis_1 order=9, windowed=0, showing=0 -// page assignment: glyphVis_2 order=10, windowed=0, showing=0 -// page assignment: glyph_sp order=15, windowed=0, showing=0 -// page assignment: graph order=26, windowed=0, showing=0 -// page assignment: image order=23, windowed=0, showing=0 -// page assignment: import order=2, windowed=0, showing=0 -// page assignment: mesh order=19, windowed=0, showing=1 -// page assignment: readField order=3, windowed=0, showing=0 -// page assignment: read_sp order=14, windowed=0, showing=0 -// page assignment: route order=4, windowed=0, showing=0 -// page assignment: scalVis_1 order=7, windowed=0, showing=0 -// page assignment: scalVis_2 order=8, windowed=0, showing=0 -// page assignment: strmLine order=13, windowed=0, showing=0 -// page assignment: subSet order=21, windowed=0, showing=0 -// page assignment: subSetVis order=22, windowed=0, showing=0 -// page assignment: surfDef_1 order=5, windowed=0, showing=0 -// page assignment: surfDef_2 order=6, windowed=0, showing=0 -// workspace: width = 1796, height = 1454 -// layout: snap = 1, width = 10, height = 10, align = UL -// -macro main( -) -> ( -) { - // - // node Scalar[52]: x = 810, y = 410, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_52" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: image - // - // - // node Compute[33]: x = 810, y = 490, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0*[ 1 , 1, 1]" - // page group: image - // expression: value = a*[ 1 , 1, 1] - // name[2]: value = a - // name[3]: value = b - // -main_Compute_33_out_1[cache: 1] = - Compute( - main_Compute_33_in_1, - main_Scalar_52_out_1, - main_Compute_33_in_3 - ) [instance: 33, cache: 2]; - // - // node AmbientLight[1]: x = 790, y = 570, inputs = 1, label = AmbientLight - // page group: image - // -main_AmbientLight_1_out_1[cache: 1] = - AmbientLight( - main_Compute_33_out_1 - ) [instance: 1, cache: 2]; - // - // node Toggle[42]: x = 100, y = 410, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_42" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: readField - // toggle : 0 - // -main_Toggle_42_out_1 = - Toggle( - main_Toggle_42_in_1, - main_Toggle_42_in_2, - main_Toggle_42_in_3, - main_Toggle_42_in_4, - main_Toggle_42_in_5, - main_Toggle_42_in_6 - ) [instance: 42, cache: 2]; - // - // node foamGetRoots[1]: x = 0, y = 0, inputs = 0, label = foamGetRoots - // page group: import - // -main_foamGetRoots_1_out_1[cache: 1] = - foamGetRoots( - - ) [instance: 1, cache: 2]; - // - // node Inquire[8]: x = 0, y = 80, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: import - // -main_Inquire_8_out_1[cache: 1] = - Inquire( - main_foamGetRoots_1_out_1, - main_Inquire_8_in_2, - main_Inquire_8_in_3 - ) [instance: 8, cache: 2]; - // - // node Route[58]: x = 80, y = 80, inputs = 2, outputs = 2, label = Route - // page group: import - // -main_Route_58_out_1[cache: 1], -main_Route_58_out_2[cache: 1] = - Route( - main_Inquire_8_out_1, - main_foamGetRoots_1_out_1 - ) [instance: 58, cache: 2]; - // - // node Selector[80]: x = 60, y = 160, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_80" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "." - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = {"." "$FOAM_RUN" "$FOAM_RUN/USNavy" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = {0 1 2 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "." - // page group: import - // -main_Selector_80_out_1, -main_Selector_80_out_2 = - Selector( - main_Selector_80_in_1, - main_Selector_80_in_2, - main_Selector_80_in_3, - main_Route_58_out_1, - main_Selector_80_in_5, - main_Selector_80_in_6, - main_Selector_80_in_7 - ) [instance: 80, cache: 2]; - // - // node Select[4]: x = 0, y = 160, inputs = 3, label = Select - // page group: import - // -main_Select_4_out_1[cache: 1] = - Select( - main_Route_58_out_1, - main_Selector_80_out_1, - main_Select_4_in_3 - ) [instance: 4, cache: 2]; - // - // node Transmitter[197]: x = 170, y = 290, inputs = 1, label = root - // page group: import - // -root = main_Select_4_out_1; - // - // node Receiver[5]: x = 300, y = 0, inputs = 1, label = root - // page group: import - // -main_Receiver_5_out_1[cache: 0] = root; - // - // node Toggle[59]: x = 0, y = 620, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_59" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: import - // toggle : 0 - // -main_Toggle_59_out_1 = - Toggle( - main_Toggle_59_in_1, - main_Toggle_59_in_2, - main_Toggle_59_in_3, - main_Toggle_59_in_4, - main_Toggle_59_in_5, - main_Toggle_59_in_6 - ) [instance: 59, cache: 2]; - // - // node foamGetCases[1]: x = 0, y = 340, inputs = 1, label = foamGetCases - // page group: import - // -main_foamGetCases_1_out_1[cache: 1] = - foamGetCases( - main_Select_4_out_1 - ) [instance: 1, cache: 2]; - // - // node Inquire[7]: x = 0, y = 420, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: import - // -main_Inquire_7_out_1[cache: 1] = - Inquire( - main_foamGetCases_1_out_1, - main_Inquire_7_in_2, - main_Inquire_7_in_3 - ) [instance: 7, cache: 2]; - // - // node Route[57]: x = 80, y = 420, inputs = 2, outputs = 2, label = Route - // page group: import - // -main_Route_57_out_1[cache: 1], -main_Route_57_out_2[cache: 1] = - Route( - main_Inquire_7_out_1, - main_foamGetCases_1_out_1 - ) [instance: 57, cache: 2]; - // - // node Selector[4]: x = 60, y = 510, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_4" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "pipeInTank" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 3 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "blockMeshTest" "cavityVarMesh" "newGeomTest" "pipeInTank" "turbineRunner" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 } - // output[1]: visible = 1, type = 29, value = 3 - // output[2]: visible = 1, type = 32, value = "pipeInTank" - // page group: import - // -main_Selector_4_out_1, -main_Selector_4_out_2 = - Selector( - main_Selector_4_in_1, - main_Selector_4_in_2, - main_Selector_4_in_3, - main_Route_57_out_1, - main_Selector_4_in_5, - main_Selector_4_in_6, - main_Selector_4_in_7 - ) [instance: 4, cache: 2]; - // - // node Select[5]: x = 0, y = 510, inputs = 3, label = Select - // page group: import - // -main_Select_5_out_1[cache: 1] = - Select( - main_Route_57_out_1, - main_Selector_4_out_1, - main_Select_5_in_3 - ) [instance: 5, cache: 2]; - // - // node Route[117]: x = 70, y = 620, inputs = 2, outputs = 2, label = Route - // page group: import - // -main_Route_117_out_1[cache: 1], -main_Route_117_out_2[cache: 1] = - Route( - main_Toggle_59_out_1, - main_Select_5_out_1 - ) [instance: 117, cache: 2]; - // - // node Transmitter[172]: x = 0, y = 740, inputs = 1, label = caseName - // page group: import - // -caseName = main_Route_117_out_1; - // - // node Receiver[6]: x = 380, y = 0, inputs = 1, label = caseName - // page group: import - // -main_Receiver_6_out_1[cache: 0] = caseName; - // - // node foamCreateDatabase[1]: x = 300, y = 80, inputs = 2, label = foamCreateDatabase - // page group: import - // -main_foamCreateDatabase_1_out_1 = - foamCreateDatabase( - main_Receiver_5_out_1, - main_Receiver_6_out_1 - ) [instance: 1, cache: 2]; - // - // node Transmitter[215]: x = 250, y = 170, inputs = 1, label = foamDb - // page group: import - // -foamDb = main_foamCreateDatabase_1_out_1; - // - // node Receiver[364]: x = 80, y = 30, inputs = 1, label = foamDb - // page group: readField - // -main_Receiver_364_out_1[cache: 0] = foamDb; - // - // node Receiver[527]: x = 570, y = 100, inputs = 1, label = foamDb - // page group: import - // -main_Receiver_527_out_1[cache: 0] = foamDb; - // - // node Reset[7]: x = 650, y = 20, inputs = 6, label = Reset - // input[1]: defaulting = 0, visible = 0, type = 32, value = "main_Reset_7_out_1" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 0, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 0, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: import - // toggle : 0 - // - // - // node Collect[68]: x = 650, y = 100, inputs = 1, label = Collect - // page group: import - // -main_Collect_68_out_1[cache: 1] = - Collect( - main_Reset_7_out_1 - ) [instance: 68, cache: 2]; - // - // node foamGetTimes[1]: x = 580, y = 200, inputs = 2, label = foamGetTimes - // page group: import - // -main_foamGetTimes_1_out_1, -main_foamGetTimes_1_out_2 = - foamGetTimes( - main_Receiver_527_out_1, - main_Collect_68_out_1 - ) [instance: 1, cache: 2]; - // - // node Inquire[12]: x = 570, y = 490, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: import - // -main_Inquire_12_out_1[cache: 1] = - Inquire( - main_foamGetTimes_1_out_1, - main_Inquire_12_in_2, - main_Inquire_12_in_3 - ) [instance: 12, cache: 2]; - // - // node Route[123]: x = 650, y = 490, inputs = 2, outputs = 2, label = Route - // page group: import - // -main_Route_123_out_1[cache: 1], -main_Route_123_out_2[cache: 1] = - Route( - main_Inquire_12_out_1, - main_foamGetTimes_1_out_1 - ) [instance: 123, cache: 2]; - // - // node Transmitter[212]: x = 640, y = 570, inputs = 1, label = timeVals - // page group: import - // -timeVals = main_Route_123_out_1; - // - // node Receiver[741]: x = 870, y = 540, inputs = 1, label = timeVals - // page group: import - // -main_Receiver_741_out_1[cache: 0] = timeVals; - // - // node Selector[98]: x = 0, y = 880, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_98" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "Select" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "Select" "Stepper" "Sequencer" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "Select" - // page group: import - // - // - // node Transmitter[234]: x = 90, y = 880, inputs = 1, label = timeSpec - // page group: import - // -timeSpec = main_Selector_98_out_1; - // - // node Receiver[742]: x = 830, y = 460, inputs = 1, label = timeSpec - // page group: import - // -main_Receiver_742_out_1[cache: 0] = timeSpec; - // - // node Inquire[33]: x = 570, y = 310, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: import - // -main_Inquire_33_out_1[cache: 1] = - Inquire( - main_foamGetTimes_1_out_2, - main_Inquire_33_in_2, - main_Inquire_33_in_3 - ) [instance: 33, cache: 2]; - // - // node Route[127]: x = 660, y = 310, inputs = 2, outputs = 2, label = Route - // page group: import - // -main_Route_127_out_1[cache: 1], -main_Route_127_out_2[cache: 1] = - Route( - main_Inquire_33_out_1, - main_foamGetTimes_1_out_2 - ) [instance: 127, cache: 2]; - // - // node Transmitter[213]: x = 650, y = 390, inputs = 1, label = timeNames - // page group: import - // -timeNames = main_Route_127_out_1; - // - // node Receiver[739]: x = 930, y = 20, inputs = 1, label = timeNames - // page group: import - // -main_Receiver_739_out_1[cache: 0] = timeNames; - // - // node Selector[117]: x = 830, y = 200, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_117" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "constant" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "constant" "0" } - // input[5]: defaulting = 1, visible = 1, type = 16777245, value = { 0 1 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "constant" - // page group: import - // -main_Selector_117_out_1, -main_Selector_117_out_2 = - Selector( - main_Selector_117_in_1, - main_Selector_117_in_2, - main_Selector_117_in_3, - main_Receiver_739_out_1, - main_Selector_117_in_5, - main_Selector_117_in_6, - main_Selector_117_in_7 - ) [instance: 117, cache: 2]; - // - // node Inquire[80]: x = 990, y = 110, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "count" - // page group: import - // -main_Inquire_80_out_1[cache: 1] = - Inquire( - main_Receiver_739_out_1, - main_Inquire_80_in_2, - main_Inquire_80_in_3 - ) [instance: 80, cache: 2]; - // - // node Compute[107]: x = 990, y = 190, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 - 1" - // page group: import - // expression: value = a - 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_107_out_1[cache: 1] = - Compute( - main_Compute_107_in_1, - main_Inquire_80_out_1, - main_Inquire_80_out_1 - ) [instance: 107, cache: 2]; - // - // node Integer[28]: x = 950, y = 290, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_28" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 0 - // input[5]: defaulting = 0, visible = 1, type = 1, value = 0 - // input[6]: defaulting = 1, visible = 1, type = 1, value = 16 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 0 - // page group: import - // -main_Integer_28_out_1 = - Integer( - main_Integer_28_in_1, - main_Integer_28_in_2, - main_Integer_28_in_3, - main_Integer_28_in_4, - main_Integer_28_in_5, - main_Compute_107_out_1, - main_Integer_28_in_7, - main_Integer_28_in_8, - main_Integer_28_in_9, - main_Integer_28_in_10, - main_Integer_28_in_11 - ) [instance: 28, cache: 2]; - // - // node Receiver[740]: x = 1110, y = 200, inputs = 1, label = timeSpec - // page group: import - // -main_Receiver_740_out_1[cache: 0] = timeSpec; - // - // node Route[221]: x = 1120, y = 290, inputs = 2, outputs = 3, label = Route - // page group: import - // -main_Route_221_out_1[cache: 1], -main_Route_221_out_2[cache: 1], -main_Route_221_out_3[cache: 1] = - Route( - main_Receiver_740_out_1, - main_Compute_107_out_1 - ) [instance: 221, cache: 2]; - // - // node Sequencer[1]: x = 1110, y = 370, inputs = 7, label = Sequencer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Sequencer_1" - // input[4]: defaulting = 0, visible = 1, type = 1, value = 0 - // input[5]: defaulting = 1, visible = 1, type = 1, value = 16 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[7]: defaulting = 0, visible = 0, type = 16777217, value = { 0 16 1 0 16 1 } - // page group: import - // vcr[1]: min = 0, max = 16, beg = 0, end = 16, cur = 0, inc = 1, loop = off, step = off, pal = off - // window: position = (0.1964,0.0417), size = 0.2188x0.0792, screen = 0 - // - main_Sequencer_1_in_3 = @frame; -main_Sequencer_1_out_1 = - Sequencer( - main_Sequencer_1_in_1, - main_Sequencer_1_in_2, - main_Sequencer_1_in_3, - main_Sequencer_1_in_4, - main_Route_221_out_3, - main_Sequencer_1_in_6, - main_Sequencer_1_in_7 - ) [instance: 1, cache: 2]; - // - // node Switch[223]: x = 910, y = 460, inputs = 4, label = Switch - // page group: import - // -main_Switch_223_out_1[cache: 1] = - Switch( - main_Receiver_742_out_1, - main_Selector_117_out_1, - main_Integer_28_out_1, - main_Sequencer_1_out_1 - ) [instance: 223, cache: 2]; - // - // node Select[67]: x = 920, y = 620, inputs = 3, label = Select - // page group: import - // -main_Select_67_out_1[cache: 1] = - Select( - main_Receiver_741_out_1, - main_Switch_223_out_1, - main_Select_67_in_3 - ) [instance: 67, cache: 2]; - // - // node Transmitter[390]: x = 920, y = 720, inputs = 1, label = timeVal - // page group: import - // -timeVal = main_Select_67_out_1; - // - // node Receiver[9]: x = 230, y = 330, inputs = 1, label = timeVal - // page group: import - // -main_Receiver_9_out_1[cache: 0] = timeVal; - // - // node foamReadMesh[1]: x = 330, y = 170, inputs = 1, label = foamReadMesh - // page group: import - // -main_foamReadMesh_1_out_1, -main_foamReadMesh_1_out_2 = - foamReadMesh( - main_foamCreateDatabase_1_out_1 - ) [instance: 1, cache: 2]; - // - // node foamChangeTime[1]: x = 300, y = 400, inputs = 3, label = foamChangeTime - // page group: import - // -main_foamChangeTime_1_out_1[cache: 0], -main_foamChangeTime_1_out_2[cache: 0], -main_foamChangeTime_1_out_3[cache: 0], -main_foamChangeTime_1_out_4[cache: 0] = - foamChangeTime( - main_Receiver_9_out_1, - main_foamReadMesh_1_out_1, - main_foamReadMesh_1_out_2 - ) [instance: 1, cache: 2]; - // - // node Transmitter[216]: x = 220, y = 510, inputs = 1, label = foamTime - // page group: import - // -foamTime = main_foamChangeTime_1_out_1; - // - // node Receiver[365]: x = 150, y = 30, inputs = 1, label = foamTime - // page group: readField - // -main_Receiver_365_out_1[cache: 0] = foamTime; - // - // node Selector[99]: x = 280, y = 30, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_99" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "volScalarField" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"volScalarField" "volVectorField" "volTensorField" "pointScalarField" "pointVectorField" "surfaceScalarField" "surfaceVectorField" "scalarField" "vectorField" "tetPointScalarField" "tetPointVectorField" "tetPointTensorField" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = {0 1 2 3 4 5 6 7 8 9 10 11 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "volScalarField" - // page group: readField - // -main_Selector_99_out_1, -main_Selector_99_out_2 = - Selector( - main_Selector_99_in_1, - main_Selector_99_in_2, - main_Selector_99_in_3, - main_Selector_99_in_4, - main_Selector_99_in_5, - main_Selector_99_in_6, - main_Selector_99_in_7 - ) [instance: 99, cache: 2]; - // - // node foamGetFieldNames[5]: x = 100, y = 110, inputs = 3, label = foamGetFieldNames - // page group: readField - // -main_foamGetFieldNames_5_out_1[cache: 1] = - foamGetFieldNames( - main_Receiver_364_out_1, - main_Receiver_365_out_1, - main_Selector_99_out_2 - ) [instance: 5, cache: 2]; - // - // node Inquire[34]: x = 100, y = 200, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: readField - // -main_Inquire_34_out_1[cache: 1] = - Inquire( - main_foamGetFieldNames_5_out_1, - main_Inquire_34_in_2, - main_Inquire_34_in_3 - ) [instance: 34, cache: 2]; - // - // node Route[130]: x = 180, y = 200, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_130_out_1[cache: 1], -main_Route_130_out_2[cache: 1] = - Route( - main_Inquire_34_out_1, - main_foamGetFieldNames_5_out_1 - ) [instance: 130, cache: 2]; - // - // node Selector[6]: x = 160, y = 300, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_6" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "p" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "p" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "p" - // page group: readField - // -main_Selector_6_out_1, -main_Selector_6_out_2 = - Selector( - main_Selector_6_in_1, - main_Selector_6_in_2, - main_Selector_6_in_3, - main_Route_130_out_1, - main_Selector_6_in_5, - main_Selector_6_in_6, - main_Selector_6_in_7 - ) [instance: 6, cache: 2]; - // - // node Select[7]: x = 100, y = 300, inputs = 3, label = Select - // page group: readField - // -main_Select_7_out_1[cache: 1] = - Select( - main_Route_130_out_1, - main_Selector_6_out_1, - main_Select_7_in_3 - ) [instance: 7, cache: 2]; - // - // node Route[8]: x = 170, y = 410, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_8_out_1[cache: 1], -main_Route_8_out_2[cache: 1] = - Route( - main_Toggle_42_out_1, - main_Select_7_out_1 - ) [instance: 8, cache: 2]; - // - // node Transmitter[247]: x = 300, y = 140, inputs = 1, label = dataType_1 - // page group: readField - // -dataType_1 = main_Selector_99_out_2; - // - // node Receiver[390]: x = 0, y = 480, inputs = 1, label = dataType_1 - // page group: readField - // -main_Receiver_390_out_1[cache: 0] = dataType_1; - // - // node Transmitter[203]: x = 240, y = 650, inputs = 1, label = movingFoamMesh - // page group: import - // -movingFoamMesh = main_foamChangeTime_1_out_2; - // - // node Receiver[16]: x = 120, y = 510, inputs = 1, label = movingFoamMesh - // page group: readField - // -main_Receiver_16_out_1[cache: 0] = movingFoamMesh; - // - // node Transmitter[195]: x = 320, y = 570, inputs = 1, label = movingMesh - // page group: import - // -movingMesh = main_foamChangeTime_1_out_3; - // - // node Receiver[14]: x = 240, y = 450, inputs = 1, label = movingMesh - // page group: readField - // -main_Receiver_14_out_1[cache: 0] = movingMesh; - // - // node Transmitter[249]: x = 430, y = 630, inputs = 1, label = lagrPos - // page group: import - // -lagrPos = main_foamChangeTime_1_out_4; - // - // node Receiver[393]: x = 310, y = 520, inputs = 1, label = lagrPos - // page group: readField - // -main_Receiver_393_out_1[cache: 0] = lagrPos; - // - // node foamReadField[1]: x = 100, y = 590, inputs = 5, label = foamReadField - // page group: readField - // -main_foamReadField_1_out_1, -main_foamReadField_1_out_2 = - foamReadField( - main_Route_8_out_1, - main_Receiver_390_out_1, - main_Receiver_16_out_1, - main_Receiver_14_out_1, - main_Receiver_393_out_1 - ) [instance: 1, cache: 2]; - // - // node Inquire[40]: x = 200, y = 690, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is 3D connections" - // page group: readField - // -main_Inquire_40_out_1[cache: 1] = - Inquire( - main_foamReadField_1_out_2, - main_Inquire_40_in_2, - main_Inquire_40_in_3 - ) [instance: 40, cache: 2]; - // - // node Route[138]: x = 230, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_138_out_1[cache: 1], -main_Route_138_out_2[cache: 1] = - Route( - main_Inquire_40_out_1, - main_foamReadField_1_out_2 - ) [instance: 138, cache: 2]; - // - // node Transmitter[192]: x = 200, y = 860, inputs = 1, label = pointField_1 - // page group: readField - // -pointField_1 = main_Route_138_out_1; - // - // node Receiver[314]: x = 840, y = 0, inputs = 1, label = pointField_1 - // page group: route - // -main_Receiver_314_out_1[cache: 0] = pointField_1; - // - // node Inquire[26]: x = 770, y = 90, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_26_out_1[cache: 1] = - Inquire( - main_Receiver_314_out_1, - main_Inquire_26_in_2, - main_Inquire_26_in_3 - ) [instance: 26, cache: 2]; - // - // node Route[111]: x = 850, y = 90, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_111_out_1[cache: 1], -main_Route_111_out_2[cache: 1] = - Route( - main_Inquire_26_out_1, - main_Receiver_314_out_1 - ) [instance: 111, cache: 2]; - // - // node Transmitter[191]: x = 820, y = 190, inputs = 1, label = pointScal_1 - // page group: route - // -pointScal_1 = main_Route_111_out_1; - // - // node Receiver[136]: x = 70, y = 0, inputs = 1, label = pointScal_1 - // page group: graph - // -main_Receiver_136_out_1[cache: 0] = pointScal_1; - // - // node Mark[8]: x = 0, y = 60, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: graph - // -main_Mark_8_out_1[cache: 1] = - Mark( - main_Receiver_136_out_1, - main_Mark_8_in_2 - ) [instance: 8, cache: 2]; - // - // node Vector[10]: x = 0, y = 130, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_10" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [ 0.050000001 0.097 0.01 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ 0.0 0.0 0.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 0.1 0.1 0.02 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 3.0 3.0 4.0 ] - // output[1]: visible = 1, type = 8, value = [ 0.050000001 0.097 0.01 ] - // page group: graph - // -main_Vector_10_out_1 = - Vector( - main_Vector_10_in_1, - main_Mark_8_out_1, - main_Vector_10_in_3, - main_Vector_10_in_4, - main_Vector_10_in_5, - main_Vector_10_in_6, - main_Vector_10_in_7, - main_Vector_10_in_8, - main_Vector_10_in_9, - main_Vector_10_in_10, - main_Vector_10_in_11 - ) [instance: 10, cache: 2]; - // - // node Transmitter[210]: x = 570, y = 390, inputs = 1, label = validTimes - // page group: import - // -validTimes = main_Inquire_33_out_1; - // - // node Receiver[366]: x = 990, y = 10, inputs = 1, label = validTimes - // page group: readField - // -main_Receiver_366_out_1[cache: 0] = validTimes; - // - // node Compute[40]: x = 1010, y = 100, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: readField - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_40_out_1[cache: 1] = - Compute( - main_Compute_40_in_1, - main_Receiver_366_out_1, - main_Compute_40_in_3 - ) [instance: 40, cache: 2]; - // - // node Transmitter[211]: x = 440, y = 260, inputs = 1, label = staticMesh - // page group: import - // -staticMesh = main_foamReadMesh_1_out_2; - // - // node Receiver[368]: x = 1140, y = 60, inputs = 1, label = staticMesh - // page group: readField - // -main_Receiver_368_out_1[cache: 0] = staticMesh; - // - // node Receiver[367]: x = 1150, y = 150, inputs = 1, label = movingMesh - // page group: readField - // -main_Receiver_367_out_1[cache: 0] = movingMesh; - // - // node Switch[167]: x = 1080, y = 220, inputs = 3, label = Switch - // page group: readField - // -main_Switch_167_out_1[cache: 1] = - Switch( - main_Compute_40_out_1, - main_Receiver_368_out_1, - main_Receiver_367_out_1 - ) [instance: 167, cache: 2]; - // - // node Transmitter[233]: x = 1090, y = 320, inputs = 1, label = visMesh - // page group: readField - // -visMesh = main_Switch_167_out_1; - // - // node Receiver[575]: x = 140, y = 940, inputs = 1, label = visMesh - // page group: mesh - // -main_Receiver_575_out_1[cache: 0] = visMesh; - // - // node Extract[6]: x = 160, y = 1020, inputs = 2, label = Extract - // input[2]: defaulting = 0, visible = 1, type = 32, value = "box" - // page group: mesh - // -main_Extract_6_out_1[cache: 1] = - Extract( - main_Receiver_575_out_1, - main_Extract_6_in_2 - ) [instance: 6, cache: 2]; - // - // node Select[61]: x = 140, y = 1100, inputs = 3, label = Select - // input[2]: defaulting = 0, visible = 1, type = 1, value = 0 - // page group: mesh - // -main_Select_61_out_1[cache: 1] = - Select( - main_Extract_6_out_1, - main_Select_61_in_2, - main_Select_61_in_3 - ) [instance: 61, cache: 2]; - // - // node Select[62]: x = 210, y = 1100, inputs = 3, label = Select - // input[2]: defaulting = 0, visible = 1, type = 1, value = 7 - // page group: mesh - // -main_Select_62_out_1[cache: 1] = - Select( - main_Extract_6_out_1, - main_Select_62_in_2, - main_Select_62_in_3 - ) [instance: 62, cache: 2]; - // - // node Compute[79]: x = 160, y = 1180, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$1 - $0" - // page group: mesh - // expression: value = b - a - // name[2]: value = a - // name[3]: value = b - // -main_Compute_79_out_1[cache: 1] = - Compute( - main_Compute_79_in_1, - main_Select_61_out_1, - main_Select_62_out_1 - ) [instance: 79, cache: 2]; - // - // node Compute[80]: x = 280, y = 1260, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "-$0" - // page group: mesh - // expression: value = -a - // name[2]: value = a - // name[3]: value = b - // -main_Compute_80_out_1[cache: 1] = - Compute( - main_Compute_80_in_1, - main_Compute_79_out_1, - main_Compute_80_in_3 - ) [instance: 80, cache: 2]; - // - // node Transmitter[315]: x = 280, y = 1330, inputs = 1, label = minEdge - // page group: mesh - // -minEdge = main_Compute_80_out_1; - // - // node Receiver[576]: x = 100, y = 90, inputs = 1, label = minEdge - // page group: graph - // -main_Receiver_576_out_1[cache: 0] = minEdge; - // - // node Transmitter[314]: x = 160, y = 1330, inputs = 1, label = maxEdge - // page group: mesh - // -maxEdge = main_Compute_79_out_1; - // - // node Receiver[577]: x = 170, y = 90, inputs = 1, label = maxEdge - // page group: graph - // -main_Receiver_577_out_1[cache: 0] = maxEdge; - // - // node Vector[11]: x = 100, y = 180, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_11" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [ 0.05 0 0 ] - // input[5]: defaulting = 1, visible = 1, type = 8, value = [ -0.1 -0.1 -0.02 ] - // input[6]: defaulting = 1, visible = 1, type = 8, value = [ 0.1 0.1 0.02 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 3.0 3.0 4.0 ] - // output[1]: visible = 1, type = 8, value = [ 0.05 0 0 ] - // page group: graph - // -main_Vector_11_out_1 = - Vector( - main_Vector_11_in_1, - main_Vector_11_in_2, - main_Vector_11_in_3, - main_Vector_11_in_4, - main_Receiver_576_out_1, - main_Receiver_577_out_1, - main_Vector_11_in_7, - main_Vector_11_in_8, - main_Vector_11_in_9, - main_Vector_11_in_10, - main_Vector_11_in_11 - ) [instance: 11, cache: 2]; - // - // node Compute[84]: x = 50, y = 260, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "(mag($0) == 0) ? 0 : 1" - // page group: graph - // expression: value = (mag(a) == 0) ? 0 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_84_out_1[cache: 1] = - Compute( - main_Compute_84_in_1, - main_Vector_11_out_1, - main_Compute_84_in_3 - ) [instance: 84, cache: 2]; - // - // node Route[196]: x = 90, y = 330, inputs = 2, outputs = 2, label = Route - // page group: graph - // -main_Route_196_out_1[cache: 1], -main_Route_196_out_2[cache: 1] = - Route( - main_Compute_84_out_1, - main_Vector_11_out_1 - ) [instance: 196, cache: 2]; - // - // node Integer[19]: x = 170, y = 340, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_19" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 201 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 201 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 201 - // page group: graph - // - // - // node Grid[1]: x = 0, y = 410, inputs = 4, label = Grid - // input[2]: defaulting = 0, visible = 1, type = 32, value = "line" - // input[4]: defaulting = 1, visible = 1, type = 16777217, value = {50} - // page group: graph - // -main_Grid_1_out_1[cache: 1] = - Grid( - main_Vector_10_out_1, - main_Grid_1_in_2, - main_Route_196_out_1, - main_Integer_19_out_1 - ) [instance: 1, cache: 2]; - // - // node Color[21]: x = 0, y = 490, inputs = 5, label = Color - // input[2]: defaulting = 0, visible = 1, type = 32, value = "cyan" - // page group: graph - // -main_Color_21_out_1[cache: 1] = - Color( - main_Grid_1_out_1, - main_Color_21_in_2, - main_Color_21_in_3, - main_Color_21_in_4, - main_Color_21_in_5 - ) [instance: 21, cache: 2]; - // - // node ShowConnections[2]: x = 0, y = 570, inputs = 1, label = ShowConnections - // page group: graph - // -main_ShowConnections_2_out_1[cache: 1] = - ShowConnections( - main_Color_21_out_1 - ) [instance: 2, cache: 2]; - // - // node Transmitter[99]: x = 0, y = 650, inputs = 1, label = line_1 - // page group: graph - // -line_1 = main_ShowConnections_2_out_1; - // - // node Receiver[114]: x = 270, y = 0, inputs = 1, label = line_1 - // page group: graph - // -main_Receiver_114_out_1[cache: 0] = line_1; - // - // node Toggle[29]: x = 0, y = 810, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_29" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: graph - // toggle : 0 - // - // - // node Transmitter[182]: x = 70, y = 810, inputs = 1, label = doPlot - // page group: graph - // -doPlot = main_Toggle_29_out_1; - // - // node Receiver[293]: x = 350, y = 70, inputs = 1, label = doPlot - // page group: graph - // -main_Receiver_293_out_1[cache: 0] = doPlot; - // - // node Receiver[126]: x = 400, y = 0, inputs = 1, label = pointScal_1 - // page group: graph - // -main_Receiver_126_out_1[cache: 0] = pointScal_1; - // - // node Route[103]: x = 410, y = 70, inputs = 2, outputs = 2, label = Route - // page group: graph - // -main_Route_103_out_1[cache: 1], -main_Route_103_out_2[cache: 1] = - Route( - main_Receiver_293_out_1, - main_Receiver_126_out_1 - ) [instance: 103, cache: 2]; - // - // node Map[1]: x = 320, y = 170, inputs = 4, label = Map - // page group: graph - // -main_Map_1_out_1[cache: 1] = - Map( - main_Receiver_114_out_1, - main_Route_103_out_1, - main_Map_1_in_3, - main_Map_1_in_4 - ) [instance: 1, cache: 2]; - // - // node Remove[2]: x = 320, y = 270, inputs = 2, label = Remove - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"invalid positions", "invalid connections"} - // page group: graph - // -main_Remove_2_out_1[cache: 1] = - Remove( - main_Map_1_out_1, - main_Remove_2_in_2 - ) [instance: 2, cache: 2]; - // - // node Mark[4]: x = 320, y = 350, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: graph - // -main_Mark_4_out_1[cache: 1] = - Mark( - main_Remove_2_out_1, - main_Mark_4_in_2 - ) [instance: 4, cache: 2]; - // - // node Compute[12]: x = 320, y = 420, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "dot($0,$1)/mag($1)" - // page group: graph - // expression: value = dot(a,b)/mag(b) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_12_out_1[cache: 1] = - Compute( - main_Compute_12_in_1, - main_Mark_4_out_1, - main_Vector_11_out_1 - ) [instance: 12, cache: 2]; - // - // node Unmark[2]: x = 400, y = 430, inputs = 2, label = Unmark - // page group: graph - // -main_Unmark_2_out_1[cache: 1] = - Unmark( - main_Compute_12_out_1, - main_Unmark_2_in_2 - ) [instance: 2, cache: 2]; - // - // node String[3]: x = 240, y = 420, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "green" - // page group: graph - // - // - // node Color[20]: x = 260, y = 530, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "red" - // page group: graph - // -main_Color_20_out_1[cache: 1] = - Color( - main_Unmark_2_out_1, - main_String_3_out_1, - main_Color_20_in_3, - main_Color_20_in_4, - main_Color_20_in_5 - ) [instance: 20, cache: 2]; - // - // node Transmitter[73]: x = 350, y = 420, inputs = 1, label = dataName_1 - // page group: readField - // -dataName_1 = main_Selector_6_out_2; - // - // node Receiver[116]: x = 360, y = 520, inputs = 1, label = dataName_1 - // page group: graph - // -main_Receiver_116_out_1[cache: 0] = dataName_1; - // - // node Options[2]: x = 260, y = 600, inputs = 9, label = Options - // input[2]: defaulting = 0, visible = 1, type = 32, value = "mark" - // input[3]: defaulting = 0, visible = 1, type = 32, value = "triangle" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "mark every" - // input[5]: defaulting = 0, visible = 1, type = 29, value = 3 - // input[6]: defaulting = 0, visible = 1, type = 32, value = "label" - // page group: graph - // -main_Options_2_out_1[cache: 1] = - Options( - main_Color_20_out_1, - main_Options_2_in_2, - main_Options_2_in_3, - main_Options_2_in_4, - main_Options_2_in_5, - main_Options_2_in_6, - main_Receiver_116_out_1, - main_Options_2_in_8, - main_Options_2_in_9 - ) [instance: 2, cache: 2]; - // - // node StringList[15]: x = 540, y = 670, inputs = 0, label = StringList - // output[1]: visible = 1, type = 16777248, value = {"undep" "dep"} - // page group: graph - // - // - // node Integer[21]: x = 460, y = 670, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_21" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 0 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 0 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 2 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 0 - // page group: graph - // - // - // node Integer[20]: x = 630, y = 670, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_20" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 0 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 0 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 3 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 0 - // page group: graph - // - // - // node Toggle[48]: x = 100, y = 610, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_48" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: Print - // toggle : 0 - // -main_Toggle_48_out_1 = - Toggle( - main_Toggle_48_in_1, - main_Toggle_48_in_2, - main_Toggle_48_in_3, - main_Toggle_48_in_4, - main_Toggle_48_in_5, - main_Toggle_48_in_6 - ) [instance: 48, cache: 2]; - // - // node Switch[101]: x = 220, y = 720, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"white"} - // input[3]: defaulting = 0, visible = 1, type = 16777248, value = {"black"} - // page group: Print - // -main_Switch_101_out_1[cache: 1] = - Switch( - main_Toggle_48_out_1, - main_Switch_101_in_2, - main_Switch_101_in_3 - ) [instance: 101, cache: 2]; - // - // node Transmitter[125]: x = 200, y = 830, inputs = 1, label = foreground_color - // page group: Print - // -foreground_color = main_Switch_101_out_1; - // - // node Receiver[161]: x = 550, y = 750, inputs = 1, label = foreground_color - // page group: graph - // -main_Receiver_161_out_1[cache: 0] = foreground_color; - // - // node Plot[1]: x = 260, y = 750, inputs = 26, label = Plot - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = NULL - // input[6]: defaulting = 1, visible = 1, type = 1, value = NULL - // input[8]: visible = 1 - // input[9]: defaulting = 1, visible = 1, type = 5, value = .75 - // input[10]: defaulting = 1, visible = 1, type = 16777248, value = {"orange"} - // page group: graph - // -main_Plot_1_out_1[cache: 1] = - Plot( - main_Options_2_out_1, - main_StringList_15_out_1, - main_Plot_1_in_3, - main_Plot_1_in_4, - main_Plot_1_in_5, - main_Integer_21_out_1, - main_Plot_1_in_7, - main_Integer_20_out_1, - main_Plot_1_in_9, - main_Receiver_161_out_1, - main_Plot_1_in_11, - main_Plot_1_in_12, - main_Plot_1_in_13, - main_Plot_1_in_14, - main_Plot_1_in_15, - main_Plot_1_in_16, - main_Plot_1_in_17, - main_Plot_1_in_18, - main_Plot_1_in_19, - main_Plot_1_in_20, - main_Plot_1_in_21, - main_Plot_1_in_22, - main_Plot_1_in_23, - main_Plot_1_in_24, - main_Plot_1_in_25, - main_Plot_1_in_26 - ) [instance: 1, cache: 2]; - // - // node Transmitter[101]: x = 390, y = 890, inputs = 1, label = plt_image - // page group: graph - // -plt_image = main_Plot_1_out_1; - // - // node Receiver[124]: x = 710, y = 0, inputs = 1, label = plt_image - // page group: graph - // -main_Receiver_124_out_1[cache: 0] = plt_image; - // - // node Switch[100]: x = 70, y = 720, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"black"} - // input[3]: defaulting = 0, visible = 1, type = 16777248, value = {"white"} - // page group: Print - // -main_Switch_100_out_1[cache: 1] = - Switch( - main_Toggle_48_out_1, - main_Switch_100_in_2, - main_Switch_100_in_3 - ) [instance: 100, cache: 2]; - // - // node Transmitter[124]: x = 60, y = 830, inputs = 1, label = background_color - // page group: Print - // -background_color = main_Switch_100_out_1; - // - // node Receiver[160]: x = 790, y = 0, inputs = 1, label = background_color - // page group: graph - // -main_Receiver_160_out_1[cache: 0] = background_color; - // - // node AutoCamera[3]: x = 760, y = 200, inputs = 9, label = AutoCamera - // input[9]: defaulting = 1, visible = 1, type = 32, value = "blue" - // page group: graph - // -main_AutoCamera_3_out_1[cache: 1] = - AutoCamera( - main_Receiver_124_out_1, - main_AutoCamera_3_in_2, - main_AutoCamera_3_in_3, - main_AutoCamera_3_in_4, - main_AutoCamera_3_in_5, - main_AutoCamera_3_in_6, - main_AutoCamera_3_in_7, - main_AutoCamera_3_in_8, - main_Receiver_160_out_1 - ) [instance: 3, cache: 2]; - // - // node Compute[42]: x = 290, y = 690, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: readField - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_42_out_1[cache: 1] = - Compute( - main_Compute_42_in_1, - main_Inquire_40_out_1, - main_Compute_42_in_3 - ) [instance: 42, cache: 2]; - // - // node Inquire[44]: x = 420, y = 690, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // page group: readField - // -main_Inquire_44_out_1[cache: 1] = - Inquire( - main_foamReadField_1_out_2, - main_Inquire_44_in_2, - main_Inquire_44_in_3 - ) [instance: 44, cache: 2]; - // - // node Switch[171]: x = 420, y = 790, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 67108863, value = 1 - // page group: readField - // -main_Switch_171_out_1[cache: 1] = - Switch( - main_Compute_42_out_1, - main_Switch_171_in_2, - main_Inquire_44_out_1 - ) [instance: 171, cache: 2]; - // - // node Compute[51]: x = 420, y = 870, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: readField - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_51_out_1[cache: 1] = - Compute( - main_Compute_51_in_1, - main_Switch_171_out_1, - main_Compute_51_in_3 - ) [instance: 51, cache: 2]; - // - // node Transmitter[237]: x = 420, y = 950, inputs = 1, label = useGlyph_1 - // page group: readField - // -useGlyph_1 = main_Compute_51_out_1; - // - // node Receiver[179]: x = 300, y = 20, inputs = 1, label = useGlyph_1 - // page group: color_1 - // -main_Receiver_179_out_1[cache: 0] = useGlyph_1; - // - // node Toggle[54]: x = 230, y = 250, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_54" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[194]: x = 310, y = 250, inputs = 1, label = raw_1 - // page group: scalVis_1 - // -raw_1 = main_Toggle_54_out_1; - // - // node Receiver[324]: x = 520, y = 500, inputs = 1, label = raw_1 - // page group: scalVis_1 - // -main_Receiver_324_out_1[cache: 0] = raw_1; - // - // node Toggle[49]: x = 230, y = 80, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_49" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[143]: x = 310, y = 80, inputs = 1, label = cellData_1 - // page group: scalVis_1 - // -cellData_1 = main_Toggle_49_out_1; - // - // node Receiver[209]: x = 430, y = 290, inputs = 1, label = cellData_1 - // page group: scalVis_1 - // -main_Receiver_209_out_1[cache: 0] = cellData_1; - // - // node Selector[29]: x = 230, y = 0, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_29" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "off" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "on" "off" "only" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "off" - // page group: scalVis_1 - // - // - // node Transmitter[141]: x = 310, y = 10, inputs = 1, label = isoLines_1 - // page group: scalVis_1 - // -isoLines_1 = main_Selector_29_out_1; - // - // node Receiver[203]: x = 520, y = 290, inputs = 1, label = isoLines_1 - // page group: scalVis_1 - // -main_Receiver_203_out_1[cache: 0] = isoLines_1; - // - // node Switch[114]: x = 510, y = 370, inputs = 3, label = Switch - // input[3]: defaulting = 0, visible = 1, type = 67108863, value = 2 - // page group: scalVis_1 - // -main_Switch_114_out_1[cache: 1] = - Switch( - main_Receiver_209_out_1, - main_Receiver_203_out_1, - main_Switch_114_in_3 - ) [instance: 114, cache: 2]; - // - // node Receiver[208]: x = 880, y = 140, inputs = 1, label = cellData_1 - // page group: scalVis_1 - // -main_Receiver_208_out_1[cache: 0] = cellData_1; - // - // node Selector[70]: x = 0, y = 760, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_70" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "contour" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "contour" "rubbersheet" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "contour" - // page group: scalVis_1 - // - // - // node Transmitter[140]: x = 80, y = 760, inputs = 1, label = rbrSheet_1 - // page group: scalVis_1 - // -rbrSheet_1 = main_Selector_70_out_1; - // - // node Receiver[201]: x = 540, y = 130, inputs = 1, label = rbrSheet_1 - // page group: scalVis_1 - // -main_Receiver_201_out_1[cache: 0] = rbrSheet_1; - // - // node Toggle[52]: x = 230, y = 170, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_52" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[173]: x = 310, y = 170, inputs = 1, label = disable_1 - // page group: scalVis_1 - // -disable_1 = main_Toggle_52_out_1; - // - // node Receiver[285]: x = 120, y = 640, inputs = 1, label = disable_1 - // page group: surfDef_1 - // -main_Receiver_285_out_1[cache: 0] = disable_1; - // - // node Toggle[83]: x = 230, y = 540, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_83" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[384]: x = 310, y = 540, inputs = 1, label = fromFile_1 - // page group: scalVis_1 - // -fromFile_1 = main_Toggle_83_out_1; - // - // node Receiver[716]: x = 80, y = 460, inputs = 1, label = fromFile_1 - // page group: surfDef_1 - // -main_Receiver_716_out_1[cache: 0] = fromFile_1; - // - // node Selector[88]: x = 0, y = 670, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_88" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "plane" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "plane" "isosurface" "isosurface from 2" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "plane" - // page group: scalVis_1 - // - // - // node Transmitter[139]: x = 80, y = 670, inputs = 1, label = surfType_1 - // page group: scalVis_1 - // -surfType_1 = main_Selector_88_out_1; - // - // node Receiver[281]: x = 60, y = 310, inputs = 1, label = surfType_1 - // page group: surfDef_1 - // -main_Receiver_281_out_1[cache: 0] = surfType_1; - // - // node Receiver[197]: x = 90, y = 130, inputs = 1, label = surfType_1 - // page group: surfDef_1 - // -main_Receiver_197_out_1[cache: 0] = surfType_1; - // - // node Receiver[316]: x = 530, y = 220, inputs = 1, label = surfType_1 - // page group: surfDef_1 - // -main_Receiver_316_out_1[cache: 0] = surfType_1; - // - // node Toggle[81]: x = 230, y = 440, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_81" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // -main_Toggle_81_out_1 = - Toggle( - main_Toggle_81_in_1, - main_Toggle_81_in_2, - main_Toggle_81_in_3, - main_Toggle_81_in_4, - main_Toggle_81_in_5, - main_Toggle_81_in_6 - ) [instance: 81, cache: 2]; - // - // node Transmitter[354]: x = 310, y = 440, inputs = 1, label = patchDisplay_1 - // page group: scalVis_1 - // -patchDisplay_1 = main_Toggle_81_out_1; - // - // node Receiver[635]: x = 10, y = 330, inputs = 1, label = patchDisplay_1 - // page group: route - // -main_Receiver_635_out_1[cache: 0] = patchDisplay_1; - // - // node Receiver[332]: x = 10, y = 80, inputs = 1, label = cellData_1 - // page group: route - // -main_Receiver_332_out_1[cache: 0] = cellData_1; - // - // node Receiver[333]: x = 60, y = 10, inputs = 1, label = pointField_1 - // page group: route - // -main_Receiver_333_out_1[cache: 0] = pointField_1; - // - // node Inquire[38]: x = 40, y = 670, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: readField - // -main_Inquire_38_out_1[cache: 1] = - Inquire( - main_foamReadField_1_out_1, - main_Inquire_38_in_2, - main_Inquire_38_in_3 - ) [instance: 38, cache: 2]; - // - // node Route[135]: x = 130, y = 670, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_135_out_1[cache: 1], -main_Route_135_out_2[cache: 1] = - Route( - main_Inquire_38_out_1, - main_foamReadField_1_out_1 - ) [instance: 135, cache: 2]; - // - // node Route[137]: x = 110, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_137_out_1[cache: 1], -main_Route_137_out_2[cache: 1] = - Route( - main_Inquire_40_out_1, - main_Route_135_out_1 - ) [instance: 137, cache: 2]; - // - // node Transmitter[1]: x = 80, y = 860, inputs = 1, label = volField_1 - // page group: readField - // -volField_1 = main_Route_137_out_1; - // - // node Receiver[334]: x = 140, y = 80, inputs = 1, label = volField_1 - // page group: route - // -main_Receiver_334_out_1[cache: 0] = volField_1; - // - // node Switch[156]: x = 70, y = 160, inputs = 3, label = Switch - // input[3]: defaulting = 1, visible = 1, type = 67108863, value = 2 - // page group: route - // -main_Switch_156_out_1[cache: 1] = - Switch( - main_Receiver_332_out_1, - main_Receiver_333_out_1, - main_Receiver_334_out_1 - ) [instance: 156, cache: 2]; - // - // node Receiver[520]: x = 20, y = 20, inputs = 1, label = visMesh - // page group: Exclude - // -main_Receiver_520_out_1[cache: 0] = visMesh; - // - // node Extract[1]: x = 20, y = 100, inputs = 2, label = Extract - // input[2]: defaulting = 0, visible = 1, type = 32, value = "patchNames" - // page group: Exclude - // -main_Extract_1_out_1[cache: 1] = - Extract( - main_Receiver_520_out_1, - main_Extract_1_in_2 - ) [instance: 1, cache: 2]; - // - // node SelectorList[1]: x = 20, y = 180, inputs = 7, label = SelectorList - // input[1]: defaulting = 0, visible = 0, type = 32, value = "SelectorList_1" - // input[2]: defaulting = 0, visible = 0, type = 16777248, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 16777245, value = NULL - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "inlet" "pipeButt" "atmosphere" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 } - // output[1]: visible = 1, type = 16777245, value = NULL - // output[2]: visible = 1, type = 16777248, value = NULL - // page group: Exclude - // -main_SelectorList_1_out_1, -main_SelectorList_1_out_2 = - SelectorList( - main_SelectorList_1_in_1, - main_SelectorList_1_in_2, - main_SelectorList_1_in_3, - main_Extract_1_out_1, - main_SelectorList_1_in_5, - main_SelectorList_1_in_6, - main_SelectorList_1_in_7 - ) [instance: 1, cache: 2]; - // - // node Transmitter[290]: x = 20, y = 270, inputs = 1, label = patchValues - // page group: Exclude - // -patchValues = main_SelectorList_1_out_1; - // - // node Receiver[648]: x = 340, y = 700, inputs = 1, label = patchValues - // page group: Exclude - // -main_Receiver_648_out_1[cache: 0] = patchValues; - // - // node Inquire[75]: x = 310, y = 800, inputs = 3, label = Inquire - // page group: Exclude - // -main_Inquire_75_out_1[cache: 1] = - Inquire( - main_Receiver_648_out_1, - main_Inquire_75_in_2, - main_Inquire_75_in_3 - ) [instance: 75, cache: 2]; - // - // node Compute[101]: x = 310, y = 870, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: Exclude - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_101_out_1[cache: 1] = - Compute( - main_Compute_101_in_1, - main_Inquire_75_out_1, - main_Compute_101_in_3 - ) [instance: 101, cache: 2]; - // - // node Receiver[565]: x = 1020, y = 960, inputs = 1, label = validTimes - // page group: import - // -main_Receiver_565_out_1[cache: 0] = validTimes; - // - // node Compute[70]: x = 1040, y = 1050, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: import - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_70_out_1[cache: 1] = - Compute( - main_Compute_70_in_1, - main_Receiver_565_out_1, - main_Compute_70_in_3 - ) [instance: 70, cache: 2]; - // - // node Transmitter[313]: x = 240, y = 260, inputs = 1, label = staticFoamMesh - // page group: import - // -staticFoamMesh = main_foamReadMesh_1_out_1; - // - // node Receiver[567]: x = 1170, y = 1010, inputs = 1, label = staticFoamMesh - // page group: import - // -main_Receiver_567_out_1[cache: 0] = staticFoamMesh; - // - // node Receiver[566]: x = 1180, y = 1100, inputs = 1, label = movingFoamMesh - // page group: import - // -main_Receiver_566_out_1[cache: 0] = movingFoamMesh; - // - // node Switch[199]: x = 1110, y = 1170, inputs = 3, label = Switch - // page group: import - // -main_Switch_199_out_1[cache: 1] = - Switch( - main_Compute_70_out_1, - main_Receiver_567_out_1, - main_Receiver_566_out_1 - ) [instance: 199, cache: 2]; - // - // node Transmitter[312]: x = 1120, y = 1270, inputs = 1, label = foamMesh - // page group: import - // -foamMesh = main_Switch_199_out_1; - // - // node Receiver[540]: x = 110, y = 20, inputs = 1, label = foamMesh - // page group: subSet - // -main_Receiver_540_out_1[cache: 0] = foamMesh; - // - // node Receiver[539]: x = 220, y = 30, inputs = 1, label = visMesh - // page group: subSet - // -main_Receiver_539_out_1[cache: 0] = visMesh; - // - // node foamIndexCells[1]: x = 120, y = 180, inputs = 2, label = foamIndexCells - // page group: subSet - // -main_foamIndexCells_1_out_1 = - foamIndexCells( - main_Receiver_540_out_1, - main_Receiver_539_out_1 - ) [instance: 1, cache: 2]; - // - // node Transmitter[301]: x = 120, y = 250, inputs = 1, label = cellIndexField - // page group: subSet - // -cellIndexField = main_foamIndexCells_1_out_1; - // - // node Receiver[645]: x = 30, y = 770, inputs = 1, label = cellIndexField - // page group: Exclude - // -main_Receiver_645_out_1[cache: 0] = cellIndexField; - // - // node Receiver[646]: x = 60, y = 690, inputs = 1, label = patchDisplay_1 - // page group: Exclude - // -main_Receiver_646_out_1[cache: 0] = patchDisplay_1; - // - // node Transmitter[342]: x = 0, y = 240, inputs = 1, label = rawFoamField_1 - // page group: route - // -rawFoamField_1 = main_Switch_156_out_1; - // - // node Receiver[647]: x = 170, y = 690, inputs = 1, label = rawFoamField_1 - // page group: Exclude - // -main_Receiver_647_out_1[cache: 0] = rawFoamField_1; - // - // node Route[208]: x = 150, y = 770, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_208_out_1[cache: 1], -main_Route_208_out_2[cache: 1] = - Route( - main_Receiver_646_out_1, - main_Receiver_647_out_1 - ) [instance: 208, cache: 2]; - // - // node Replace[9]: x = 80, y = 850, inputs = 4, label = Replace - // input[4]: defaulting = 0, visible = 1, type = 32, value = "indices" - // page group: Exclude - // -main_Replace_9_out_1[cache: 1] = - Replace( - main_Receiver_645_out_1, - main_Route_208_out_2, - main_Replace_9_in_3, - main_Replace_9_in_4 - ) [instance: 9, cache: 2]; - // - // node Mark[13]: x = 80, y = 920, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "indices" - // page group: Exclude - // -main_Mark_13_out_1[cache: 1] = - Mark( - main_Replace_9_out_1, - main_Mark_13_in_2 - ) [instance: 13, cache: 2]; - // - // node Include[4]: x = 80, y = 990, inputs = 6, label = Include - // input[3]: defaulting = 0, visible = 1, type = 5, value = -0.5 - // input[4]: defaulting = 0, visible = 1, type = 3, value = 0 - // page group: Exclude - // -main_Include_4_out_1[cache: 1] = - Include( - main_Mark_13_out_1, - main_Include_4_in_2, - main_Include_4_in_3, - main_Include_4_in_4, - main_Include_4_in_5, - main_Include_4_in_6 - ) [instance: 4, cache: 2]; - // - // node Compute[104]: x = 120, y = 1060, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "- $0- 1" - // page group: Exclude - // expression: value = - a- 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_104_out_1[cache: 1] = - Compute( - main_Compute_104_in_1, - main_Include_4_out_1, - main_Compute_104_in_3 - ) [instance: 104, cache: 2]; - // - // node Transmitter[347]: x = 90, y = 1130, inputs = 1, label = noCellFoamField_1 - // page group: Exclude - // -noCellFoamField_1 = main_Compute_104_out_1; - // - // node Receiver[652]: x = 460, y = 760, inputs = 1, label = noCellFoamField_1 - // page group: Exclude - // -main_Receiver_652_out_1[cache: 0] = noCellFoamField_1; - // - // node Switch[216]: x = 470, y = 980, inputs = 3, label = Switch - // page group: Exclude - // -main_Switch_216_out_1[cache: 1] = - Switch( - main_Compute_101_out_1, - main_Switch_216_in_2, - main_Receiver_652_out_1 - ) [instance: 216, cache: 2]; - // - // node Unmark[3]: x = 480, y = 1060, inputs = 2, label = Unmark - // page group: Exclude - // -main_Unmark_3_out_1[cache: 1] = - Unmark( - main_Switch_216_out_1, - main_Unmark_3_in_2 - ) [instance: 3, cache: 2]; - // - // node Inquire[77]: x = 400, y = 1140, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: Exclude - // -main_Inquire_77_out_1[cache: 1] = - Inquire( - main_Unmark_3_out_1, - main_Inquire_77_in_2, - main_Inquire_77_in_3 - ) [instance: 77, cache: 2]; - // - // node Route[206]: x = 480, y = 1140, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_206_out_1[cache: 1], -main_Route_206_out_2[cache: 1] = - Route( - main_Inquire_77_out_1, - main_Unmark_3_out_1 - ) [instance: 206, cache: 2]; - // - // node Transmitter[348]: x = 440, y = 1210, inputs = 1, label = patchFoamField_1 - // page group: Exclude - // -patchFoamField_1 = main_Route_206_out_1; - // - // node Receiver[636]: x = 180, y = 240, inputs = 1, label = patchFoamField_1 - // page group: route - // -main_Receiver_636_out_1[cache: 0] = patchFoamField_1; - // - // node Switch[211]: x = 130, y = 330, inputs = 3, label = Switch - // page group: route - // -main_Switch_211_out_1[cache: 1] = - Switch( - main_Receiver_635_out_1, - main_Switch_156_out_1, - main_Receiver_636_out_1 - ) [instance: 211, cache: 2]; - // - // node Transmitter[198]: x = 130, y = 430, inputs = 1, label = foamField_1 - // page group: route - // -foamField_1 = main_Switch_211_out_1; - // - // node Receiver[653]: x = 670, y = 170, inputs = 1, label = foamField_1 - // page group: surfDef_1 - // -main_Receiver_653_out_1[cache: 0] = foamField_1; - // - // node Route[68]: x = 670, y = 290, inputs = 2, outputs = 2, label = Route - // page group: surfDef_1 - // -main_Route_68_out_1[cache: 1], -main_Route_68_out_2[cache: 1] = - Route( - main_Receiver_316_out_1, - main_Receiver_653_out_1 - ) [instance: 68, cache: 2]; - // - // node Receiver[132]: x = 70, y = 390, inputs = 1, label = pointField_1 - // page group: scalVis_1 - // -main_Receiver_132_out_1[cache: 0] = pointField_1; - // - // node Mark[5]: x = 10, y = 410, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: scalVis_1 - // -main_Mark_5_out_1[cache: 1] = - Mark( - main_Receiver_132_out_1, - main_Mark_5_in_2 - ) [instance: 5, cache: 2]; - // - // node Vector[8]: x = 10, y = 480, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_8" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [0.015000004 0.050000001 0 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ 0.0 0.0 0.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 0.1 0.1 0.01 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 3.0 3.0 4.0 ] - // output[1]: visible = 1, type = 8, value = [0.015000004 0.050000001 0 ] - // page group: scalVis_1 - // -main_Vector_8_out_1 = - Vector( - main_Vector_8_in_1, - main_Mark_5_out_1, - main_Vector_8_in_3, - main_Vector_8_in_4, - main_Vector_8_in_5, - main_Vector_8_in_6, - main_Vector_8_in_7, - main_Vector_8_in_8, - main_Vector_8_in_9, - main_Vector_8_in_10, - main_Vector_8_in_11 - ) [instance: 8, cache: 2]; - // - // node Transmitter[318]: x = 90, y = 480, inputs = 1, label = plPt_1 - // page group: scalVis_1 - // -plPt_1 = main_Vector_8_out_1; - // - // node Receiver[133]: x = 770, y = 260, inputs = 1, label = plPt_1 - // page group: surfDef_1 - // -main_Receiver_133_out_1[cache: 0] = plPt_1; - // - // node Vector[4]: x = 300, y = 780, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_4" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [ 0 0 1 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ -1.0 -1.0 -1.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 1.0 1.0 1.0 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 1.0 1.0 1.0 ] - // output[1]: visible = 1, type = 8, value = [ 0 0 1 ] - // page group: scalVis_1 - // - // - // node Compute[81]: x = 290, y = 880, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "(mag($0) == 0.0) ? 0 : 1" - // page group: scalVis_1 - // expression: value = (mag(a) == 0.0) ? 0 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_81_out_1[cache: 1] = - Compute( - main_Compute_81_in_1, - main_Vector_4_out_1, - main_Compute_81_in_3 - ) [instance: 81, cache: 2]; - // - // node Route[193]: x = 380, y = 880, inputs = 2, outputs = 2, label = Route - // page group: scalVis_1 - // -main_Route_193_out_1[cache: 1], -main_Route_193_out_2[cache: 1] = - Route( - main_Compute_81_out_1, - main_Vector_4_out_1 - ) [instance: 193, cache: 2]; - // - // node Transmitter[30]: x = 380, y = 960, inputs = 1, label = plVect_1 - // page group: scalVis_1 - // -plVect_1 = main_Route_193_out_1; - // - // node Receiver[87]: x = 830, y = 300, inputs = 1, label = plVect_1 - // page group: surfDef_1 - // -main_Receiver_87_out_1[cache: 0] = plVect_1; - // - // node MapToPlane[19]: x = 720, y = 390, inputs = 3, label = MapToPlane - // page group: surfDef_1 - // -main_MapToPlane_19_out_1[cache: 1] = - MapToPlane( - main_Route_68_out_1, - main_Receiver_133_out_1, - main_Receiver_87_out_1 - ) [instance: 19, cache: 2]; - // - // node Transmitter[183]: x = 720, y = 510, inputs = 1, label = mapPlane_1 - // page group: surfDef_1 - // -mapPlane_1 = main_MapToPlane_19_out_1; - // - // node Receiver[294]: x = 90, y = 20, inputs = 1, label = mapPlane_1 - // page group: surfDef_1 - // -main_Receiver_294_out_1[cache: 0] = mapPlane_1; - // - // node Selector[87]: x = 0, y = 580, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_87" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "by number of C" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "by value" "by number of C" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 2 1 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "by number of C" - // page group: scalVis_1 - // - // - // node Transmitter[138]: x = 80, y = 580, inputs = 1, label = nCtrOrVal_1 - // page group: scalVis_1 - // -nCtrOrVal_1 = main_Selector_87_out_1; - // - // node Receiver[196]: x = 940, y = 430, inputs = 1, label = nCtrOrVal_1 - // page group: surfDef_1 - // -main_Receiver_196_out_1[cache: 0] = nCtrOrVal_1; - // - // node Receiver[193]: x = 940, y = 350, inputs = 1, label = nCtrOrVal_1 - // page group: surfDef_1 - // -main_Receiver_193_out_1[cache: 0] = nCtrOrVal_1; - // - // node Receiver[194]: x = 840, y = 10, inputs = 1, label = surfType_1 - // page group: surfDef_1 - // -main_Receiver_194_out_1[cache: 0] = surfType_1; - // - // node Receiver[317]: x = 970, y = 90, inputs = 1, label = pointField_1 - // page group: surfDef_1 - // -main_Receiver_317_out_1[cache: 0] = pointField_1; - // - // node Toggle[43]: x = 650, y = 410, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_43" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: readField - // toggle : 0 - // -main_Toggle_43_out_1 = - Toggle( - main_Toggle_43_in_1, - main_Toggle_43_in_2, - main_Toggle_43_in_3, - main_Toggle_43_in_4, - main_Toggle_43_in_5, - main_Toggle_43_in_6 - ) [instance: 43, cache: 2]; - // - // node Receiver[369]: x = 630, y = 30, inputs = 1, label = foamDb - // page group: readField - // -main_Receiver_369_out_1[cache: 0] = foamDb; - // - // node Receiver[370]: x = 700, y = 30, inputs = 1, label = foamTime - // page group: readField - // -main_Receiver_370_out_1[cache: 0] = foamTime; - // - // node Selector[100]: x = 810, y = 20, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_100" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "volScalarField" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"volScalarField" "volVectorField" "volTensorField" "pointScalarField" "pointVectorField" "surfaceScalarField" "surfaceVectorField" "scalarField" "vectorField" "tetPointScalarField" "tetPointVectorField" "tetPointTensorField" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = {0 1 2 3 4 5 6 7 8 9 10 11 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "volScalarField" - // page group: readField - // -main_Selector_100_out_1, -main_Selector_100_out_2 = - Selector( - main_Selector_100_in_1, - main_Selector_100_in_2, - main_Selector_100_in_3, - main_Selector_100_in_4, - main_Selector_100_in_5, - main_Selector_100_in_6, - main_Selector_100_in_7 - ) [instance: 100, cache: 2]; - // - // node foamGetFieldNames[6]: x = 650, y = 110, inputs = 3, label = foamGetFieldNames - // page group: readField - // -main_foamGetFieldNames_6_out_1[cache: 1] = - foamGetFieldNames( - main_Receiver_369_out_1, - main_Receiver_370_out_1, - main_Selector_100_out_2 - ) [instance: 6, cache: 2]; - // - // node Inquire[35]: x = 650, y = 200, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: readField - // -main_Inquire_35_out_1[cache: 1] = - Inquire( - main_foamGetFieldNames_6_out_1, - main_Inquire_35_in_2, - main_Inquire_35_in_3 - ) [instance: 35, cache: 2]; - // - // node Route[131]: x = 730, y = 200, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_131_out_1[cache: 1], -main_Route_131_out_2[cache: 1] = - Route( - main_Inquire_35_out_1, - main_foamGetFieldNames_6_out_1 - ) [instance: 131, cache: 2]; - // - // node Selector[84]: x = 710, y = 300, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_84" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "p" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "p" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "p" - // page group: readField - // -main_Selector_84_out_1, -main_Selector_84_out_2 = - Selector( - main_Selector_84_in_1, - main_Selector_84_in_2, - main_Selector_84_in_3, - main_Route_131_out_1, - main_Selector_84_in_5, - main_Selector_84_in_6, - main_Selector_84_in_7 - ) [instance: 84, cache: 2]; - // - // node Select[37]: x = 650, y = 300, inputs = 3, label = Select - // page group: readField - // -main_Select_37_out_1[cache: 1] = - Select( - main_Route_131_out_1, - main_Selector_84_out_1, - main_Select_37_in_3 - ) [instance: 37, cache: 2]; - // - // node Route[51]: x = 710, y = 410, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_51_out_1[cache: 1], -main_Route_51_out_2[cache: 1] = - Route( - main_Toggle_43_out_1, - main_Select_37_out_1 - ) [instance: 51, cache: 2]; - // - // node Transmitter[248]: x = 840, y = 140, inputs = 1, label = dataType_2 - // page group: readField - // -dataType_2 = main_Selector_100_out_2; - // - // node Receiver[391]: x = 550, y = 490, inputs = 1, label = dataType_2 - // page group: readField - // -main_Receiver_391_out_1[cache: 0] = dataType_2; - // - // node Receiver[19]: x = 660, y = 520, inputs = 1, label = movingFoamMesh - // page group: readField - // -main_Receiver_19_out_1[cache: 0] = movingFoamMesh; - // - // node Receiver[17]: x = 760, y = 460, inputs = 1, label = movingMesh - // page group: readField - // -main_Receiver_17_out_1[cache: 0] = movingMesh; - // - // node Receiver[394]: x = 860, y = 530, inputs = 1, label = lagrPos - // page group: readField - // -main_Receiver_394_out_1[cache: 0] = lagrPos; - // - // node foamReadField[2]: x = 650, y = 600, inputs = 5, label = foamReadField - // page group: readField - // -main_foamReadField_2_out_1, -main_foamReadField_2_out_2 = - foamReadField( - main_Route_51_out_1, - main_Receiver_391_out_1, - main_Receiver_19_out_1, - main_Receiver_17_out_1, - main_Receiver_394_out_1 - ) [instance: 2, cache: 2]; - // - // node Inquire[41]: x = 750, y = 690, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is 3D connections" - // page group: readField - // -main_Inquire_41_out_1[cache: 1] = - Inquire( - main_foamReadField_2_out_2, - main_Inquire_41_in_2, - main_Inquire_41_in_3 - ) [instance: 41, cache: 2]; - // - // node Route[140]: x = 790, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_140_out_1[cache: 1], -main_Route_140_out_2[cache: 1] = - Route( - main_Inquire_41_out_1, - main_foamReadField_2_out_2 - ) [instance: 140, cache: 2]; - // - // node Transmitter[193]: x = 760, y = 880, inputs = 1, label = pointField_2 - // page group: readField - // -pointField_2 = main_Route_140_out_1; - // - // node Receiver[280]: x = 1100, y = 0, inputs = 1, label = pointField_2 - // page group: surfDef_1 - // -main_Receiver_280_out_1[cache: 0] = pointField_2; - // - // node Route[95]: x = 1060, y = 90, inputs = 2, outputs = 3, label = Route - // page group: surfDef_1 - // -main_Route_95_out_1[cache: 1], -main_Route_95_out_2[cache: 1], -main_Route_95_out_3[cache: 1] = - Route( - main_Receiver_194_out_1, - main_Receiver_280_out_1 - ) [instance: 95, cache: 2]; - // - // node Switch[143]: x = 950, y = 190, inputs = 4, label = Switch - // page group: surfDef_1 - // -main_Switch_143_out_1[cache: 1] = - Switch( - main_Receiver_194_out_1, - main_Switch_143_in_2, - main_Receiver_317_out_1, - main_Route_95_out_3 - ) [instance: 143, cache: 2]; - // - // node Transmitter[181]: x = 1070, y = 280, inputs = 1, label = inField_1 - // page group: surfDef_1 - // -inField_1 = main_Switch_143_out_1; - // - // node Receiver[289]: x = 1330, y = 40, inputs = 1, label = inField_1 - // page group: surfDef_1 - // -main_Receiver_289_out_1[cache: 0] = inField_1; - // - // node Inquire[24]: x = 1240, y = 140, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // page group: surfDef_1 - // -main_Inquire_24_out_1[cache: 1] = - Inquire( - main_Receiver_289_out_1, - main_Inquire_24_in_2, - main_Inquire_24_in_3 - ) [instance: 24, cache: 2]; - // - // node Compute[25]: x = 1250, y = 210, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: surfDef_1 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_25_out_1[cache: 1] = - Compute( - main_Compute_25_in_1, - main_Inquire_24_out_1, - main_Compute_25_in_3 - ) [instance: 25, cache: 2]; - // - // node Route[102]: x = 1340, y = 140, inputs = 2, outputs = 2, label = Route - // page group: surfDef_1 - // -main_Route_102_out_1[cache: 1], -main_Route_102_out_2[cache: 1] = - Route( - main_Compute_25_out_1, - main_Receiver_289_out_1 - ) [instance: 102, cache: 2]; - // - // node Compute[26]: x = 1360, y = 220, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "mag($0)" - // page group: surfDef_1 - // expression: value = mag(a) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_26_out_1[cache: 1] = - Compute( - main_Compute_26_in_1, - main_Route_102_out_2, - main_Compute_26_in_3 - ) [instance: 26, cache: 2]; - // - // node Switch[145]: x = 1330, y = 310, inputs = 3, label = Switch - // page group: surfDef_1 - // -main_Switch_145_out_1[cache: 1] = - Switch( - main_Compute_25_out_1, - main_Route_102_out_1, - main_Compute_26_out_1 - ) [instance: 145, cache: 2]; - // - // node Transmitter[180]: x = 1330, y = 390, inputs = 1, label = outScal_1 - // page group: surfDef_1 - // -outScal_1 = main_Switch_145_out_1; - // - // node Receiver[291]: x = 1140, y = 280, inputs = 1, label = outScal_1 - // page group: surfDef_1 - // -main_Receiver_291_out_1[cache: 0] = outScal_1; - // - // node Route[63]: x = 1050, y = 350, inputs = 2, outputs = 2, label = Route - // page group: surfDef_1 - // -main_Route_63_out_1[cache: 1], -main_Route_63_out_2[cache: 1] = - Route( - main_Receiver_193_out_1, - main_Receiver_291_out_1 - ) [instance: 63, cache: 2]; - // - // node Integer[4]: x = 0, y = 320, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_4" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 10 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 100 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 10 - // page group: scalVis_1 - // - // - // node Transmitter[29]: x = 60, y = 320, inputs = 1, label = nCtr_1 - // page group: scalVis_1 - // -nCtr_1 = main_Integer_4_out_1; - // - // node Receiver[174]: x = 1070, y = 420, inputs = 1, label = nCtr_1 - // page group: surfDef_1 - // -main_Receiver_174_out_1[cache: 0] = nCtr_1; - // - // node Isosurface[22]: x = 1030, y = 490, inputs = 6, label = Isosurface - // page group: surfDef_1 - // -main_Isosurface_22_out_1[cache: 1] = - Isosurface( - main_Route_63_out_1, - main_Isosurface_22_in_2, - main_Receiver_174_out_1, - main_Isosurface_22_in_4, - main_Isosurface_22_in_5, - main_Isosurface_22_in_6 - ) [instance: 22, cache: 2]; - // - // node Scalar[15]: x = 0, y = 240, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_15" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.008 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 5 - // output[1]: visible = 1, type = 5, value = 0.008 - // page group: scalVis_1 - // - // - // node Transmitter[31]: x = 60, y = 240, inputs = 1, label = isoVal_1 - // page group: scalVis_1 - // -isoVal_1 = main_Scalar_15_out_1; - // - // node Receiver[97]: x = 1160, y = 420, inputs = 1, label = isoVal_1 - // page group: surfDef_1 - // -main_Receiver_97_out_1[cache: 0] = isoVal_1; - // - // node Isosurface[17]: x = 1130, y = 490, inputs = 6, label = Isosurface - // input[3]: defaulting = 0, visible = 1, type = 1, value = 3 - // page group: surfDef_1 - // -main_Isosurface_17_out_1[cache: 1] = - Isosurface( - main_Route_63_out_2, - main_Receiver_97_out_1, - main_Isosurface_17_in_3, - main_Isosurface_17_in_4, - main_Isosurface_17_in_5, - main_Isosurface_17_in_6 - ) [instance: 17, cache: 2]; - // - // node Switch[107]: x = 1030, y = 560, inputs = 3, label = Switch - // page group: surfDef_1 - // -main_Switch_107_out_1[cache: 1] = - Switch( - main_Receiver_196_out_1, - main_Isosurface_22_out_1, - main_Isosurface_17_out_1 - ) [instance: 107, cache: 2]; - // - // node Transmitter[184]: x = 1030, y = 620, inputs = 1, label = isoSurf_1 - // page group: surfDef_1 - // -isoSurf_1 = main_Switch_107_out_1; - // - // node Receiver[295]: x = 320, y = 30, inputs = 1, label = isoSurf_1 - // page group: surfDef_1 - // -main_Receiver_295_out_1[cache: 0] = isoSurf_1; - // - // node Switch[108]: x = 210, y = 210, inputs = 4, label = Switch - // page group: surfDef_1 - // -main_Switch_108_out_1[cache: 1] = - Switch( - main_Receiver_197_out_1, - main_Receiver_294_out_1, - main_Receiver_295_out_1, - main_Receiver_295_out_1 - ) [instance: 108, cache: 2]; - // - // node Route[94]: x = 200, y = 290, inputs = 2, outputs = 3, label = Route - // page group: surfDef_1 - // -main_Route_94_out_1[cache: 1], -main_Route_94_out_2[cache: 1], -main_Route_94_out_3[cache: 1] = - Route( - main_Receiver_281_out_1, - main_Switch_108_out_1 - ) [instance: 94, cache: 2]; - // - // node Receiver[195]: x = 320, y = 270, inputs = 1, label = pointField_1 - // page group: surfDef_1 - // -main_Receiver_195_out_1[cache: 0] = pointField_1; - // - // node Map[4]: x = 260, y = 360, inputs = 4, label = Map - // page group: surfDef_1 - // -main_Map_4_out_1[cache: 1] = - Map( - main_Route_94_out_3, - main_Receiver_195_out_1, - main_Map_4_in_3, - main_Map_4_in_4 - ) [instance: 4, cache: 2]; - // - // node Switch[109]: x = 190, y = 440, inputs = 4, label = Switch - // page group: surfDef_1 - // -main_Switch_109_out_1[cache: 1] = - Switch( - main_Receiver_281_out_1, - main_Route_94_out_1, - main_Route_94_out_2, - main_Map_4_out_1 - ) [instance: 109, cache: 2]; - // - // node FileSelector[1]: x = 230, y = 630, inputs = 0, label = FileSelector - // output[1]: visible = 1, type = 32, value = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/U.dx" - // output[2]: visible = 1, type = 32, value = "U.dx" - // page group: scalVis_1 - // - // - // node Transmitter[362]: x = 340, y = 630, inputs = 1, label = DXName_1 - // page group: scalVis_1 - // -DXName_1 = main_FileSelector_1_out_1; - // - // node Receiver[679]: x = 380, y = 380, inputs = 1, label = DXName_1 - // page group: surfDef_1 - // -main_Receiver_679_out_1[cache: 0] = DXName_1; - // - // node Import[1]: x = 380, y = 450, inputs = 6, label = Import - // input[3]: defaulting = 0, visible = 1, type = 32, value = "dx" - // page group: surfDef_1 - // -main_Import_1_out_1[cache: 1] = - Import( - main_Receiver_679_out_1, - main_Import_1_in_2, - main_Import_1_in_3, - main_Import_1_in_4, - main_Import_1_in_5, - main_Import_1_in_6 - ) [instance: 1, cache: 2]; - // - // node Switch[220]: x = 200, y = 540, inputs = 3, label = Switch - // page group: surfDef_1 - // -main_Switch_220_out_1[cache: 1] = - Switch( - main_Receiver_716_out_1, - main_Switch_109_out_1, - main_Import_1_out_1 - ) [instance: 220, cache: 2]; - // - // node Route[97]: x = 200, y = 640, inputs = 2, outputs = 2, label = Route - // page group: surfDef_1 - // -main_Route_97_out_1[cache: 1], -main_Route_97_out_2[cache: 1] = - Route( - main_Receiver_285_out_1, - main_Switch_220_out_1 - ) [instance: 97, cache: 2]; - // - // node Transmitter[164]: x = 180, y = 740, inputs = 1, label = mapField_1 - // page group: surfDef_1 - // -mapField_1 = main_Route_97_out_1; - // - // node Receiver[79]: x = 160, y = 570, inputs = 1, label = mapField_1 - // page group: route - // -main_Receiver_79_out_1[cache: 0] = mapField_1; - // - // node Inquire[2]: x = 250, y = 710, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_2_out_1[cache: 1] = - Inquire( - main_Receiver_79_out_1, - main_Inquire_2_in_2, - main_Inquire_2_in_3 - ) [instance: 2, cache: 2]; - // - // node Route[27]: x = 340, y = 710, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_27_out_1[cache: 1], -main_Route_27_out_2[cache: 1] = - Route( - main_Inquire_2_out_1, - main_Receiver_79_out_1 - ) [instance: 27, cache: 2]; - // - // node Transmitter[127]: x = 330, y = 810, inputs = 1, label = mapScal_1 - // page group: route - // -mapScal_1 = main_Route_27_out_1; - // - // node Receiver[80]: x = 650, y = 10, inputs = 1, label = mapScal_1 - // page group: scalVis_1 - // -main_Receiver_80_out_1[cache: 0] = mapScal_1; - // - // node Route[10]: x = 650, y = 90, inputs = 2, outputs = 2, label = Route - // page group: scalVis_1 - // -main_Route_10_out_1[cache: 1], -main_Route_10_out_2[cache: 1] = - Route( - main_Receiver_201_out_1, - main_Receiver_80_out_1 - ) [instance: 10, cache: 2]; - // - // node Scalar[19]: x = 0, y = 20, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_19" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.1 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.1 - // page group: scalVis_1 - // - // - // node Transmitter[42]: x = 60, y = 20, inputs = 1, label = shtScl_1 - // page group: scalVis_1 - // -shtScl_1 = main_Scalar_19_out_1; - // - // node Receiver[170]: x = 770, y = 60, inputs = 1, label = shtScl_1 - // page group: scalVis_1 - // -main_Receiver_170_out_1[cache: 0] = shtScl_1; - // - // node RubberSheet[8]: x = 680, y = 150, inputs = 4, label = RubberSheet - // page group: scalVis_1 - // -main_RubberSheet_8_out_1[cache: 1] = - RubberSheet( - main_Route_10_out_2, - main_Receiver_170_out_1, - main_RubberSheet_8_in_3, - main_RubberSheet_8_in_4 - ) [instance: 8, cache: 2]; - // - // node Switch[106]: x = 630, y = 210, inputs = 3, label = Switch - // page group: scalVis_1 - // -main_Switch_106_out_1[cache: 1] = - Switch( - main_Receiver_201_out_1, - main_Route_10_out_1, - main_RubberSheet_8_out_1 - ) [instance: 106, cache: 2]; - // - // node Route[69]: x = 830, y = 280, inputs = 2, outputs = 2, label = Route - // page group: scalVis_1 - // -main_Route_69_out_1[cache: 1], -main_Route_69_out_2[cache: 1] = - Route( - main_Receiver_208_out_1, - main_Switch_106_out_1 - ) [instance: 69, cache: 2]; - // - // node Receiver[198]: x = 830, y = 370, inputs = 1, label = nCtrOrVal_1 - // page group: scalVis_1 - // -main_Receiver_198_out_1[cache: 0] = nCtrOrVal_1; - // - // node Route[66]: x = 920, y = 440, inputs = 2, outputs = 2, label = Route - // page group: scalVis_1 - // -main_Route_66_out_1[cache: 1], -main_Route_66_out_2[cache: 1] = - Route( - main_Receiver_198_out_1, - main_Route_69_out_1 - ) [instance: 66, cache: 2]; - // - // node Receiver[200]: x = 900, y = 510, inputs = 1, label = nCtr_1 - // page group: scalVis_1 - // -main_Receiver_200_out_1[cache: 0] = nCtr_1; - // - // node Isosurface[24]: x = 860, y = 580, inputs = 6, label = Isosurface - // page group: scalVis_1 - // -main_Isosurface_24_out_1[cache: 1] = - Isosurface( - main_Route_66_out_1, - main_Isosurface_24_in_2, - main_Receiver_200_out_1, - main_Isosurface_24_in_4, - main_Isosurface_24_in_5, - main_Isosurface_24_in_6 - ) [instance: 24, cache: 2]; - // - // node Receiver[199]: x = 1000, y = 480, inputs = 1, label = isoVal_1 - // page group: scalVis_1 - // -main_Receiver_199_out_1[cache: 0] = isoVal_1; - // - // node Isosurface[23]: x = 960, y = 580, inputs = 6, label = Isosurface - // input[3]: defaulting = 0, visible = 1, type = 1, value = 3 - // page group: scalVis_1 - // -main_Isosurface_23_out_1[cache: 1] = - Isosurface( - main_Route_66_out_2, - main_Receiver_199_out_1, - main_Isosurface_23_in_3, - main_Isosurface_23_in_4, - main_Isosurface_23_in_5, - main_Isosurface_23_in_6 - ) [instance: 23, cache: 2]; - // - // node Switch[110]: x = 870, y = 650, inputs = 3, label = Switch - // page group: scalVis_1 - // -main_Switch_110_out_1[cache: 1] = - Switch( - main_Receiver_198_out_1, - main_Isosurface_24_out_1, - main_Isosurface_23_out_1 - ) [instance: 110, cache: 2]; - // - // node Transmitter[147]: x = 900, y = 750, inputs = 1, label = iso_1 - // page group: scalVis_1 - // -iso_1 = main_Switch_110_out_1; - // - // node Receiver[212]: x = 670, y = 360, inputs = 1, label = iso_1 - // page group: scalVis_1 - // -main_Receiver_212_out_1[cache: 0] = iso_1; - // - // node Collect[60]: x = 600, y = 430, inputs = 2, label = Collect - // page group: scalVis_1 - // -main_Collect_60_out_1[cache: 1] = - Collect( - main_Route_69_out_1, - main_Receiver_212_out_1 - ) [instance: 60, cache: 2]; - // - // node Switch[111]: x = 590, y = 500, inputs = 4, label = Switch - // page group: scalVis_1 - // -main_Switch_111_out_1[cache: 1] = - Switch( - main_Switch_114_out_1, - main_Collect_60_out_1, - main_Switch_106_out_1, - main_Receiver_212_out_1 - ) [instance: 111, cache: 2]; - // - // node Receiver[327]: x = 700, y = 510, inputs = 1, label = foamField_1 - // page group: scalVis_1 - // -main_Receiver_327_out_1[cache: 0] = foamField_1; - // - // node Switch[153]: x = 600, y = 570, inputs = 3, label = Switch - // page group: scalVis_1 - // -main_Switch_153_out_1[cache: 1] = - Switch( - main_Receiver_324_out_1, - main_Switch_111_out_1, - main_Receiver_327_out_1 - ) [instance: 153, cache: 2]; - // - // node Transmitter[137]: x = 580, y = 660, inputs = 1, label = uncoloredScal_1 - // page group: scalVis_1 - // -uncoloredScal_1 = main_Switch_153_out_1; - // - // node Receiver[192]: x = 450, y = 0, inputs = 1, label = uncoloredScal_1 - // page group: color_1 - // -main_Receiver_192_out_1[cache: 0] = uncoloredScal_1; - // - // node Toggle[44]: x = 0, y = 390, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_44" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: glyphVis_1 - // toggle : 0 - // - // - // node Receiver[323]: x = 10, y = 40, inputs = 1, label = raw_1 - // page group: glyphVis_1 - // -main_Receiver_323_out_1[cache: 0] = raw_1; - // - // node Inquire[1]: x = 20, y = 710, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_1_out_1[cache: 1] = - Inquire( - main_Receiver_79_out_1, - main_Inquire_1_in_2, - main_Inquire_1_in_3 - ) [instance: 1, cache: 2]; - // - // node Route[4]: x = 110, y = 710, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_4_out_1[cache: 1], -main_Route_4_out_2[cache: 1] = - Route( - main_Inquire_1_out_1, - main_Receiver_79_out_1 - ) [instance: 4, cache: 2]; - // - // node Transmitter[126]: x = 80, y = 810, inputs = 1, label = mapVec_1 - // page group: route - // -mapVec_1 = main_Route_4_out_1; - // - // node Receiver[70]: x = 120, y = 20, inputs = 1, label = mapVec_1 - // page group: glyphVis_1 - // -main_Receiver_70_out_1[cache: 0] = mapVec_1; - // - // node Receiver[322]: x = 260, y = 0, inputs = 1, label = foamField_1 - // page group: glyphVis_1 - // -main_Receiver_322_out_1[cache: 0] = foamField_1; - // - // node Inquire[36]: x = 330, y = 70, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // page group: glyphVis_1 - // -main_Inquire_36_out_1[cache: 1] = - Inquire( - main_Receiver_322_out_1, - main_Inquire_36_in_2, - main_Inquire_36_in_3 - ) [instance: 36, cache: 2]; - // - // node Route[133]: x = 260, y = 70, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_1 - // -main_Route_133_out_1[cache: 1], -main_Route_133_out_2[cache: 1] = - Route( - main_Inquire_36_out_1, - main_Receiver_322_out_1 - ) [instance: 133, cache: 2]; - // - // node Switch[152]: x = 20, y = 150, inputs = 3, label = Switch - // page group: glyphVis_1 - // -main_Switch_152_out_1[cache: 1] = - Switch( - main_Receiver_323_out_1, - main_Receiver_70_out_1, - main_Route_133_out_1 - ) [instance: 152, cache: 2]; - // - // node Route[142]: x = 330, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_142_out_1[cache: 1], -main_Route_142_out_2[cache: 1] = - Route( - main_Compute_42_out_1, - main_foamReadField_1_out_2 - ) [instance: 142, cache: 2]; - // - // node Transmitter[236]: x = 300, y = 860, inputs = 1, label = scatterField_1 - // page group: readField - // -scatterField_1 = main_Route_142_out_1; - // - // node Receiver[374]: x = 440, y = 0, inputs = 1, label = scatterField_1 - // page group: glyphVis_1 - // -main_Receiver_374_out_1[cache: 0] = scatterField_1; - // - // node Inquire[42]: x = 510, y = 80, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: glyphVis_1 - // -main_Inquire_42_out_1[cache: 1] = - Inquire( - main_Receiver_374_out_1, - main_Inquire_42_in_2, - main_Inquire_42_in_3 - ) [instance: 42, cache: 2]; - // - // node Route[143]: x = 440, y = 80, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_1 - // -main_Route_143_out_1[cache: 1], -main_Route_143_out_2[cache: 1] = - Route( - main_Inquire_42_out_1, - main_Receiver_374_out_1 - ) [instance: 143, cache: 2]; - // - // node Collect[65]: x = 100, y = 230, inputs = 2, label = Collect - // page group: glyphVis_1 - // -main_Collect_65_out_1[cache: 1] = - Collect( - main_Switch_152_out_1, - main_Route_143_out_1 - ) [instance: 65, cache: 2]; - // - // node Integer[22]: x = 180, y = 230, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_22" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 100 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 1000000 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 100 - // page group: glyphVis_1 - // - // - // node Sample[1]: x = 110, y = 320, inputs = 2, label = Sample - // page group: glyphVis_1 - // -main_Sample_1_out_1[cache: 1] = - Sample( - main_Collect_65_out_1, - main_Integer_22_out_1 - ) [instance: 1, cache: 2]; - // - // node Switch[92]: x = 70, y = 390, inputs = 3, label = Switch - // page group: glyphVis_1 - // -main_Switch_92_out_1[cache: 1] = - Switch( - main_Toggle_44_out_1, - main_Collect_65_out_1, - main_Sample_1_out_1 - ) [instance: 92, cache: 2]; - // - // node Transmitter[256]: x = 70, y = 480, inputs = 1, label = glyphData_1 - // page group: glyphVis_1 - // -glyphData_1 = main_Switch_92_out_1; - // - // node Receiver[432]: x = 290, y = 230, inputs = 1, label = glyphData_1 - // page group: glyphVis_1 - // -main_Receiver_432_out_1[cache: 0] = glyphData_1; - // - // node StringList[11]: x = 400, y = 270, inputs = 0, label = StringList - // output[1]: visible = 1, type = 16777248, value = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" } - // page group: glyphVis_1 - // - // - // node Selector[58]: x = 490, y = 310, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_58" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "arrow2D" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 3 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "standard" "spiffy" "speedy" "arrow2D" "sphere" "diamond" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 } - // output[1]: visible = 1, type = 29, value = 3 - // output[2]: visible = 1, type = 32, value = "arrow2D" - // page group: glyphVis_1 - // -main_Selector_58_out_1, -main_Selector_58_out_2 = - Selector( - main_Selector_58_in_1, - main_Selector_58_in_2, - main_Selector_58_in_3, - main_StringList_11_out_1, - main_Selector_58_in_5, - main_Selector_58_in_6, - main_Selector_58_in_7 - ) [instance: 58, cache: 2]; - // - // node Select[45]: x = 420, y = 360, inputs = 3, label = Select - // page group: glyphVis_1 - // -main_Select_45_out_1[cache: 1] = - Select( - main_StringList_11_out_1, - main_Selector_58_out_1, - main_Select_45_in_3 - ) [instance: 45, cache: 2]; - // - // node Scalar[32]: x = 550, y = 230, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_32" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.01 - // input[5]: defaulting = 0, visible = 0, type = 5, value = 1e-10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+08 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[8]: defaulting = 1, visible = 0, type = 32, value = "relative" - // input[9]: defaulting = 1, visible = 0, type = 1, value = 4 - // output[1]: visible = 1, type = 5, value = 0.01 - // page group: glyphVis_1 - // -main_Scalar_32_out_1 = - Scalar( - main_Scalar_32_in_1, - main_Scalar_32_in_2, - main_Scalar_32_in_3, - main_Scalar_32_in_4, - main_Scalar_32_in_5, - main_Scalar_32_in_6, - main_Scalar_32_in_7, - main_Scalar_32_in_8, - main_Scalar_32_in_9, - main_Scalar_32_in_10, - main_Scalar_32_in_11 - ) [instance: 32, cache: 2]; - // - // node Glyph[17]: x = 340, y = 500, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVis_1 - // -main_Glyph_17_out_1[cache: 1] = - Glyph( - main_Receiver_432_out_1, - main_Select_45_out_1, - main_Glyph_17_in_3, - main_Scalar_32_out_1, - main_Glyph_17_in_5, - main_Glyph_17_in_6, - main_Glyph_17_in_7 - ) [instance: 17, cache: 2]; - // - // node Transmitter[130]: x = 330, y = 580, inputs = 1, label = uncoloredGlyph_1 - // page group: glyphVis_1 - // -uncoloredGlyph_1 = main_Glyph_17_out_1; - // - // node Receiver[205]: x = 590, y = 0, inputs = 1, label = uncoloredGlyph_1 - // page group: color_1 - // -main_Receiver_205_out_1[cache: 0] = uncoloredGlyph_1; - // - // node Switch[103]: x = 480, y = 100, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_103_out_1[cache: 1] = - Switch( - main_Receiver_179_out_1, - main_Receiver_192_out_1, - main_Receiver_205_out_1 - ) [instance: 103, cache: 2]; - // - // node Scalar[16]: x = 0, y = 160, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_16" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: scalVis_1 - // - // - // node Transmitter[32]: x = 60, y = 160, inputs = 1, label = opcty_1 - // page group: scalVis_1 - // -opcty_1 = main_Scalar_16_out_1; - // - // node Receiver[105]: x = 430, y = 270, inputs = 1, label = opcty_1 - // page group: color_1 - // -main_Receiver_105_out_1[cache: 0] = opcty_1; - // - // node Toggle[26]: x = 550, y = 190, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_26" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: color_1 - // toggle : 0 - // - // - // node Scalar[44]: x = 770, y = 160, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_44" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = -10.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = -10.0 - // page group: color_1 - // - // - // node Transmitter[336]: x = 530, y = 950, inputs = 1, label = rawField_1 - // page group: readField - // -rawField_1 = main_foamReadField_1_out_2; - // - // node Receiver[621]: x = 1050, y = 30, inputs = 1, label = rawField_1 - // page group: color_1 - // -main_Receiver_621_out_1[cache: 0] = rawField_1; - // - // node Inquire[73]: x = 1050, y = 110, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is 3D connections" - // page group: color_1 - // -main_Inquire_73_out_1[cache: 1] = - Inquire( - main_Receiver_621_out_1, - main_Inquire_73_in_2, - main_Inquire_73_in_3 - ) [instance: 73, cache: 2]; - // - // node Compute[97]: x = 1050, y = 190, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: color_1 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_97_out_1[cache: 1] = - Compute( - main_Compute_97_in_1, - main_Inquire_73_out_1, - main_Compute_97_in_3 - ) [instance: 97, cache: 2]; - // - // node Receiver[615]: x = 1130, y = 170, inputs = 1, label = scatterField_1 - // page group: color_1 - // -main_Receiver_615_out_1[cache: 0] = scatterField_1; - // - // node Receiver[614]: x = 1240, y = 170, inputs = 1, label = foamField_1 - // page group: color_1 - // -main_Receiver_614_out_1[cache: 0] = foamField_1; - // - // node Switch[207]: x = 1130, y = 260, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_207_out_1[cache: 1] = - Switch( - main_Compute_97_out_1, - main_Receiver_615_out_1, - main_Receiver_614_out_1 - ) [instance: 207, cache: 2]; - // - // node Transmitter[334]: x = 1130, y = 330, inputs = 1, label = colorField_1 - // page group: color_1 - // -colorField_1 = main_Switch_207_out_1; - // - // node Receiver[616]: x = 680, y = 160, inputs = 1, label = colorField_1 - // page group: color_1 - // -main_Receiver_616_out_1[cache: 0] = colorField_1; - // - // node Switch[87]: x = 710, y = 270, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_87_out_1[cache: 1] = - Switch( - main_Toggle_26_out_1, - main_Scalar_44_out_1, - main_Receiver_616_out_1 - ) [instance: 87, cache: 2]; - // - // node Scalar[43]: x = 620, y = 160, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_43" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 10.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 10.0 - // page group: color_1 - // - // - // node Switch[86]: x = 630, y = 270, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_86_out_1[cache: 1] = - Switch( - main_Toggle_26_out_1, - main_Scalar_43_out_1, - main_Receiver_616_out_1 - ) [instance: 86, cache: 2]; - // - // node AutoColor[27]: x = 490, y = 360, inputs = 10, label = AutoColor - // input[2]: defaulting = 1, visible = 1, type = 5, value = NULL - // input[8]: visible = 1 - // page group: color_1 - // -main_AutoColor_27_out_1[cache: 1], -main_AutoColor_27_out_2[cache: 1] = - AutoColor( - main_Switch_103_out_1, - main_Receiver_105_out_1, - main_AutoColor_27_in_3, - main_AutoColor_27_in_4, - main_AutoColor_27_in_5, - main_AutoColor_27_in_6, - main_Switch_87_out_1, - main_Switch_86_out_1, - main_AutoColor_27_in_9, - main_AutoColor_27_in_10 - ) [instance: 27, cache: 2]; - // - // node Receiver[338]: x = 1060, y = 0, inputs = 1, label = pointField_1 - // page group: route - // -main_Receiver_338_out_1[cache: 0] = pointField_1; - // - // node Inquire[27]: x = 990, y = 90, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_27_out_1[cache: 1] = - Inquire( - main_Receiver_338_out_1, - main_Inquire_27_in_2, - main_Inquire_27_in_3 - ) [instance: 27, cache: 2]; - // - // node Route[113]: x = 1070, y = 90, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_113_out_1[cache: 1], -main_Route_113_out_2[cache: 1] = - Route( - main_Inquire_27_out_1, - main_Receiver_338_out_1 - ) [instance: 113, cache: 2]; - // - // node Transmitter[200]: x = 1040, y = 190, inputs = 1, label = pointVec_1 - // page group: route - // -pointVec_1 = main_Route_113_out_1; - // - // node Receiver[143]: x = 810, y = 20, inputs = 1, label = pointVec_1 - // page group: strmLine - // -main_Receiver_143_out_1[cache: 0] = pointVec_1; - // - // node Toggle[32]: x = 10, y = 550, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_32" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: strmLine - // toggle : 0 - // - // - // node Transmitter[330]: x = 80, y = 550, inputs = 1, label = makeStrl - // page group: strmLine - // -makeStrl = main_Toggle_32_out_1; - // - // node Receiver[609]: x = 740, y = 20, inputs = 1, label = makeStrl - // page group: strmLine - // -main_Receiver_609_out_1[cache: 0] = makeStrl; - // - // node Transmitter[319]: x = 50, y = 1180, inputs = 1, label = lowerLeftBB - // page group: mesh - // -lowerLeftBB = main_Select_61_out_1; - // - // node Receiver[580]: x = 0, y = 30, inputs = 1, label = lowerLeftBB - // page group: strmLine - // -main_Receiver_580_out_1[cache: 0] = lowerLeftBB; - // - // node Transmitter[320]: x = 260, y = 1180, inputs = 1, label = upperRightBB - // page group: mesh - // -upperRightBB = main_Select_62_out_1; - // - // node Receiver[581]: x = 60, y = 100, inputs = 1, label = upperRightBB - // page group: strmLine - // -main_Receiver_581_out_1[cache: 0] = upperRightBB; - // - // node Vector[12]: x = 20, y = 170, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_12" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [-0.44999999 0.20000002 0 ] - // input[5]: defaulting = 1, visible = 1, type = 8, value = [ -0.9 -0.2 -0.3 ] - // input[6]: defaulting = 1, visible = 1, type = 8, value = [ 0.0 0.6 0.3 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 2.0 2.0 2.0 ] - // output[1]: visible = 1, type = 8, value = [-0.44999999 0.20000002 0 ] - // page group: strmLine - // -main_Vector_12_out_1 = - Vector( - main_Vector_12_in_1, - main_Vector_12_in_2, - main_Vector_12_in_3, - main_Vector_12_in_4, - main_Receiver_580_out_1, - main_Receiver_581_out_1, - main_Vector_12_in_7, - main_Vector_12_in_8, - main_Vector_12_in_9, - main_Vector_12_in_10, - main_Vector_12_in_11 - ) [instance: 12, cache: 2]; - // - // node Receiver[610]: x = 10, y = 640, inputs = 1, label = makeStrl - // page group: strmLine - // -main_Receiver_610_out_1[cache: 0] = makeStrl; - // - // node Toggle[34]: x = 10, y = 460, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_34" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: strmLine - // toggle : 0 - // - // - // node Transmitter[329]: x = 80, y = 460, inputs = 1, label = showStrl - // page group: strmLine - // -showStrl = main_Toggle_34_out_1; - // - // node Receiver[611]: x = 100, y = 640, inputs = 1, label = showStrl - // page group: strmLine - // -main_Receiver_611_out_1[cache: 0] = showStrl; - // - // node Compute[95]: x = 40, y = 710, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "($0 == 1) || ($1 == 1) ? 2 : 1" - // page group: strmLine - // expression: value = (a == 1) || (b == 1) ? 2 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_95_out_1[cache: 1] = - Compute( - main_Compute_95_in_1, - main_Receiver_610_out_1, - main_Receiver_611_out_1 - ) [instance: 95, cache: 2]; - // - // node Transmitter[331]: x = 40, y = 770, inputs = 1, label = makeGrid - // page group: strmLine - // -makeGrid = main_Compute_95_out_1; - // - // node Receiver[612]: x = 190, y = 80, inputs = 1, label = makeGrid - // page group: strmLine - // -main_Receiver_612_out_1[cache: 0] = makeGrid; - // - // node Route[200]: x = 230, y = 170, inputs = 2, outputs = 2, label = Route - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"rectangle"} - // page group: strmLine - // -main_Route_200_out_1[cache: 1], -main_Route_200_out_2[cache: 1] = - Route( - main_Receiver_612_out_1, - main_Route_200_in_2 - ) [instance: 200, cache: 2]; - // - // node Receiver[569]: x = 280, y = 10, inputs = 1, label = minEdge - // page group: strmLine - // -main_Receiver_569_out_1[cache: 0] = minEdge; - // - // node Receiver[568]: x = 370, y = 10, inputs = 1, label = maxEdge - // page group: strmLine - // -main_Receiver_568_out_1[cache: 0] = maxEdge; - // - // node VectorList[1]: x = 300, y = 80, inputs = 11, label = VectorList - // input[1]: defaulting = 0, visible = 0, type = 32, value = "VectorList_1" - // input[3]: defaulting = 0, visible = 0, type = 16777224, value = {[0.005 0 0 ] [0 0.005 0] } - // input[5]: defaulting = 1, visible = 1, type = 8, value = [ -0.9 -0.8 -0.6 ] - // input[6]: defaulting = 1, visible = 1, type = 8, value = [ 0.9 0.8 0.6 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 2.0 2.0 2.0 ] - // output[1]: visible = 1, type = 16777224, value = {[0.005 0 0 ] [0 0.005 0] } - // page group: strmLine - // -main_VectorList_1_out_1 = - VectorList( - main_VectorList_1_in_1, - main_VectorList_1_in_2, - main_VectorList_1_in_3, - main_VectorList_1_in_4, - main_Receiver_569_out_1, - main_Receiver_568_out_1, - main_VectorList_1_in_7, - main_VectorList_1_in_8, - main_VectorList_1_in_9, - main_VectorList_1_in_10, - main_VectorList_1_in_11 - ) [instance: 1, cache: 2]; - // - // node IntegerList[1]: x = 350, y = 180, inputs = 11, label = IntegerList - // input[1]: defaulting = 0, visible = 0, type = 32, value = "IntegerList_1" - // input[3]: defaulting = 0, visible = 0, type = 16777217, value = {1,1} - // input[5]: defaulting = 1, visible = 0, type = 1, value = -1000000 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 1000000 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 16777217, value = {1,1} - // page group: strmLine - // - // - // node Grid[4]: x = 230, y = 260, inputs = 4, label = Grid - // input[2]: defaulting = 1, visible = 1, type = 32, value = "rectangle" - // input[4]: defaulting = 1, visible = 1, type = 16777217, value = {50} - // page group: strmLine - // -main_Grid_4_out_1[cache: 1] = - Grid( - main_Vector_12_out_1, - main_Route_200_out_2, - main_VectorList_1_out_1, - main_IntegerList_1_out_1 - ) [instance: 4, cache: 2]; - // - // node Transmitter[111]: x = 250, y = 340, inputs = 1, label = grdStrl_1 - // page group: strmLine - // -grdStrl_1 = main_Grid_4_out_1; - // - // node Receiver[138]: x = 910, y = 20, inputs = 1, label = grdStrl_1 - // page group: strmLine - // -main_Receiver_138_out_1[cache: 0] = grdStrl_1; - // - // node Route[43]: x = 900, y = 100, inputs = 2, outputs = 2, label = Route - // page group: strmLine - // -main_Route_43_out_1[cache: 1], -main_Route_43_out_2[cache: 1] = - Route( - main_Receiver_609_out_1, - main_Receiver_138_out_1 - ) [instance: 43, cache: 2]; - // - // node Scalar[45]: x = 980, y = 20, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_45" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 1e-10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: strmLine - // - // - // node Toggle[33]: x = 1090, y = 90, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_33" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: strmLine - // toggle : 0 - // - // - // node Scalar[71]: x = 1050, y = 20, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_71" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.2 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 1e-06 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 2.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.2 - // page group: strmLine - // - // - // node Streamline[1]: x = 880, y = 190, inputs = 7, label = Streamline - // input[3]: defaulting = 1, visible = 1, type = 16777221, value = { 0.0 } - // input[4]: defaulting = 1, visible = 1, type = 5, value = 10.0 - // input[5]: defaulting = 1, visible = 1, type = 34816, value = NULL - // input[7]: defaulting = 1, visible = 1, type = 29, value = 1 - // page group: strmLine - // -main_Streamline_1_out_1[cache: 1] = - Streamline( - main_Receiver_143_out_1, - main_Route_43_out_1, - main_Streamline_1_in_3, - main_Scalar_45_out_1, - main_Streamline_1_in_5, - main_Toggle_33_out_1, - main_Scalar_71_out_1 - ) [instance: 1, cache: 2]; - // - // node AutoColor[31]: x = 880, y = 280, inputs = 10, label = AutoColor - // page group: strmLine - // -main_AutoColor_31_out_1[cache: 1], -main_AutoColor_31_out_2[cache: 1] = - AutoColor( - main_Streamline_1_out_1, - main_AutoColor_31_in_2, - main_AutoColor_31_in_3, - main_AutoColor_31_in_4, - main_AutoColor_31_in_5, - main_AutoColor_31_in_6, - main_Streamline_1_out_1, - main_AutoColor_31_in_8, - main_AutoColor_31_in_9, - main_AutoColor_31_in_10 - ) [instance: 31, cache: 2]; - // - // node Compute[41]: x = 850, y = 690, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: readField - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_41_out_1[cache: 1] = - Compute( - main_Compute_41_in_1, - main_Inquire_41_out_1, - main_Compute_41_in_3 - ) [instance: 41, cache: 2]; - // - // node Inquire[45]: x = 970, y = 690, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // page group: readField - // -main_Inquire_45_out_1[cache: 1] = - Inquire( - main_foamReadField_2_out_2, - main_Inquire_45_in_2, - main_Inquire_45_in_3 - ) [instance: 45, cache: 2]; - // - // node Switch[172]: x = 970, y = 800, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 67108863, value = 1 - // page group: readField - // -main_Switch_172_out_1[cache: 1] = - Switch( - main_Compute_41_out_1, - main_Switch_172_in_2, - main_Inquire_45_out_1 - ) [instance: 172, cache: 2]; - // - // node Compute[52]: x = 970, y = 880, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: readField - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_52_out_1[cache: 1] = - Compute( - main_Compute_52_in_1, - main_Switch_172_out_1, - main_Compute_52_in_3 - ) [instance: 52, cache: 2]; - // - // node Transmitter[238]: x = 970, y = 950, inputs = 1, label = useGlyph_2 - // page group: readField - // -useGlyph_2 = main_Compute_52_out_1; - // - // node Receiver[213]: x = 370, y = 40, inputs = 1, label = useGlyph_2 - // page group: color_2 - // -main_Receiver_213_out_1[cache: 0] = useGlyph_2; - // - // node Toggle[55]: x = 240, y = 270, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_55" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[196]: x = 320, y = 270, inputs = 1, label = raw_2 - // page group: scalVis_2 - // -raw_2 = main_Toggle_55_out_1; - // - // node Receiver[328]: x = 510, y = 540, inputs = 1, label = raw_2 - // page group: scalVis_2 - // -main_Receiver_328_out_1[cache: 0] = raw_2; - // - // node Toggle[50]: x = 240, y = 90, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_50" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[155]: x = 320, y = 90, inputs = 1, label = cellData_2 - // page group: scalVis_2 - // -cellData_2 = main_Toggle_50_out_1; - // - // node Receiver[234]: x = 470, y = 300, inputs = 1, label = cellData_2 - // page group: scalVis_2 - // -main_Receiver_234_out_1[cache: 0] = cellData_2; - // - // node Selector[72]: x = 240, y = 0, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_72" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "off" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "on" "off" "only" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "off" - // page group: scalVis_2 - // - // - // node Transmitter[153]: x = 320, y = 0, inputs = 1, label = isoLines_2 - // page group: scalVis_2 - // -isoLines_2 = main_Selector_72_out_1; - // - // node Receiver[233]: x = 540, y = 250, inputs = 1, label = isoLines_2 - // page group: scalVis_2 - // -main_Receiver_233_out_1[cache: 0] = isoLines_2; - // - // node Switch[123]: x = 540, y = 380, inputs = 3, label = Switch - // input[3]: defaulting = 0, visible = 1, type = 67108863, value = 2 - // page group: scalVis_2 - // -main_Switch_123_out_1[cache: 1] = - Switch( - main_Receiver_234_out_1, - main_Receiver_233_out_1, - main_Switch_123_in_3 - ) [instance: 123, cache: 2]; - // - // node Receiver[224]: x = 930, y = 130, inputs = 1, label = cellData_2 - // page group: scalVis_2 - // -main_Receiver_224_out_1[cache: 0] = cellData_2; - // - // node Selector[74]: x = 0, y = 650, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_74" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "contour" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "contour" "rubbersheet" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "contour" - // page group: scalVis_2 - // - // - // node Transmitter[154]: x = 80, y = 650, inputs = 1, label = rbrSheet_2 - // page group: scalVis_2 - // -rbrSheet_2 = main_Selector_74_out_1; - // - // node Receiver[225]: x = 570, y = 130, inputs = 1, label = rbrSheet_2 - // page group: scalVis_2 - // -main_Receiver_225_out_1[cache: 0] = rbrSheet_2; - // - // node Toggle[53]: x = 240, y = 180, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_53" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[174]: x = 320, y = 180, inputs = 1, label = disable_2 - // page group: scalVis_2 - // -disable_2 = main_Toggle_53_out_1; - // - // node Receiver[313]: x = 80, y = 650, inputs = 1, label = disable_2 - // page group: surfDef_2 - // -main_Receiver_313_out_1[cache: 0] = disable_2; - // - // node Toggle[84]: x = 240, y = 530, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_84" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[386]: x = 320, y = 530, inputs = 1, label = fromFile_2 - // page group: scalVis_2 - // -fromFile_2 = main_Toggle_84_out_1; - // - // node Receiver[719]: x = 40, y = 470, inputs = 1, label = fromFile_2 - // page group: surfDef_2 - // -main_Receiver_719_out_1[cache: 0] = fromFile_2; - // - // node Selector[93]: x = 0, y = 750, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_93" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "plane" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "plane" "isosurface" "isosurface from 1" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "plane" - // page group: scalVis_2 - // - // - // node Transmitter[163]: x = 80, y = 750, inputs = 1, label = surfType_2 - // page group: scalVis_2 - // -surfType_2 = main_Selector_93_out_1; - // - // node Receiver[304]: x = 20, y = 310, inputs = 1, label = surfType_2 - // page group: surfDef_2 - // -main_Receiver_304_out_1[cache: 0] = surfType_2; - // - // node Receiver[305]: x = 50, y = 130, inputs = 1, label = surfType_2 - // page group: surfDef_2 - // -main_Receiver_305_out_1[cache: 0] = surfType_2; - // - // node Receiver[318]: x = 480, y = 240, inputs = 1, label = surfType_2 - // page group: surfDef_2 - // -main_Receiver_318_out_1[cache: 0] = surfType_2; - // - // node Toggle[82]: x = 240, y = 450, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_82" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // -main_Toggle_82_out_1 = - Toggle( - main_Toggle_82_in_1, - main_Toggle_82_in_2, - main_Toggle_82_in_3, - main_Toggle_82_in_4, - main_Toggle_82_in_5, - main_Toggle_82_in_6 - ) [instance: 82, cache: 2]; - // - // node Transmitter[355]: x = 320, y = 450, inputs = 1, label = patchDisplay_2 - // page group: scalVis_2 - // -patchDisplay_2 = main_Toggle_82_out_1; - // - // node Receiver[638]: x = 360, y = 330, inputs = 1, label = patchDisplay_2 - // page group: route - // -main_Receiver_638_out_1[cache: 0] = patchDisplay_2; - // - // node Receiver[335]: x = 400, y = 80, inputs = 1, label = cellData_2 - // page group: route - // -main_Receiver_335_out_1[cache: 0] = cellData_2; - // - // node Receiver[336]: x = 450, y = 10, inputs = 1, label = pointField_2 - // page group: route - // -main_Receiver_336_out_1[cache: 0] = pointField_2; - // - // node Inquire[39]: x = 590, y = 680, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: readField - // -main_Inquire_39_out_1[cache: 1] = - Inquire( - main_foamReadField_2_out_1, - main_Inquire_39_in_2, - main_Inquire_39_in_3 - ) [instance: 39, cache: 2]; - // - // node Route[136]: x = 680, y = 680, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_136_out_1[cache: 1], -main_Route_136_out_2[cache: 1] = - Route( - main_Inquire_39_out_1, - main_foamReadField_2_out_1 - ) [instance: 136, cache: 2]; - // - // node Route[139]: x = 660, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_139_out_1[cache: 1], -main_Route_139_out_2[cache: 1] = - Route( - main_Inquire_41_out_1, - main_Route_136_out_1 - ) [instance: 139, cache: 2]; - // - // node Transmitter[120]: x = 630, y = 870, inputs = 1, label = volField_2 - // page group: readField - // -volField_2 = main_Route_139_out_1; - // - // node Receiver[337]: x = 530, y = 80, inputs = 1, label = volField_2 - // page group: route - // -main_Receiver_337_out_1[cache: 0] = volField_2; - // - // node Switch[157]: x = 460, y = 160, inputs = 3, label = Switch - // input[3]: defaulting = 1, visible = 1, type = 67108863, value = 2 - // page group: route - // -main_Switch_157_out_1[cache: 1] = - Switch( - main_Receiver_335_out_1, - main_Receiver_336_out_1, - main_Receiver_337_out_1 - ) [instance: 157, cache: 2]; - // - // node Receiver[639]: x = 1040, y = 710, inputs = 1, label = patchValues - // page group: Exclude - // -main_Receiver_639_out_1[cache: 0] = patchValues; - // - // node Inquire[76]: x = 1010, y = 800, inputs = 3, label = Inquire - // page group: Exclude - // -main_Inquire_76_out_1[cache: 1] = - Inquire( - main_Receiver_639_out_1, - main_Inquire_76_in_2, - main_Inquire_76_in_3 - ) [instance: 76, cache: 2]; - // - // node Compute[103]: x = 1010, y = 870, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: Exclude - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_103_out_1[cache: 1] = - Compute( - main_Compute_103_in_1, - main_Inquire_76_out_1, - main_Compute_103_in_3 - ) [instance: 103, cache: 2]; - // - // node Receiver[649]: x = 730, y = 780, inputs = 1, label = cellIndexField - // page group: Exclude - // -main_Receiver_649_out_1[cache: 0] = cellIndexField; - // - // node Receiver[650]: x = 760, y = 700, inputs = 1, label = patchDisplay_2 - // page group: Exclude - // -main_Receiver_650_out_1[cache: 0] = patchDisplay_2; - // - // node Transmitter[343]: x = 380, y = 240, inputs = 1, label = rawFoamField_2 - // page group: route - // -rawFoamField_2 = main_Switch_157_out_1; - // - // node Receiver[651]: x = 870, y = 700, inputs = 1, label = rawFoamField_2 - // page group: Exclude - // -main_Receiver_651_out_1[cache: 0] = rawFoamField_2; - // - // node Route[209]: x = 850, y = 780, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_209_out_1[cache: 1], -main_Route_209_out_2[cache: 1] = - Route( - main_Receiver_650_out_1, - main_Receiver_651_out_1 - ) [instance: 209, cache: 2]; - // - // node Replace[11]: x = 780, y = 860, inputs = 4, label = Replace - // input[4]: defaulting = 0, visible = 1, type = 32, value = "indices" - // page group: Exclude - // -main_Replace_11_out_1[cache: 1] = - Replace( - main_Receiver_649_out_1, - main_Route_209_out_2, - main_Replace_11_in_3, - main_Replace_11_in_4 - ) [instance: 11, cache: 2]; - // - // node Mark[15]: x = 780, y = 930, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "indices" - // page group: Exclude - // -main_Mark_15_out_1[cache: 1] = - Mark( - main_Replace_11_out_1, - main_Mark_15_in_2 - ) [instance: 15, cache: 2]; - // - // node Include[6]: x = 780, y = 1000, inputs = 6, label = Include - // input[3]: defaulting = 0, visible = 1, type = 5, value = -0.5 - // input[4]: defaulting = 0, visible = 1, type = 3, value = 0 - // page group: Exclude - // -main_Include_6_out_1[cache: 1] = - Include( - main_Mark_15_out_1, - main_Include_6_in_2, - main_Include_6_in_3, - main_Include_6_in_4, - main_Include_6_in_5, - main_Include_6_in_6 - ) [instance: 6, cache: 2]; - // - // node Compute[102]: x = 820, y = 1070, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "- $0- 1" - // page group: Exclude - // expression: value = - a- 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_102_out_1[cache: 1] = - Compute( - main_Compute_102_in_1, - main_Include_6_out_1, - main_Compute_102_in_3 - ) [instance: 102, cache: 2]; - // - // node Transmitter[349]: x = 790, y = 1140, inputs = 1, label = noCellFoamField_2 - // page group: Exclude - // -noCellFoamField_2 = main_Compute_102_out_1; - // - // node Receiver[640]: x = 1160, y = 770, inputs = 1, label = noCellFoamField_2 - // page group: Exclude - // -main_Receiver_640_out_1[cache: 0] = noCellFoamField_2; - // - // node Switch[213]: x = 1170, y = 980, inputs = 3, label = Switch - // page group: Exclude - // -main_Switch_213_out_1[cache: 1] = - Switch( - main_Compute_103_out_1, - main_Switch_213_in_2, - main_Receiver_640_out_1 - ) [instance: 213, cache: 2]; - // - // node Unmark[5]: x = 1180, y = 1060, inputs = 2, label = Unmark - // page group: Exclude - // -main_Unmark_5_out_1[cache: 1] = - Unmark( - main_Switch_213_out_1, - main_Unmark_5_in_2 - ) [instance: 5, cache: 2]; - // - // node Inquire[78]: x = 1100, y = 1140, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: Exclude - // -main_Inquire_78_out_1[cache: 1] = - Inquire( - main_Unmark_5_out_1, - main_Inquire_78_in_2, - main_Inquire_78_in_3 - ) [instance: 78, cache: 2]; - // - // node Route[207]: x = 1180, y = 1140, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_207_out_1[cache: 1], -main_Route_207_out_2[cache: 1] = - Route( - main_Inquire_78_out_1, - main_Unmark_5_out_1 - ) [instance: 207, cache: 2]; - // - // node Transmitter[350]: x = 1130, y = 1210, inputs = 1, label = patchFoamField_2 - // page group: Exclude - // -patchFoamField_2 = main_Route_207_out_1; - // - // node Receiver[637]: x = 530, y = 240, inputs = 1, label = patchFoamField_2 - // page group: route - // -main_Receiver_637_out_1[cache: 0] = patchFoamField_2; - // - // node Switch[212]: x = 480, y = 330, inputs = 3, label = Switch - // page group: route - // -main_Switch_212_out_1[cache: 1] = - Switch( - main_Receiver_638_out_1, - main_Switch_157_out_1, - main_Receiver_637_out_1 - ) [instance: 212, cache: 2]; - // - // node Transmitter[199]: x = 480, y = 430, inputs = 1, label = foamField_2 - // page group: route - // -foamField_2 = main_Switch_212_out_1; - // - // node Receiver[654]: x = 610, y = 190, inputs = 1, label = foamField_2 - // page group: surfDef_2 - // -main_Receiver_654_out_1[cache: 0] = foamField_2; - // - // node Route[108]: x = 610, y = 310, inputs = 2, outputs = 2, label = Route - // page group: surfDef_2 - // -main_Route_108_out_1[cache: 1], -main_Route_108_out_2[cache: 1] = - Route( - main_Receiver_318_out_1, - main_Receiver_654_out_1 - ) [instance: 108, cache: 2]; - // - // node Receiver[134]: x = 60, y = 390, inputs = 1, label = pointField_2 - // page group: scalVis_2 - // -main_Receiver_134_out_1[cache: 0] = pointField_2; - // - // node Mark[7]: x = 0, y = 400, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: scalVis_2 - // -main_Mark_7_out_1[cache: 1] = - Mark( - main_Receiver_134_out_1, - main_Mark_7_in_2 - ) [instance: 7, cache: 2]; - // - // node Vector[9]: x = 0, y = 470, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_9" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [0.050000001 0.050000001 0.0099999998 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ 0.0 0.0 0.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 0.1 0.1 0.01 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 3.0 3.0 4.0 ] - // output[1]: visible = 1, type = 8, value = [0.050000001 0.050000001 0.0099999998 ] - // page group: scalVis_2 - // -main_Vector_9_out_1 = - Vector( - main_Vector_9_in_1, - main_Mark_7_out_1, - main_Vector_9_in_3, - main_Vector_9_in_4, - main_Vector_9_in_5, - main_Vector_9_in_6, - main_Vector_9_in_7, - main_Vector_9_in_8, - main_Vector_9_in_9, - main_Vector_9_in_10, - main_Vector_9_in_11 - ) [instance: 9, cache: 2]; - // - // node Transmitter[110]: x = 70, y = 470, inputs = 1, label = plPt_2 - // page group: scalVis_2 - // -plPt_2 = main_Vector_9_out_1; - // - // node Receiver[307]: x = 730, y = 260, inputs = 1, label = plPt_2 - // page group: surfDef_2 - // -main_Receiver_307_out_1[cache: 0] = plPt_2; - // - // node Vector[7]: x = 430, y = 790, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_7" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [ 0 0 1 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ -1.0 -1.0 -1.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 1.0 1.0 1.0 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 1.0 1.0 1.0 ] - // output[1]: visible = 1, type = 8, value = [ 0 0 1 ] - // page group: scalVis_2 - // - // - // node Compute[83]: x = 390, y = 880, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "(mag($0) == 0.0) ? 0 : 1" - // page group: scalVis_2 - // expression: value = (mag(a) == 0.0) ? 0 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_83_out_1[cache: 1] = - Compute( - main_Compute_83_in_1, - main_Vector_7_out_1, - main_Compute_83_in_3 - ) [instance: 83, cache: 2]; - // - // node Route[195]: x = 480, y = 880, inputs = 2, outputs = 2, label = Route - // page group: scalVis_2 - // -main_Route_195_out_1[cache: 1], -main_Route_195_out_2[cache: 1] = - Route( - main_Compute_83_out_1, - main_Vector_7_out_1 - ) [instance: 195, cache: 2]; - // - // node Transmitter[52]: x = 470, y = 950, inputs = 1, label = plVect_2 - // page group: scalVis_2 - // -plVect_2 = main_Route_195_out_1; - // - // node Receiver[308]: x = 790, y = 300, inputs = 1, label = plVect_2 - // page group: surfDef_2 - // -main_Receiver_308_out_1[cache: 0] = plVect_2; - // - // node MapToPlane[25]: x = 680, y = 390, inputs = 3, label = MapToPlane - // page group: surfDef_2 - // -main_MapToPlane_25_out_1[cache: 1] = - MapToPlane( - main_Route_108_out_1, - main_Receiver_307_out_1, - main_Receiver_308_out_1 - ) [instance: 25, cache: 2]; - // - // node Transmitter[187]: x = 680, y = 510, inputs = 1, label = mapPlane_2 - // page group: surfDef_2 - // -mapPlane_2 = main_MapToPlane_25_out_1; - // - // node Receiver[309]: x = 50, y = 20, inputs = 1, label = mapPlane_2 - // page group: surfDef_2 - // -main_Receiver_309_out_1[cache: 0] = mapPlane_2; - // - // node Selector[91]: x = 0, y = 550, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_91" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "by number of C" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "by value" "by number of C" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 2 1 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "by number of C" - // page group: scalVis_2 - // - // - // node Transmitter[157]: x = 80, y = 560, inputs = 1, label = nCtrOrVal_2 - // page group: scalVis_2 - // -nCtrOrVal_2 = main_Selector_91_out_1; - // - // node Receiver[310]: x = 900, y = 430, inputs = 1, label = nCtrOrVal_2 - // page group: surfDef_2 - // -main_Receiver_310_out_1[cache: 0] = nCtrOrVal_2; - // - // node Receiver[300]: x = 900, y = 350, inputs = 1, label = nCtrOrVal_2 - // page group: surfDef_2 - // -main_Receiver_300_out_1[cache: 0] = nCtrOrVal_2; - // - // node Receiver[296]: x = 880, y = 0, inputs = 1, label = surfType_2 - // page group: surfDef_2 - // -main_Receiver_296_out_1[cache: 0] = surfType_2; - // - // node Receiver[298]: x = 950, y = 80, inputs = 1, label = pointField_2 - // page group: surfDef_2 - // -main_Receiver_298_out_1[cache: 0] = pointField_2; - // - // node Receiver[321]: x = 1070, y = 0, inputs = 1, label = pointField_1 - // page group: surfDef_2 - // -main_Receiver_321_out_1[cache: 0] = pointField_1; - // - // node Route[112]: x = 1060, y = 70, inputs = 2, outputs = 3, label = Route - // page group: surfDef_2 - // -main_Route_112_out_1[cache: 1], -main_Route_112_out_2[cache: 1], -main_Route_112_out_3[cache: 1] = - Route( - main_Receiver_296_out_1, - main_Receiver_321_out_1 - ) [instance: 112, cache: 2]; - // - // node Switch[146]: x = 950, y = 160, inputs = 4, label = Switch - // page group: surfDef_2 - // -main_Switch_146_out_1[cache: 1] = - Switch( - main_Receiver_296_out_1, - main_Switch_146_in_2, - main_Receiver_298_out_1, - main_Route_112_out_3 - ) [instance: 146, cache: 2]; - // - // node Transmitter[185]: x = 1030, y = 280, inputs = 1, label = inField_2 - // page group: surfDef_2 - // -inField_2 = main_Switch_146_out_1; - // - // node Receiver[299]: x = 1290, y = 40, inputs = 1, label = inField_2 - // page group: surfDef_2 - // -main_Receiver_299_out_1[cache: 0] = inField_2; - // - // node Inquire[25]: x = 1200, y = 140, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // page group: surfDef_2 - // -main_Inquire_25_out_1[cache: 1] = - Inquire( - main_Receiver_299_out_1, - main_Inquire_25_in_2, - main_Inquire_25_in_3 - ) [instance: 25, cache: 2]; - // - // node Compute[27]: x = 1210, y = 210, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: surfDef_2 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_27_out_1[cache: 1] = - Compute( - main_Compute_27_in_1, - main_Inquire_25_out_1, - main_Compute_27_in_3 - ) [instance: 27, cache: 2]; - // - // node Route[106]: x = 1300, y = 140, inputs = 2, outputs = 2, label = Route - // page group: surfDef_2 - // -main_Route_106_out_1[cache: 1], -main_Route_106_out_2[cache: 1] = - Route( - main_Compute_27_out_1, - main_Receiver_299_out_1 - ) [instance: 106, cache: 2]; - // - // node Compute[28]: x = 1320, y = 220, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "mag($0)" - // page group: surfDef_2 - // expression: value = mag(a) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_28_out_1[cache: 1] = - Compute( - main_Compute_28_in_1, - main_Route_106_out_2, - main_Compute_28_in_3 - ) [instance: 28, cache: 2]; - // - // node Switch[147]: x = 1290, y = 310, inputs = 3, label = Switch - // page group: surfDef_2 - // -main_Switch_147_out_1[cache: 1] = - Switch( - main_Compute_27_out_1, - main_Route_106_out_1, - main_Compute_28_out_1 - ) [instance: 147, cache: 2]; - // - // node Transmitter[186]: x = 1290, y = 390, inputs = 1, label = outScal_2 - // page group: surfDef_2 - // -outScal_2 = main_Switch_147_out_1; - // - // node Receiver[301]: x = 1100, y = 280, inputs = 1, label = outScal_2 - // page group: surfDef_2 - // -main_Receiver_301_out_1[cache: 0] = outScal_2; - // - // node Route[107]: x = 1010, y = 350, inputs = 2, outputs = 2, label = Route - // page group: surfDef_2 - // -main_Route_107_out_1[cache: 1], -main_Route_107_out_2[cache: 1] = - Route( - main_Receiver_300_out_1, - main_Receiver_301_out_1 - ) [instance: 107, cache: 2]; - // - // node Integer[7]: x = 0, y = 320, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_7" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 10 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 100 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 10 - // page group: scalVis_2 - // - // - // node Transmitter[54]: x = 60, y = 320, inputs = 1, label = nCtr_2 - // page group: scalVis_2 - // -nCtr_2 = main_Integer_7_out_1; - // - // node Receiver[303]: x = 1030, y = 420, inputs = 1, label = nCtr_2 - // page group: surfDef_2 - // -main_Receiver_303_out_1[cache: 0] = nCtr_2; - // - // node Isosurface[30]: x = 990, y = 490, inputs = 6, label = Isosurface - // page group: surfDef_2 - // -main_Isosurface_30_out_1[cache: 1] = - Isosurface( - main_Route_107_out_1, - main_Isosurface_30_in_2, - main_Receiver_303_out_1, - main_Isosurface_30_in_4, - main_Isosurface_30_in_5, - main_Isosurface_30_in_6 - ) [instance: 30, cache: 2]; - // - // node Scalar[30]: x = 0, y = 240, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_30" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.5 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 5 - // output[1]: visible = 1, type = 5, value = 0.5 - // page group: scalVis_2 - // - // - // node Transmitter[55]: x = 60, y = 240, inputs = 1, label = isoVal_2 - // page group: scalVis_2 - // -isoVal_2 = main_Scalar_30_out_1; - // - // node Receiver[302]: x = 1120, y = 420, inputs = 1, label = isoVal_2 - // page group: surfDef_2 - // -main_Receiver_302_out_1[cache: 0] = isoVal_2; - // - // node Isosurface[29]: x = 1090, y = 490, inputs = 6, label = Isosurface - // input[3]: defaulting = 0, visible = 1, type = 1, value = 3 - // page group: surfDef_2 - // -main_Isosurface_29_out_1[cache: 1] = - Isosurface( - main_Route_107_out_2, - main_Receiver_302_out_1, - main_Isosurface_29_in_3, - main_Isosurface_29_in_4, - main_Isosurface_29_in_5, - main_Isosurface_29_in_6 - ) [instance: 29, cache: 2]; - // - // node Switch[149]: x = 990, y = 560, inputs = 3, label = Switch - // page group: surfDef_2 - // -main_Switch_149_out_1[cache: 1] = - Switch( - main_Receiver_310_out_1, - main_Isosurface_30_out_1, - main_Isosurface_29_out_1 - ) [instance: 149, cache: 2]; - // - // node Transmitter[188]: x = 990, y = 620, inputs = 1, label = isoSurf_2 - // page group: surfDef_2 - // -isoSurf_2 = main_Switch_149_out_1; - // - // node Receiver[311]: x = 280, y = 30, inputs = 1, label = isoSurf_2 - // page group: surfDef_2 - // -main_Receiver_311_out_1[cache: 0] = isoSurf_2; - // - // node Switch[150]: x = 170, y = 210, inputs = 4, label = Switch - // page group: surfDef_2 - // -main_Switch_150_out_1[cache: 1] = - Switch( - main_Receiver_305_out_1, - main_Receiver_309_out_1, - main_Receiver_311_out_1, - main_Receiver_311_out_1 - ) [instance: 150, cache: 2]; - // - // node Route[109]: x = 160, y = 290, inputs = 2, outputs = 3, label = Route - // page group: surfDef_2 - // -main_Route_109_out_1[cache: 1], -main_Route_109_out_2[cache: 1], -main_Route_109_out_3[cache: 1] = - Route( - main_Receiver_304_out_1, - main_Switch_150_out_1 - ) [instance: 109, cache: 2]; - // - // node Receiver[312]: x = 280, y = 270, inputs = 1, label = pointField_2 - // page group: surfDef_2 - // -main_Receiver_312_out_1[cache: 0] = pointField_2; - // - // node Map[5]: x = 220, y = 360, inputs = 4, label = Map - // page group: surfDef_2 - // -main_Map_5_out_1[cache: 1] = - Map( - main_Route_109_out_3, - main_Receiver_312_out_1, - main_Map_5_in_3, - main_Map_5_in_4 - ) [instance: 5, cache: 2]; - // - // node Switch[151]: x = 150, y = 440, inputs = 4, label = Switch - // page group: surfDef_2 - // -main_Switch_151_out_1[cache: 1] = - Switch( - main_Receiver_304_out_1, - main_Route_109_out_1, - main_Route_109_out_2, - main_Map_5_out_1 - ) [instance: 151, cache: 2]; - // - // node FileSelector[3]: x = 240, y = 620, inputs = 0, label = FileSelector - // output[1]: visible = 1, type = 32, value = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/p.dx" - // output[2]: visible = 1, type = 32, value = "p.dx" - // page group: scalVis_2 - // - // - // node Transmitter[385]: x = 350, y = 620, inputs = 1, label = DXName_2 - // page group: scalVis_2 - // -DXName_2 = main_FileSelector_3_out_1; - // - // node Receiver[718]: x = 340, y = 390, inputs = 1, label = DXName_2 - // page group: surfDef_2 - // -main_Receiver_718_out_1[cache: 0] = DXName_2; - // - // node Import[3]: x = 340, y = 460, inputs = 6, label = Import - // input[3]: defaulting = 0, visible = 1, type = 32, value = "dx" - // page group: surfDef_2 - // -main_Import_3_out_1[cache: 1] = - Import( - main_Receiver_718_out_1, - main_Import_3_in_2, - main_Import_3_in_3, - main_Import_3_in_4, - main_Import_3_in_5, - main_Import_3_in_6 - ) [instance: 3, cache: 2]; - // - // node Switch[221]: x = 160, y = 550, inputs = 3, label = Switch - // page group: surfDef_2 - // -main_Switch_221_out_1[cache: 1] = - Switch( - main_Receiver_719_out_1, - main_Switch_151_out_1, - main_Import_3_out_1 - ) [instance: 221, cache: 2]; - // - // node Route[110]: x = 160, y = 650, inputs = 2, outputs = 2, label = Route - // page group: surfDef_2 - // -main_Route_110_out_1[cache: 1], -main_Route_110_out_2[cache: 1] = - Route( - main_Receiver_313_out_1, - main_Switch_221_out_1 - ) [instance: 110, cache: 2]; - // - // node Transmitter[189]: x = 140, y = 750, inputs = 1, label = mapField_2 - // page group: surfDef_2 - // -mapField_2 = main_Route_110_out_1; - // - // node Receiver[164]: x = 890, y = 570, inputs = 1, label = mapField_2 - // page group: route - // -main_Receiver_164_out_1[cache: 0] = mapField_2; - // - // node Inquire[10]: x = 950, y = 710, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_10_out_1[cache: 1] = - Inquire( - main_Receiver_164_out_1, - main_Inquire_10_in_2, - main_Inquire_10_in_3 - ) [instance: 10, cache: 2]; - // - // node Route[61]: x = 1050, y = 710, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_61_out_1[cache: 1], -main_Route_61_out_2[cache: 1] = - Route( - main_Inquire_10_out_1, - main_Receiver_164_out_1 - ) [instance: 61, cache: 2]; - // - // node Transmitter[129]: x = 1040, y = 820, inputs = 1, label = mapScal_2 - // page group: route - // -mapScal_2 = main_Route_61_out_1; - // - // node Receiver[226]: x = 680, y = 0, inputs = 1, label = mapScal_2 - // page group: scalVis_2 - // -main_Receiver_226_out_1[cache: 0] = mapScal_2; - // - // node Route[72]: x = 680, y = 90, inputs = 2, outputs = 2, label = Route - // page group: scalVis_2 - // -main_Route_72_out_1[cache: 1], -main_Route_72_out_2[cache: 1] = - Route( - main_Receiver_225_out_1, - main_Receiver_226_out_1 - ) [instance: 72, cache: 2]; - // - // node Scalar[27]: x = 0, y = 30, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_27" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.1 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.1 - // page group: scalVis_2 - // - // - // node Transmitter[53]: x = 60, y = 30, inputs = 1, label = shtScl_2 - // page group: scalVis_2 - // -shtScl_2 = main_Scalar_27_out_1; - // - // node Receiver[227]: x = 790, y = 60, inputs = 1, label = shtScl_2 - // page group: scalVis_2 - // -main_Receiver_227_out_1[cache: 0] = shtScl_2; - // - // node RubberSheet[10]: x = 710, y = 150, inputs = 4, label = RubberSheet - // page group: scalVis_2 - // -main_RubberSheet_10_out_1[cache: 1] = - RubberSheet( - main_Route_72_out_2, - main_Receiver_227_out_1, - main_RubberSheet_10_in_3, - main_RubberSheet_10_in_4 - ) [instance: 10, cache: 2]; - // - // node Switch[121]: x = 660, y = 210, inputs = 3, label = Switch - // page group: scalVis_2 - // -main_Switch_121_out_1[cache: 1] = - Switch( - main_Receiver_225_out_1, - main_Route_72_out_1, - main_RubberSheet_10_out_1 - ) [instance: 121, cache: 2]; - // - // node Route[73]: x = 850, y = 280, inputs = 2, outputs = 2, label = Route - // page group: scalVis_2 - // -main_Route_73_out_1[cache: 1], -main_Route_73_out_2[cache: 1] = - Route( - main_Receiver_224_out_1, - main_Switch_121_out_1 - ) [instance: 73, cache: 2]; - // - // node Receiver[228]: x = 800, y = 370, inputs = 1, label = nCtrOrVal_2 - // page group: scalVis_2 - // -main_Receiver_228_out_1[cache: 0] = nCtrOrVal_2; - // - // node Route[74]: x = 890, y = 440, inputs = 2, outputs = 2, label = Route - // page group: scalVis_2 - // -main_Route_74_out_1[cache: 1], -main_Route_74_out_2[cache: 1] = - Route( - main_Receiver_228_out_1, - main_Route_73_out_1 - ) [instance: 74, cache: 2]; - // - // node Receiver[229]: x = 870, y = 510, inputs = 1, label = nCtr_2 - // page group: scalVis_2 - // -main_Receiver_229_out_1[cache: 0] = nCtr_2; - // - // node Isosurface[25]: x = 830, y = 580, inputs = 6, label = Isosurface - // page group: scalVis_2 - // -main_Isosurface_25_out_1[cache: 1] = - Isosurface( - main_Route_74_out_1, - main_Isosurface_25_in_2, - main_Receiver_229_out_1, - main_Isosurface_25_in_4, - main_Isosurface_25_in_5, - main_Isosurface_25_in_6 - ) [instance: 25, cache: 2]; - // - // node Receiver[230]: x = 970, y = 480, inputs = 1, label = isoVal_2 - // page group: scalVis_2 - // -main_Receiver_230_out_1[cache: 0] = isoVal_2; - // - // node Isosurface[26]: x = 930, y = 580, inputs = 6, label = Isosurface - // input[3]: defaulting = 0, visible = 1, type = 1, value = 3 - // page group: scalVis_2 - // -main_Isosurface_26_out_1[cache: 1] = - Isosurface( - main_Route_74_out_2, - main_Receiver_230_out_1, - main_Isosurface_26_in_3, - main_Isosurface_26_in_4, - main_Isosurface_26_in_5, - main_Isosurface_26_in_6 - ) [instance: 26, cache: 2]; - // - // node Switch[122]: x = 840, y = 650, inputs = 3, label = Switch - // page group: scalVis_2 - // -main_Switch_122_out_1[cache: 1] = - Switch( - main_Receiver_228_out_1, - main_Isosurface_25_out_1, - main_Isosurface_26_out_1 - ) [instance: 122, cache: 2]; - // - // node Transmitter[156]: x = 870, y = 750, inputs = 1, label = iso_2 - // page group: scalVis_2 - // -iso_2 = main_Switch_122_out_1; - // - // node Receiver[231]: x = 700, y = 370, inputs = 1, label = iso_2 - // page group: scalVis_2 - // -main_Receiver_231_out_1[cache: 0] = iso_2; - // - // node Collect[61]: x = 610, y = 440, inputs = 2, label = Collect - // page group: scalVis_2 - // -main_Collect_61_out_1[cache: 1] = - Collect( - main_Route_73_out_1, - main_Receiver_231_out_1 - ) [instance: 61, cache: 2]; - // - // node Switch[124]: x = 590, y = 510, inputs = 4, label = Switch - // page group: scalVis_2 - // -main_Switch_124_out_1[cache: 1] = - Switch( - main_Switch_123_out_1, - main_Collect_61_out_1, - main_Switch_121_out_1, - main_Receiver_231_out_1 - ) [instance: 124, cache: 2]; - // - // node Receiver[329]: x = 690, y = 530, inputs = 1, label = foamField_2 - // page group: scalVis_2 - // -main_Receiver_329_out_1[cache: 0] = foamField_2; - // - // node Switch[154]: x = 600, y = 610, inputs = 3, label = Switch - // page group: scalVis_2 - // -main_Switch_154_out_1[cache: 1] = - Switch( - main_Receiver_328_out_1, - main_Switch_124_out_1, - main_Receiver_329_out_1 - ) [instance: 154, cache: 2]; - // - // node Transmitter[159]: x = 580, y = 700, inputs = 1, label = uncoloredScal_2 - // page group: scalVis_2 - // -uncoloredScal_2 = main_Switch_154_out_1; - // - // node Receiver[214]: x = 500, y = 0, inputs = 1, label = uncoloredScal_2 - // page group: color_2 - // -main_Receiver_214_out_1[cache: 0] = uncoloredScal_2; - // - // node Toggle[58]: x = 0, y = 390, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_58" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: glyphVis_2 - // toggle : 0 - // - // - // node Receiver[346]: x = 0, y = 0, inputs = 1, label = raw_2 - // page group: glyphVis_2 - // -main_Receiver_346_out_1[cache: 0] = raw_2; - // - // node Inquire[9]: x = 730, y = 710, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_9_out_1[cache: 1] = - Inquire( - main_Receiver_164_out_1, - main_Inquire_9_in_2, - main_Inquire_9_in_3 - ) [instance: 9, cache: 2]; - // - // node Route[60]: x = 820, y = 710, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_60_out_1[cache: 1], -main_Route_60_out_2[cache: 1] = - Route( - main_Inquire_9_out_1, - main_Receiver_164_out_1 - ) [instance: 60, cache: 2]; - // - // node Transmitter[128]: x = 790, y = 820, inputs = 1, label = mapVec_2 - // page group: route - // -mapVec_2 = main_Route_60_out_1; - // - // node Receiver[347]: x = 80, y = 0, inputs = 1, label = mapVec_2 - // page group: glyphVis_2 - // -main_Receiver_347_out_1[cache: 0] = mapVec_2; - // - // node Receiver[348]: x = 420, y = 0, inputs = 1, label = foamField_2 - // page group: glyphVis_2 - // -main_Receiver_348_out_1[cache: 0] = foamField_2; - // - // node Inquire[37]: x = 460, y = 80, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // page group: glyphVis_2 - // -main_Inquire_37_out_1[cache: 1] = - Inquire( - main_Receiver_348_out_1, - main_Inquire_37_in_2, - main_Inquire_37_in_3 - ) [instance: 37, cache: 2]; - // - // node Route[134]: x = 390, y = 80, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_2 - // -main_Route_134_out_1[cache: 1], -main_Route_134_out_2[cache: 1] = - Route( - main_Inquire_37_out_1, - main_Receiver_348_out_1 - ) [instance: 134, cache: 2]; - // - // node Switch[160]: x = 10, y = 150, inputs = 3, label = Switch - // page group: glyphVis_2 - // -main_Switch_160_out_1[cache: 1] = - Switch( - main_Receiver_346_out_1, - main_Receiver_347_out_1, - main_Route_134_out_1 - ) [instance: 160, cache: 2]; - // - // node Route[141]: x = 890, y = 790, inputs = 2, outputs = 2, label = Route - // page group: readField - // -main_Route_141_out_1[cache: 1], -main_Route_141_out_2[cache: 1] = - Route( - main_Compute_41_out_1, - main_foamReadField_2_out_2 - ) [instance: 141, cache: 2]; - // - // node Transmitter[235]: x = 860, y = 880, inputs = 1, label = scatterField_2 - // page group: readField - // -scatterField_2 = main_Route_141_out_1; - // - // node Receiver[375]: x = 610, y = 0, inputs = 1, label = scatterField_2 - // page group: glyphVis_2 - // -main_Receiver_375_out_1[cache: 0] = scatterField_2; - // - // node Inquire[43]: x = 680, y = 80, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: glyphVis_2 - // -main_Inquire_43_out_1[cache: 1] = - Inquire( - main_Receiver_375_out_1, - main_Inquire_43_in_2, - main_Inquire_43_in_3 - ) [instance: 43, cache: 2]; - // - // node Route[144]: x = 610, y = 80, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_2 - // -main_Route_144_out_1[cache: 1], -main_Route_144_out_2[cache: 1] = - Route( - main_Inquire_43_out_1, - main_Receiver_375_out_1 - ) [instance: 144, cache: 2]; - // - // node Collect[66]: x = 60, y = 230, inputs = 2, label = Collect - // page group: glyphVis_2 - // -main_Collect_66_out_1[cache: 1] = - Collect( - main_Switch_160_out_1, - main_Route_144_out_1 - ) [instance: 66, cache: 2]; - // - // node Integer[25]: x = 140, y = 230, inputs = 11, label = Integer - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_25" - // input[3]: defaulting = 0, visible = 0, type = 1, value = 50 - // input[5]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[6]: defaulting = 1, visible = 0, type = 1, value = 1000000 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 1, value = 50 - // page group: glyphVis_2 - // - // - // node Sample[3]: x = 110, y = 310, inputs = 2, label = Sample - // page group: glyphVis_2 - // -main_Sample_3_out_1[cache: 1] = - Sample( - main_Collect_66_out_1, - main_Integer_25_out_1 - ) [instance: 3, cache: 2]; - // - // node Switch[161]: x = 70, y = 390, inputs = 3, label = Switch - // page group: glyphVis_2 - // -main_Switch_161_out_1[cache: 1] = - Switch( - main_Toggle_58_out_1, - main_Collect_66_out_1, - main_Sample_3_out_1 - ) [instance: 161, cache: 2]; - // - // node Transmitter[263]: x = 70, y = 480, inputs = 1, label = glyphData_2 - // page group: glyphVis_2 - // -glyphData_2 = main_Switch_161_out_1; - // - // node Receiver[435]: x = 220, y = 240, inputs = 1, label = glyphData_2 - // page group: glyphVis_2 - // -main_Receiver_435_out_1[cache: 0] = glyphData_2; - // - // node StringList[17]: x = 340, y = 280, inputs = 0, label = StringList - // output[1]: visible = 1, type = 16777248, value = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" } - // page group: glyphVis_2 - // - // - // node Selector[96]: x = 440, y = 310, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_96" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "arrow2D" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 3 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "standard" "spiffy" "speedy" "arrow2D" "sphere" "diamond" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 } - // output[1]: visible = 1, type = 29, value = 3 - // output[2]: visible = 1, type = 32, value = "arrow2D" - // page group: glyphVis_2 - // -main_Selector_96_out_1, -main_Selector_96_out_2 = - Selector( - main_Selector_96_in_1, - main_Selector_96_in_2, - main_Selector_96_in_3, - main_StringList_17_out_1, - main_Selector_96_in_5, - main_Selector_96_in_6, - main_Selector_96_in_7 - ) [instance: 96, cache: 2]; - // - // node Select[41]: x = 350, y = 370, inputs = 3, label = Select - // page group: glyphVis_2 - // -main_Select_41_out_1[cache: 1] = - Select( - main_StringList_17_out_1, - main_Selector_96_out_1, - main_Select_41_in_3 - ) [instance: 41, cache: 2]; - // - // node Scalar[51]: x = 450, y = 390, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_51" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 0, visible = 0, type = 5, value = 1e-10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 2 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: glyphVis_2 - // -main_Scalar_51_out_1 = - Scalar( - main_Scalar_51_in_1, - main_Scalar_51_in_2, - main_Scalar_51_in_3, - main_Scalar_51_in_4, - main_Scalar_51_in_5, - main_Scalar_51_in_6, - main_Scalar_51_in_7, - main_Scalar_51_in_8, - main_Scalar_51_in_9, - main_Scalar_51_in_10, - main_Scalar_51_in_11 - ) [instance: 51, cache: 2]; - // - // node Glyph[20]: x = 270, y = 510, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVis_2 - // -main_Glyph_20_out_1[cache: 1] = - Glyph( - main_Receiver_435_out_1, - main_Select_41_out_1, - main_Glyph_20_in_3, - main_Scalar_51_out_1, - main_Glyph_20_in_5, - main_Glyph_20_in_6, - main_Glyph_20_in_7 - ) [instance: 20, cache: 2]; - // - // node Transmitter[206]: x = 270, y = 590, inputs = 1, label = uncoloredGlyph_2 - // page group: glyphVis_2 - // -uncoloredGlyph_2 = main_Glyph_20_out_1; - // - // node Receiver[215]: x = 650, y = 0, inputs = 1, label = uncoloredGlyph_2 - // page group: color_2 - // -main_Receiver_215_out_1[cache: 0] = uncoloredGlyph_2; - // - // node Switch[116]: x = 520, y = 110, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_116_out_1[cache: 1] = - Switch( - main_Receiver_213_out_1, - main_Receiver_214_out_1, - main_Receiver_215_out_1 - ) [instance: 116, cache: 2]; - // - // node Scalar[31]: x = 0, y = 160, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_31" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: scalVis_2 - // - // - // node Transmitter[57]: x = 60, y = 160, inputs = 1, label = opcty_2 - // page group: scalVis_2 - // -opcty_2 = main_Scalar_31_out_1; - // - // node Receiver[216]: x = 480, y = 280, inputs = 1, label = opcty_2 - // page group: color_2 - // -main_Receiver_216_out_1[cache: 0] = opcty_2; - // - // node Toggle[23]: x = 620, y = 200, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_23" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: color_2 - // toggle : 0 - // - // - // node Scalar[40]: x = 860, y = 180, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_40" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.4 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.4 - // page group: color_2 - // - // - // node Transmitter[337]: x = 1070, y = 950, inputs = 1, label = rawField_2 - // page group: readField - // -rawField_2 = main_foamReadField_2_out_2; - // - // node Receiver[622]: x = 1040, y = 0, inputs = 1, label = rawField_2 - // page group: color_2 - // -main_Receiver_622_out_1[cache: 0] = rawField_2; - // - // node Inquire[74]: x = 1040, y = 80, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is 3D connections" - // page group: color_2 - // -main_Inquire_74_out_1[cache: 1] = - Inquire( - main_Receiver_622_out_1, - main_Inquire_74_in_2, - main_Inquire_74_in_3 - ) [instance: 74, cache: 2]; - // - // node Compute[98]: x = 1040, y = 160, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: color_2 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_98_out_1[cache: 1] = - Compute( - main_Compute_98_in_1, - main_Inquire_74_out_1, - main_Compute_98_in_3 - ) [instance: 98, cache: 2]; - // - // node Receiver[624]: x = 1120, y = 140, inputs = 1, label = scatterField_2 - // page group: color_2 - // -main_Receiver_624_out_1[cache: 0] = scatterField_2; - // - // node Receiver[623]: x = 1230, y = 140, inputs = 1, label = foamField_2 - // page group: color_2 - // -main_Receiver_623_out_1[cache: 0] = foamField_2; - // - // node Switch[209]: x = 1120, y = 230, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_209_out_1[cache: 1] = - Switch( - main_Compute_98_out_1, - main_Receiver_624_out_1, - main_Receiver_623_out_1 - ) [instance: 209, cache: 2]; - // - // node Transmitter[335]: x = 1110, y = 300, inputs = 1, label = colorField_2 - // page group: color_2 - // -colorField_2 = main_Switch_209_out_1; - // - // node Receiver[620]: x = 750, y = 170, inputs = 1, label = colorField_2 - // page group: color_2 - // -main_Receiver_620_out_1[cache: 0] = colorField_2; - // - // node Switch[83]: x = 760, y = 280, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_83_out_1[cache: 1] = - Switch( - main_Toggle_23_out_1, - main_Scalar_40_out_1, - main_Receiver_620_out_1 - ) [instance: 83, cache: 2]; - // - // node Scalar[38]: x = 690, y = 170, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_38" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+10 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+10 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: color_2 - // - // - // node Switch[82]: x = 680, y = 280, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_82_out_1[cache: 1] = - Switch( - main_Toggle_23_out_1, - main_Scalar_38_out_1, - main_Receiver_620_out_1 - ) [instance: 82, cache: 2]; - // - // node AutoColor[34]: x = 540, y = 370, inputs = 10, label = AutoColor - // input[2]: defaulting = 1, visible = 1, type = 5, value = NULL - // input[8]: visible = 1 - // page group: color_2 - // -main_AutoColor_34_out_1[cache: 1], -main_AutoColor_34_out_2[cache: 1] = - AutoColor( - main_Switch_116_out_1, - main_Receiver_216_out_1, - main_AutoColor_34_in_3, - main_AutoColor_34_in_4, - main_AutoColor_34_in_5, - main_AutoColor_34_in_6, - main_Switch_83_out_1, - main_Switch_82_out_1, - main_AutoColor_34_in_9, - main_AutoColor_34_in_10 - ) [instance: 34, cache: 2]; - // - // node Selector[97]: x = 0, y = 710, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_97" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "text" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "text" "glyph" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "text" - // page group: subSet - // - // - // node Transmitter[207]: x = 90, y = 710, inputs = 1, label = glyphType - // page group: subSet - // -glyphType = main_Selector_97_out_1; - // - // node Receiver[357]: x = 30, y = 330, inputs = 1, label = glyphType - // page group: subSetVis - // -main_Receiver_357_out_1[cache: 0] = glyphType; - // - // node Toggle[75]: x = 10, y = 740, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_75" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: subSetVis - // toggle : 0 - // - // - // node Transmitter[357]: x = 80, y = 740, inputs = 1, label = doGlyph - // page group: subSetVis - // -doGlyph = main_Toggle_75_out_1; - // - // node Receiver[658]: x = 0, y = 130, inputs = 1, label = doGlyph - // page group: subSetVis - // -main_Receiver_658_out_1[cache: 0] = doGlyph; - // - // node Scalar[55]: x = 0, y = 450, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_55" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.0 - // page group: subSet - // - // - // node Transmitter[289]: x = 70, y = 450, inputs = 1, label = subOpacity - // page group: subSet - // -subOpacity = main_Scalar_55_out_1; - // - // node Receiver[514]: x = 0, y = 530, inputs = 1, label = subOpacity - // page group: subSet - // -main_Receiver_514_out_1[cache: 0] = subOpacity; - // - // node Compute[35]: x = 10, y = 600, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 0 : 1" - // page group: subSet - // expression: value = opacity == 0 ? 0 : 1 - // name[2]: value = opacity - // name[3]: value = b - // -main_Compute_35_out_1[cache: 1] = - Compute( - main_Compute_35_in_1, - main_Receiver_514_out_1, - main_Compute_35_in_3 - ) [instance: 35, cache: 2]; - // - // node Transmitter[356]: x = 100, y = 600, inputs = 1, label = subValid - // page group: subSet - // -subValid = main_Compute_35_out_1; - // - // node Receiver[727]: x = 670, y = 80, inputs = 1, label = subValid - // page group: subSet - // -main_Receiver_727_out_1[cache: 0] = subValid; - // - // node Receiver[725]: x = 730, y = 10, inputs = 1, label = foamMesh - // page group: subSet - // -main_Receiver_725_out_1[cache: 0] = foamMesh; - // - // node Route[220]: x = 740, y = 80, inputs = 2, outputs = 2, label = Route - // page group: subSet - // -main_Route_220_out_1[cache: 1], -main_Route_220_out_2[cache: 1] = - Route( - main_Receiver_727_out_1, - main_Receiver_725_out_1 - ) [instance: 220, cache: 2]; - // - // node Receiver[726]: x = 810, y = 10, inputs = 1, label = visMesh - // page group: subSet - // -main_Receiver_726_out_1[cache: 0] = visMesh; - // - // node String[15]: x = 850, y = 80, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "cellSet0" - // page group: subSet - // - // - // node foamGetSet[1]: x = 740, y = 170, inputs = 3, label = foamGetSet - // input[3]: defaulting = 1, visible = 1, type = 32, value = "cellSet0" - // page group: subSet - // -main_foamGetSet_1_out_1 = - foamGetSet( - main_Route_220_out_1, - main_Receiver_726_out_1, - main_String_15_out_1 - ) [instance: 1, cache: 2]; - // - // node Receiver[728]: x = 900, y = 180, inputs = 1, label = cellIndexField - // page group: subSet - // -main_Receiver_728_out_1[cache: 0] = cellIndexField; - // - // node Replace[12]: x = 770, y = 260, inputs = 4, label = Replace - // input[4]: defaulting = 0, visible = 1, type = 32, value = "validCells" - // page group: subSet - // -main_Replace_12_out_1[cache: 1] = - Replace( - main_foamGetSet_1_out_1, - main_Receiver_728_out_1, - main_Replace_12_in_3, - main_Replace_12_in_4 - ) [instance: 12, cache: 2]; - // - // node Mark[16]: x = 800, y = 330, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "validCells" - // page group: subSet - // -main_Mark_16_out_1[cache: 1] = - Mark( - main_Replace_12_out_1, - main_Mark_16_in_2 - ) [instance: 16, cache: 2]; - // - // node Include[7]: x = 810, y = 420, inputs = 6, label = Include - // input[2]: defaulting = 1, visible = 1, type = 5, value = 0.0 - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[4]: defaulting = 0, visible = 1, type = 3, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 3, value = 1 - // page group: subSet - // -main_Include_7_out_1[cache: 1] = - Include( - main_Mark_16_out_1, - main_Include_7_in_2, - main_Include_7_in_3, - main_Include_7_in_4, - main_Include_7_in_5, - main_Include_7_in_6 - ) [instance: 7, cache: 2]; - // - // node Unmark[6]: x = 870, y = 500, inputs = 2, label = Unmark - // page group: subSet - // -main_Unmark_6_out_1[cache: 1] = - Unmark( - main_Include_7_out_1, - main_Unmark_6_in_2 - ) [instance: 6, cache: 2]; - // - // node Transmitter[310]: x = 860, y = 570, inputs = 1, label = subClipped - // page group: subSet - // -subClipped = main_Unmark_6_out_1; - // - // node Receiver[558]: x = 50, y = 40, inputs = 1, label = subClipped - // page group: subSetVis - // -main_Receiver_558_out_1[cache: 0] = subClipped; - // - // node Route[215]: x = 80, y = 130, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_215_out_1[cache: 1], -main_Route_215_out_2[cache: 1] = - Route( - main_Receiver_658_out_1, - main_Receiver_558_out_1 - ) [instance: 215, cache: 2]; - // - // node Receiver[356]: x = 290, y = 730, inputs = 1, label = glyphType - // page group: subSet - // -main_Receiver_356_out_1[cache: 0] = glyphType; - // - // node Selector[114]: x = 320, y = 230, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_114" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "cell indices" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "field 1" "cell indices" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "cell indices" - // page group: subSet - // - // - // node Receiver[655]: x = 320, y = 80, inputs = 1, label = subValid - // page group: subSet - // -main_Receiver_655_out_1[cache: 0] = subValid; - // - // node Receiver[355]: x = 410, y = 10, inputs = 1, label = volField_1 - // page group: subSet - // -main_Receiver_355_out_1[cache: 0] = volField_1; - // - // node Route[202]: x = 420, y = 150, inputs = 2, outputs = 2, label = Route - // page group: subSet - // -main_Route_202_out_1[cache: 1], -main_Route_202_out_2[cache: 1] = - Route( - main_Receiver_655_out_1, - main_Receiver_355_out_1 - ) [instance: 202, cache: 2]; - // - // node Receiver[545]: x = 510, y = 60, inputs = 1, label = cellIndexField - // page group: subSet - // -main_Receiver_545_out_1[cache: 0] = cellIndexField; - // - // node Switch[196]: x = 410, y = 230, inputs = 3, label = Switch - // page group: subSet - // -main_Switch_196_out_1[cache: 1] = - Switch( - main_Selector_114_out_1, - main_Route_202_out_1, - main_Receiver_545_out_1 - ) [instance: 196, cache: 2]; - // - // node Transmitter[309]: x = 620, y = 340, inputs = 1, label = subField - // page group: subSet - // -subField = main_Switch_196_out_1; - // - // node Receiver[556]: x = 390, y = 490, inputs = 1, label = subField - // page group: subSet - // -main_Receiver_556_out_1[cache: 0] = subField; - // - // node Inquire[30]: x = 390, y = 570, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is vector" - // page group: subSet - // -main_Inquire_30_out_1[cache: 1] = - Inquire( - main_Receiver_556_out_1, - main_Inquire_30_in_2, - main_Inquire_30_in_3 - ) [instance: 30, cache: 2]; - // - // node Compute[36]: x = 390, y = 650, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: subSet - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_36_out_1[cache: 1] = - Compute( - main_Compute_36_in_1, - main_Inquire_30_out_1, - main_Compute_36_in_3 - ) [instance: 36, cache: 2]; - // - // node Switch[163]: x = 390, y = 730, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"sphere"} - // input[3]: defaulting = 0, visible = 1, type = 16777248, value = {"arrow2D"} - // page group: subSet - // -main_Switch_163_out_1[cache: 1] = - Switch( - main_Compute_36_out_1, - main_Switch_163_in_2, - main_Switch_163_in_3 - ) [instance: 163, cache: 2]; - // - // node Switch[164]: x = 390, y = 810, inputs = 3, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"text"} - // page group: subSet - // -main_Switch_164_out_1[cache: 1] = - Switch( - main_Receiver_356_out_1, - main_Switch_164_in_2, - main_Switch_163_out_1 - ) [instance: 164, cache: 2]; - // - // node Transmitter[308]: x = 390, y = 890, inputs = 1, label = glyphName - // page group: subSet - // -glyphName = main_Switch_164_out_1; - // - // node Receiver[554]: x = 140, y = 60, inputs = 1, label = glyphName - // page group: subSetVis - // -main_Receiver_554_out_1[cache: 0] = glyphName; - // - // node Scalar[58]: x = 200, y = 130, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_58" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 2 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: subSetVis - // - // - // node AutoGlyph[1]: x = 100, y = 210, inputs = 7, label = AutoGlyph - // page group: subSetVis - // -main_AutoGlyph_1_out_1[cache: 1] = - AutoGlyph( - main_Route_215_out_2, - main_Receiver_554_out_1, - main_AutoGlyph_1_in_3, - main_Scalar_58_out_1, - main_AutoGlyph_1_in_5, - main_AutoGlyph_1_in_6, - main_AutoGlyph_1_in_7 - ) [instance: 1, cache: 2]; - // - // node Route[120]: x = 140, y = 300, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_120_out_1[cache: 1], -main_Route_120_out_2[cache: 1] = - Route( - main_Receiver_357_out_1, - main_AutoGlyph_1_out_1 - ) [instance: 120, cache: 2]; - // - // node Receiver[511]: x = 230, y = 280, inputs = 1, label = subOpacity - // page group: subSetVis - // -main_Receiver_511_out_1[cache: 0] = subOpacity; - // - // node AutoColor[35]: x = 190, y = 370, inputs = 10, label = AutoColor - // input[2]: defaulting = 1, visible = 1, type = 5, value = NULL - // input[8]: visible = 1 - // page group: subSetVis - // -main_AutoColor_35_out_1[cache: 1], -main_AutoColor_35_out_2[cache: 1] = - AutoColor( - main_Route_120_out_2, - main_Receiver_511_out_1, - main_AutoColor_35_in_3, - main_AutoColor_35_in_4, - main_AutoColor_35_in_5, - main_AutoColor_35_in_6, - main_AutoColor_35_in_7, - main_AutoColor_35_in_8, - main_AutoColor_35_in_9, - main_AutoColor_35_in_10 - ) [instance: 35, cache: 2]; - // - // node Selector[103]: x = 0, y = 710, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_103" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "fixed" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "fixed" "field" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "fixed" - // page group: glyph_sp - // - // - // node Transmitter[251]: x = 80, y = 710, inputs = 1, label = colorType_sp - // page group: glyph_sp - // -colorType_sp = main_Selector_103_out_1; - // - // node Receiver[450]: x = 0, y = 100, inputs = 1, label = colorType_sp - // page group: color_sp - // -main_Receiver_450_out_1[cache: 0] = colorType_sp; - // - // node Compute[61]: x = 0, y = 190, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 > 1 ? 2 : 1" - // page group: color_sp - // expression: value = a > 1 ? 2 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_61_out_1[cache: 1] = - Compute( - main_Compute_61_in_1, - main_Receiver_450_out_1, - main_Compute_61_in_3 - ) [instance: 61, cache: 2]; - // - // node Transmitter[274]: x = 90, y = 190, inputs = 1, label = useField_sp - // page group: color_sp - // -useField_sp = main_Compute_61_out_1; - // - // node Receiver[465]: x = 300, y = 130, inputs = 1, label = useField_sp - // page group: color_sp - // -main_Receiver_465_out_1[cache: 0] = useField_sp; - // - // node Toggle[64]: x = 0, y = 900, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_64" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: glyph_sp - // toggle : 0 - // -main_Toggle_64_out_1 = - Toggle( - main_Toggle_64_in_1, - main_Toggle_64_in_2, - main_Toggle_64_in_3, - main_Toggle_64_in_4, - main_Toggle_64_in_5, - main_Toggle_64_in_6 - ) [instance: 64, cache: 2]; - // - // node Transmitter[273]: x = 80, y = 900, inputs = 1, label = doRead_sp - // page group: glyph_sp - // -doRead_sp = main_Toggle_64_out_1; - // - // node Receiver[508]: x = 0, y = 190, inputs = 1, label = doRead_sp - // page group: glyph_sp - // -main_Receiver_508_out_1[cache: 0] = doRead_sp; - // - // node Receiver[457]: x = 590, y = 720, inputs = 1, label = colorType_sp - // page group: glyph_sp - // -main_Receiver_457_out_1[cache: 0] = colorType_sp; - // - // node Receiver[455]: x = 590, y = 510, inputs = 1, label = colorType_sp - // page group: glyph_sp - // -main_Receiver_455_out_1[cache: 0] = colorType_sp; - // - // node Receiver[451]: x = 1150, y = 10, inputs = 1, label = lagrPos - // page group: glyph_sp - // -main_Receiver_451_out_1[cache: 0] = lagrPos; - // - // node Inquire[62]: x = 1050, y = 90, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: glyph_sp - // -main_Inquire_62_out_1[cache: 1] = - Inquire( - main_Receiver_451_out_1, - main_Inquire_62_in_2, - main_Inquire_62_in_3 - ) [instance: 62, cache: 2]; - // - // node Route[182]: x = 1150, y = 90, inputs = 2, outputs = 2, label = Route - // page group: glyph_sp - // -main_Route_182_out_1[cache: 1], -main_Route_182_out_2[cache: 1] = - Route( - main_Inquire_62_out_1, - main_Receiver_451_out_1 - ) [instance: 182, cache: 2]; - // - // node Transmitter[284]: x = 1110, y = 190, inputs = 1, label = validLagrPos - // page group: glyph_sp - // -validLagrPos = main_Route_182_out_1; - // - // node Receiver[490]: x = 750, y = 490, inputs = 1, label = validLagrPos - // page group: glyph_sp - // -main_Receiver_490_out_1[cache: 0] = validLagrPos; - // - // node Route[173]: x = 720, y = 580, inputs = 2, outputs = 3, label = Route - // page group: glyph_sp - // -main_Route_173_out_1[cache: 1], -main_Route_173_out_2[cache: 1], -main_Route_173_out_3[cache: 1] = - Route( - main_Receiver_455_out_1, - main_Receiver_490_out_1 - ) [instance: 173, cache: 2]; - // - // node Mark[11]: x = 720, y = 650, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: glyph_sp - // -main_Mark_11_out_1[cache: 1] = - Mark( - main_Route_173_out_1, - main_Mark_11_in_2 - ) [instance: 11, cache: 2]; - // - // node Compute[56]: x = 720, y = 720, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "1" - // page group: glyph_sp - // expression: value = 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_56_out_1[cache: 1] = - Compute( - main_Compute_56_in_1, - main_Mark_11_out_1, - main_Compute_56_in_3 - ) [instance: 56, cache: 2]; - // - // node Receiver[462]: x = 430, y = 350, inputs = 1, label = doRead_sp - // page group: read_sp - // -main_Receiver_462_out_1[cache: 0] = doRead_sp; - // - // node Receiver[397]: x = 420, y = 0, inputs = 1, label = colorType_sp - // page group: read_sp - // -main_Receiver_397_out_1[cache: 0] = colorType_sp; - // - // node Compute[58]: x = 420, y = 90, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 > 1 ? 1 : 0" - // page group: read_sp - // expression: value = a > 1 ? 1 : 0 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_58_out_1[cache: 1] = - Compute( - main_Compute_58_in_1, - main_Receiver_397_out_1, - main_Compute_58_in_3 - ) [instance: 58, cache: 2]; - // - // node Receiver[384]: x = 530, y = 0, inputs = 1, label = foamDb - // page group: read_sp - // -main_Receiver_384_out_1[cache: 0] = foamDb; - // - // node Route[164]: x = 530, y = 70, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_164_out_1[cache: 1], -main_Route_164_out_2[cache: 1] = - Route( - main_Compute_58_out_1, - main_Receiver_384_out_1 - ) [instance: 164, cache: 2]; - // - // node Receiver[438]: x = 630, y = 0, inputs = 1, label = foamTime - // page group: read_sp - // -main_Receiver_438_out_1[cache: 0] = foamTime; - // - // node foamGetFieldNames[8]: x = 530, y = 150, inputs = 3, label = foamGetFieldNames - // input[3]: defaulting = 0, visible = 1, type = 32, value = "scalarField" - // page group: read_sp - // -main_foamGetFieldNames_8_out_1[cache: 1] = - foamGetFieldNames( - main_Route_164_out_1, - main_Receiver_438_out_1, - main_foamGetFieldNames_8_in_3 - ) [instance: 8, cache: 2]; - // - // node Inquire[56]: x = 530, y = 240, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_56_out_1[cache: 1] = - Inquire( - main_foamGetFieldNames_8_out_1, - main_Inquire_56_in_2, - main_Inquire_56_in_3 - ) [instance: 56, cache: 2]; - // - // node Route[167]: x = 610, y = 240, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_167_out_1[cache: 1], -main_Route_167_out_2[cache: 1] = - Route( - main_Inquire_56_out_1, - main_foamGetFieldNames_8_out_1 - ) [instance: 167, cache: 2]; - // - // node Selector[106]: x = 590, y = 340, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_106" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "T" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "d" "T" "nDrops" "deviation" "dDeviation" "charTime" "strippedMass" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 6 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "T" - // page group: read_sp - // -main_Selector_106_out_1, -main_Selector_106_out_2 = - Selector( - main_Selector_106_in_1, - main_Selector_106_in_2, - main_Selector_106_in_3, - main_Route_167_out_1, - main_Selector_106_in_5, - main_Selector_106_in_6, - main_Selector_106_in_7 - ) [instance: 106, cache: 2]; - // - // node Select[47]: x = 530, y = 340, inputs = 3, label = Select - // page group: read_sp - // -main_Select_47_out_1[cache: 1] = - Select( - main_Route_167_out_1, - main_Selector_106_out_1, - main_Select_47_in_3 - ) [instance: 47, cache: 2]; - // - // node Route[168]: x = 590, y = 450, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_168_out_1[cache: 1], -main_Route_168_out_2[cache: 1] = - Route( - main_Receiver_462_out_1, - main_Select_47_out_1 - ) [instance: 168, cache: 2]; - // - // node Receiver[442]: x = 550, y = 560, inputs = 1, label = movingFoamMesh - // page group: read_sp - // -main_Receiver_442_out_1[cache: 0] = movingFoamMesh; - // - // node Receiver[441]: x = 670, y = 510, inputs = 1, label = movingMesh - // page group: read_sp - // -main_Receiver_441_out_1[cache: 0] = movingMesh; - // - // node Receiver[444]: x = 730, y = 570, inputs = 1, label = lagrPos - // page group: read_sp - // -main_Receiver_444_out_1[cache: 0] = lagrPos; - // - // node foamReadField[4]: x = 530, y = 640, inputs = 5, label = foamReadField - // input[2]: defaulting = 0, visible = 1, type = 32, value = "scalarField" - // page group: read_sp - // -main_foamReadField_4_out_1, -main_foamReadField_4_out_2 = - foamReadField( - main_Route_168_out_1, - main_foamReadField_4_in_2, - main_Receiver_442_out_1, - main_Receiver_441_out_1, - main_Receiver_444_out_1 - ) [instance: 4, cache: 2]; - // - // node Inquire[58]: x = 530, y = 730, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_58_out_1[cache: 1] = - Inquire( - main_foamReadField_4_out_2, - main_Inquire_58_in_2, - main_Inquire_58_in_3 - ) [instance: 58, cache: 2]; - // - // node Route[170]: x = 620, y = 730, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_170_out_1[cache: 1], -main_Route_170_out_2[cache: 1] = - Route( - main_Inquire_58_out_1, - main_foamReadField_4_out_2 - ) [instance: 170, cache: 2]; - // - // node Transmitter[243]: x = 560, y = 820, inputs = 1, label = colorField_sp - // page group: read_sp - // -colorField_sp = main_Route_170_out_1; - // - // node Receiver[458]: x = 800, y = 710, inputs = 1, label = colorField_sp - // page group: glyph_sp - // -main_Receiver_458_out_1[cache: 0] = colorField_sp; - // - // node Receiver[463]: x = 910, y = 640, inputs = 1, label = colorField_sp - // page group: glyph_sp - // -main_Receiver_463_out_1[cache: 0] = colorField_sp; - // - // node Compute[60]: x = 920, y = 720, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "log($0)/log(10)" - // page group: glyph_sp - // expression: value = log(a)/log(10) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_60_out_1[cache: 1] = - Compute( - main_Compute_60_in_1, - main_Receiver_463_out_1, - main_Compute_60_in_3 - ) [instance: 60, cache: 2]; - // - // node Switch[187]: x = 720, y = 800, inputs = 4, label = Switch - // page group: glyph_sp - // -main_Switch_187_out_1[cache: 1] = - Switch( - main_Receiver_457_out_1, - main_Compute_56_out_1, - main_Receiver_458_out_1, - main_Compute_60_out_1 - ) [instance: 187, cache: 2]; - // - // node Transmitter[270]: x = 720, y = 870, inputs = 1, label = field2_sp - // page group: glyph_sp - // -field2_sp = main_Switch_187_out_1; - // - // node Receiver[447]: x = 10, y = 20, inputs = 1, label = field2_sp - // page group: glyph_sp - // -main_Receiver_447_out_1[cache: 0] = field2_sp; - // - // node Route[184]: x = 80, y = 280, inputs = 2, outputs = 2, label = Route - // page group: glyph_sp - // -main_Route_184_out_1[cache: 1], -main_Route_184_out_2[cache: 1] = - Route( - main_Receiver_508_out_1, - main_Receiver_447_out_1 - ) [instance: 184, cache: 2]; - // - // node Selector[107]: x = 300, y = 250, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_107" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "sphere" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"diamond" "circle" "sphere" } - // input[5]: defaulting = 1, visible = 1, type = 16777245, value = {0 1 2 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "sphere" - // page group: glyph_sp - // -main_Selector_107_out_1, -main_Selector_107_out_2 = - Selector( - main_Selector_107_in_1, - main_Selector_107_in_2, - main_Selector_107_in_3, - main_Selector_107_in_4, - main_Selector_107_in_5, - main_Selector_107_in_6, - main_Selector_107_in_7 - ) [instance: 107, cache: 2]; - // - // node Scalar[62]: x = 350, y = 100, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_62" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.002 - // input[5]: defaulting = 0, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+20 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.002 - // page group: glyph_sp - // -main_Scalar_62_out_1 = - Scalar( - main_Scalar_62_in_1, - main_Scalar_62_in_2, - main_Scalar_62_in_3, - main_Scalar_62_in_4, - main_Scalar_62_in_5, - main_Scalar_62_in_6, - main_Scalar_62_in_7, - main_Scalar_62_in_8, - main_Scalar_62_in_9, - main_Scalar_62_in_10, - main_Scalar_62_in_11 - ) [instance: 62, cache: 2]; - // - // node Selector[108]: x = 0, y = 810, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_108" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "fixed" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "fixed" "field" "log(field)" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 3 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "fixed" - // page group: glyph_sp - // - // - // node Transmitter[268]: x = 80, y = 810, inputs = 1, label = scaleType_sp - // page group: glyph_sp - // -scaleType_sp = main_Selector_108_out_1; - // - // node Receiver[491]: x = 150, y = 170, inputs = 1, label = scaleType_sp - // page group: glyph_sp - // -main_Receiver_491_out_1[cache: 0] = scaleType_sp; - // - // node Compute[65]: x = 250, y = 170, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "min($0)" - // page group: glyph_sp - // expression: value = min(a) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_65_out_1[cache: 1] = - Compute( - main_Compute_65_in_1, - main_Receiver_447_out_1, - main_Compute_65_in_3 - ) [instance: 65, cache: 2]; - // - // node Switch[192]: x = 180, y = 240, inputs = 4, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 67108863, value = 0 - // input[3]: defaulting = 0, visible = 1, type = 67108863, value = 0 - // page group: glyph_sp - // -main_Switch_192_out_1[cache: 1] = - Switch( - main_Receiver_491_out_1, - main_Switch_192_in_2, - main_Switch_192_in_3, - main_Compute_65_out_1 - ) [instance: 192, cache: 2]; - // - // node Glyph[22]: x = 60, y = 420, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 1, type = 5, value = 0.0 - // page group: glyph_sp - // -main_Glyph_22_out_1[cache: 1] = - Glyph( - main_Route_184_out_1, - main_Selector_107_out_2, - main_Glyph_22_in_3, - main_Scalar_62_out_1, - main_Glyph_22_in_5, - main_Switch_192_out_1, - main_Glyph_22_in_7 - ) [instance: 22, cache: 2]; - // - // node Transmitter[267]: x = 80, y = 500, inputs = 1, label = uncolored_sp - // page group: glyph_sp - // -uncolored_sp = main_Glyph_22_out_1; - // - // node Receiver[399]: x = 400, y = 50, inputs = 1, label = uncolored_sp - // page group: color_sp - // -main_Receiver_399_out_1[cache: 0] = uncolored_sp; - // - // node Route[172]: x = 420, y = 200, inputs = 2, outputs = 2, label = Route - // page group: color_sp - // -main_Route_172_out_1[cache: 1], -main_Route_172_out_2[cache: 1] = - Route( - main_Receiver_465_out_1, - main_Receiver_399_out_1 - ) [instance: 172, cache: 2]; - // - // node Toggle[61]: x = 570, y = 200, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_61" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: color_sp - // toggle : 0 - // - // - // node Scalar[59]: x = 710, y = 200, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_59" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 450.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 450.0 - // page group: color_sp - // - // - // node Switch[176]: x = 710, y = 290, inputs = 3, label = Switch - // page group: color_sp - // -main_Switch_176_out_1[cache: 1] = - Switch( - main_Toggle_61_out_1, - main_Scalar_59_out_1, - main_Route_172_out_2 - ) [instance: 176, cache: 2]; - // - // node Scalar[60]: x = 640, y = 200, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_60" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 500.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 500.0 - // page group: color_sp - // - // - // node Switch[177]: x = 630, y = 290, inputs = 3, label = Switch - // page group: color_sp - // -main_Switch_177_out_1[cache: 1] = - Switch( - main_Toggle_61_out_1, - main_Scalar_60_out_1, - main_Route_172_out_2 - ) [instance: 177, cache: 2]; - // - // node AutoColor[36]: x = 490, y = 380, inputs = 10, label = AutoColor - // input[2]: defaulting = 0, visible = 1, type = 5, value = 1.0 - // input[8]: visible = 1 - // page group: color_sp - // -main_AutoColor_36_out_1[cache: 1], -main_AutoColor_36_out_2[cache: 1] = - AutoColor( - main_Route_172_out_2, - main_AutoColor_36_in_2, - main_AutoColor_36_in_3, - main_AutoColor_36_in_4, - main_AutoColor_36_in_5, - main_AutoColor_36_in_6, - main_Switch_176_out_1, - main_Switch_177_out_1, - main_AutoColor_36_in_9, - main_AutoColor_36_in_10 - ) [instance: 36, cache: 2]; - // - // node Toggle[65]: x = 0, y = 100, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_65" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: glyphVec_sp - // toggle : 0 - // -main_Toggle_65_out_1 = - Toggle( - main_Toggle_65_in_1, - main_Toggle_65_in_2, - main_Toggle_65_in_3, - main_Toggle_65_in_4, - main_Toggle_65_in_5, - main_Toggle_65_in_6 - ) [instance: 65, cache: 2]; - // - // node Transmitter[278]: x = 80, y = 100, inputs = 1, label = doReadVec_sp - // page group: glyphVec_sp - // -doReadVec_sp = main_Toggle_65_out_1; - // - // node Receiver[470]: x = 820, y = 370, inputs = 1, label = doReadVec_sp - // page group: read_sp - // -main_Receiver_470_out_1[cache: 0] = doReadVec_sp; - // - // node Receiver[631]: x = 810, y = 0, inputs = 1, label = doReadVec_sp - // page group: read_sp - // -main_Receiver_631_out_1[cache: 0] = doReadVec_sp; - // - // node Receiver[468]: x = 930, y = 0, inputs = 1, label = foamDb - // page group: read_sp - // -main_Receiver_468_out_1[cache: 0] = foamDb; - // - // node Route[205]: x = 940, y = 70, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_205_out_1[cache: 1], -main_Route_205_out_2[cache: 1] = - Route( - main_Receiver_631_out_1, - main_Receiver_468_out_1 - ) [instance: 205, cache: 2]; - // - // node Receiver[469]: x = 1030, y = 0, inputs = 1, label = foamTime - // page group: read_sp - // -main_Receiver_469_out_1[cache: 0] = foamTime; - // - // node foamGetFieldNames[9]: x = 930, y = 150, inputs = 3, label = foamGetFieldNames - // input[3]: defaulting = 0, visible = 1, type = 32, value = "vectorField" - // page group: read_sp - // -main_foamGetFieldNames_9_out_1[cache: 1] = - foamGetFieldNames( - main_Route_205_out_1, - main_Receiver_469_out_1, - main_foamGetFieldNames_9_in_3 - ) [instance: 9, cache: 2]; - // - // node Inquire[59]: x = 930, y = 240, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_59_out_1[cache: 1] = - Inquire( - main_foamGetFieldNames_9_out_1, - main_Inquire_59_in_2, - main_Inquire_59_in_3 - ) [instance: 59, cache: 2]; - // - // node Route[175]: x = 1010, y = 240, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_175_out_1[cache: 1], -main_Route_175_out_2[cache: 1] = - Route( - main_Inquire_59_out_1, - main_foamGetFieldNames_9_out_1 - ) [instance: 175, cache: 2]; - // - // node Selector[109]: x = 990, y = 340, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_109" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "U" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "U" "normal" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "U" - // page group: read_sp - // -main_Selector_109_out_1, -main_Selector_109_out_2 = - Selector( - main_Selector_109_in_1, - main_Selector_109_in_2, - main_Selector_109_in_3, - main_Route_175_out_1, - main_Selector_109_in_5, - main_Selector_109_in_6, - main_Selector_109_in_7 - ) [instance: 109, cache: 2]; - // - // node Select[48]: x = 930, y = 340, inputs = 3, label = Select - // page group: read_sp - // -main_Select_48_out_1[cache: 1] = - Select( - main_Route_175_out_1, - main_Selector_109_out_1, - main_Select_48_in_3 - ) [instance: 48, cache: 2]; - // - // node Route[176]: x = 990, y = 450, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_176_out_1[cache: 1], -main_Route_176_out_2[cache: 1] = - Route( - main_Receiver_470_out_1, - main_Select_48_out_1 - ) [instance: 176, cache: 2]; - // - // node Receiver[471]: x = 950, y = 560, inputs = 1, label = movingFoamMesh - // page group: read_sp - // -main_Receiver_471_out_1[cache: 0] = movingFoamMesh; - // - // node Receiver[472]: x = 1070, y = 510, inputs = 1, label = movingMesh - // page group: read_sp - // -main_Receiver_472_out_1[cache: 0] = movingMesh; - // - // node Receiver[473]: x = 1130, y = 570, inputs = 1, label = lagrPos - // page group: read_sp - // -main_Receiver_473_out_1[cache: 0] = lagrPos; - // - // node foamReadField[5]: x = 930, y = 640, inputs = 5, label = foamReadField - // input[2]: defaulting = 0, visible = 1, type = 32, value = "vectorField" - // page group: read_sp - // -main_foamReadField_5_out_1, -main_foamReadField_5_out_2 = - foamReadField( - main_Route_176_out_1, - main_foamReadField_5_in_2, - main_Receiver_471_out_1, - main_Receiver_472_out_1, - main_Receiver_473_out_1 - ) [instance: 5, cache: 2]; - // - // node Inquire[60]: x = 930, y = 730, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_60_out_1[cache: 1] = - Inquire( - main_foamReadField_5_out_2, - main_Inquire_60_in_2, - main_Inquire_60_in_3 - ) [instance: 60, cache: 2]; - // - // node Route[177]: x = 1020, y = 730, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_177_out_1[cache: 1], -main_Route_177_out_2[cache: 1] = - Route( - main_Inquire_60_out_1, - main_foamReadField_5_out_2 - ) [instance: 177, cache: 2]; - // - // node Transmitter[275]: x = 960, y = 820, inputs = 1, label = vecField_sp - // page group: read_sp - // -vecField_sp = main_Route_177_out_1; - // - // node Receiver[479]: x = 410, y = 50, inputs = 1, label = vecField_sp - // page group: glyphVec_sp - // -main_Receiver_479_out_1[cache: 0] = vecField_sp; - // - // node Scalar[63]: x = 560, y = 50, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_63" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.01 - // input[5]: defaulting = 0, visible = 0, type = 5, value = -1000000.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+20 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.01 - // page group: glyphVec_sp - // -main_Scalar_63_out_1 = - Scalar( - main_Scalar_63_in_1, - main_Scalar_63_in_2, - main_Scalar_63_in_3, - main_Scalar_63_in_4, - main_Scalar_63_in_5, - main_Scalar_63_in_6, - main_Scalar_63_in_7, - main_Scalar_63_in_8, - main_Scalar_63_in_9, - main_Scalar_63_in_10, - main_Scalar_63_in_11 - ) [instance: 63, cache: 2]; - // - // node Glyph[24]: x = 420, y = 320, inputs = 7, label = Glyph - // input[2]: defaulting = 0, visible = 1, type = 32, value = "arrow2D" - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVec_sp - // -main_Glyph_24_out_1[cache: 1] = - Glyph( - main_Receiver_479_out_1, - main_Glyph_24_in_2, - main_Glyph_24_in_3, - main_Scalar_63_out_1, - main_Glyph_24_in_5, - main_Glyph_24_in_6, - main_Glyph_24_in_7 - ) [instance: 24, cache: 2]; - // - // node Transmitter[280]: x = 410, y = 400, inputs = 1, label = uncoloredVec_sp - // page group: glyphVec_sp - // -uncoloredVec_sp = main_Glyph_24_out_1; - // - // node Receiver[482]: x = 310, y = 90, inputs = 1, label = uncoloredVec_sp - // page group: colorVec_sp - // -main_Receiver_482_out_1[cache: 0] = uncoloredVec_sp; - // - // node Toggle[67]: x = 380, y = 180, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_67" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 2 - // page group: colorVec_sp - // toggle : 0 - // - // - // node Scalar[64]: x = 520, y = 180, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_64" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 100.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+20 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+20 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 100.0 - // page group: colorVec_sp - // - // - // node Switch[189]: x = 520, y = 270, inputs = 3, label = Switch - // page group: colorVec_sp - // -main_Switch_189_out_1[cache: 1] = - Switch( - main_Toggle_67_out_1, - main_Scalar_64_out_1, - main_Receiver_482_out_1 - ) [instance: 189, cache: 2]; - // - // node Scalar[65]: x = 450, y = 180, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_65" - // input[2]: defaulting = 1, visible = 1, type = 67108863, value = NULL - // input[3]: defaulting = 0, visible = 0, type = 5, value = 140.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = -1e+20 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1e+20 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 140.0 - // page group: colorVec_sp - // - // - // node Switch[190]: x = 440, y = 270, inputs = 3, label = Switch - // page group: colorVec_sp - // -main_Switch_190_out_1[cache: 1] = - Switch( - main_Toggle_67_out_1, - main_Scalar_65_out_1, - main_Receiver_482_out_1 - ) [instance: 190, cache: 2]; - // - // node AutoColor[37]: x = 300, y = 360, inputs = 10, label = AutoColor - // input[2]: defaulting = 0, visible = 1, type = 5, value = 1.0 - // input[8]: visible = 1 - // page group: colorVec_sp - // -main_AutoColor_37_out_1[cache: 1], -main_AutoColor_37_out_2[cache: 1] = - AutoColor( - main_Receiver_482_out_1, - main_AutoColor_37_in_2, - main_AutoColor_37_in_3, - main_AutoColor_37_in_4, - main_AutoColor_37_in_5, - main_AutoColor_37_in_6, - main_Switch_189_out_1, - main_Switch_190_out_1, - main_AutoColor_37_in_9, - main_AutoColor_37_in_10 - ) [instance: 37, cache: 2]; - // - // node Scalar[49]: x = 670, y = 90, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_49" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.0 - // page group: mesh - // - // - // node Compute[19]: x = 770, y = 190, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 0 : 1" - // page group: mesh - // expression: value = opacity == 0 ? 0 : 1 - // name[2]: value = opacity - // name[3]: value = b - // -main_Compute_19_out_1[cache: 1] = - Compute( - main_Compute_19_in_1, - main_Scalar_49_out_1, - main_Compute_19_in_3 - ) [instance: 19, cache: 2]; - // - // node Receiver[633]: x = 1150, y = 260, inputs = 1, label = patchValues - // page group: Exclude - // -main_Receiver_633_out_1[cache: 0] = patchValues; - // - // node Inquire[69]: x = 1170, y = 340, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is null" - // page group: Exclude - // -main_Inquire_69_out_1[cache: 1] = - Inquire( - main_Receiver_633_out_1, - main_Inquire_69_in_2, - main_Inquire_69_in_3 - ) [instance: 69, cache: 2]; - // - // node Compute[71]: x = 1170, y = 410, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: Exclude - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_71_out_1[cache: 1] = - Compute( - main_Compute_71_in_1, - main_Inquire_69_out_1, - main_Compute_71_in_3 - ) [instance: 71, cache: 2]; - // - // node Transmitter[341]: x = 1170, y = 480, inputs = 1, label = validPatchVals - // page group: Exclude - // -validPatchVals = main_Compute_71_out_1; - // - // node Receiver[632]: x = 710, y = 360, inputs = 1, label = validPatchVals - // page group: Exclude - // -main_Receiver_632_out_1[cache: 0] = validPatchVals; - // - // node Receiver[510]: x = 220, y = 20, inputs = 1, label = foamMesh - // page group: Exclude - // -main_Receiver_510_out_1[cache: 0] = foamMesh; - // - // node Receiver[528]: x = 1190, y = 10, inputs = 1, label = visMesh - // page group: Exclude - // -main_Receiver_528_out_1[cache: 0] = visMesh; - // - // node Replace[7]: x = 1190, y = 80, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "BFconnections" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "connections" - // page group: Exclude - // -main_Replace_7_out_1[cache: 1] = - Replace( - main_Receiver_528_out_1, - main_Receiver_528_out_1, - main_Replace_7_in_3, - main_Replace_7_in_4 - ) [instance: 7, cache: 2]; - // - // node Transmitter[293]: x = 1190, y = 160, inputs = 1, label = BFMesh - // page group: Exclude - // -BFMesh = main_Replace_7_out_1; - // - // node Receiver[531]: x = 380, y = 20, inputs = 1, label = BFMesh - // page group: Exclude - // -main_Receiver_531_out_1[cache: 0] = BFMesh; - // - // node foamIndexPatches[1]: x = 260, y = 170, inputs = 2, label = foamIndexPatches - // page group: Exclude - // -main_foamIndexPatches_1_out_1 = - foamIndexPatches( - main_Receiver_510_out_1, - main_Receiver_531_out_1 - ) [instance: 1, cache: 2]; - // - // node Extract[3]: x = 380, y = 250, inputs = 2, label = Extract - // page group: Exclude - // -main_Extract_3_out_1[cache: 1] = - Extract( - main_foamIndexPatches_1_out_1, - main_Extract_3_in_2 - ) [instance: 3, cache: 2]; - // - // node Options[3]: x = 380, y = 320, inputs = 5, label = Options - // input[2]: defaulting = 0, visible = 1, type = 32, value = "dep" - // input[3]: defaulting = 0, visible = 1, type = 32, value = "connections" - // page group: Exclude - // -main_Options_3_out_1[cache: 1] = - Options( - main_Extract_3_out_1, - main_Options_3_in_2, - main_Options_3_in_3, - main_Options_3_in_4, - main_Options_3_in_5 - ) [instance: 3, cache: 2]; - // - // node Replace[8]: x = 310, y = 390, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "data" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "data" - // page group: Exclude - // -main_Replace_8_out_1[cache: 1] = - Replace( - main_Options_3_out_1, - main_foamIndexPatches_1_out_1, - main_Replace_8_in_3, - main_Replace_8_in_4 - ) [instance: 8, cache: 2]; - // - // node Transmitter[291]: x = 310, y = 460, inputs = 1, label = patchIndexField - // page group: Exclude - // -patchIndexField = main_Replace_8_out_1; - // - // node Receiver[564]: x = 850, y = 120, inputs = 1, label = patchIndexField - // page group: Exclude - // -main_Receiver_564_out_1[cache: 0] = patchIndexField; - // - // node Switch[200]: x = 830, y = 440, inputs = 3, label = Switch - // page group: Exclude - // -main_Switch_200_out_1[cache: 1] = - Switch( - main_Receiver_632_out_1, - main_Switch_200_in_2, - main_Receiver_564_out_1 - ) [instance: 200, cache: 2]; - // - // node Transmitter[292]: x = 830, y = 520, inputs = 1, label = patchSubset - // page group: Exclude - // -patchSubset = main_Switch_200_out_1; - // - // node Receiver[534]: x = 770, y = 40, inputs = 1, label = patchSubset - // page group: mesh - // -main_Receiver_534_out_1[cache: 0] = patchSubset; - // - // node Route[55]: x = 710, y = 190, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_55_out_1[cache: 1], -main_Route_55_out_2[cache: 1] = - Route( - main_Compute_19_out_1, - main_Receiver_534_out_1 - ) [instance: 55, cache: 2]; - // - // node Statistics[2]: x = 900, y = 360, inputs = 1, label = Statistics - // page group: Exclude - // -main_Statistics_2_out_1[cache: 1], -main_Statistics_2_out_2[cache: 1], -main_Statistics_2_out_3[cache: 1], -main_Statistics_2_out_4[cache: 1], -main_Statistics_2_out_5[cache: 1] = - Statistics( - main_Receiver_564_out_1 - ) [instance: 2, cache: 2]; - // - // node Transmitter[360]: x = 930, y = 520, inputs = 1, label = patchSubsetMax - // page group: Exclude - // -patchSubsetMax = main_Statistics_2_out_5; - // - // node Receiver[663]: x = 860, y = 40, inputs = 1, label = patchSubsetMax - // page group: mesh - // -main_Receiver_663_out_1[cache: 0] = patchSubsetMax; - // - // node AutoColor[39]: x = 800, y = 320, inputs = 10, label = AutoColor - // input[2]: visible = 1 - // input[7]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[8]: visible = 1 - // page group: mesh - // -main_AutoColor_39_out_1[cache: 1], -main_AutoColor_39_out_2[cache: 1] = - AutoColor( - main_Route_55_out_1, - main_Scalar_49_out_1, - main_AutoColor_39_in_3, - main_AutoColor_39_in_4, - main_AutoColor_39_in_5, - main_AutoColor_39_in_6, - main_AutoColor_39_in_7, - main_Receiver_663_out_1, - main_AutoColor_39_in_9, - main_AutoColor_39_in_10 - ) [instance: 39, cache: 2]; - // - // node Toggle[77]: x = 10, y = 900, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_77" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: subSetVis - // toggle : 0 - // - // - // node Transmitter[359]: x = 80, y = 900, inputs = 1, label = doValue - // page group: subSetVis - // -doValue = main_Toggle_77_out_1; - // - // node Receiver[662]: x = 740, y = 40, inputs = 1, label = doValue - // page group: subSetVis - // -main_Receiver_662_out_1[cache: 0] = doValue; - // - // node Receiver[552]: x = 870, y = 0, inputs = 1, label = subClipped - // page group: subSetVis - // -main_Receiver_552_out_1[cache: 0] = subClipped; - // - // node Route[217]: x = 810, y = 40, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_217_out_1[cache: 1], -main_Route_217_out_2[cache: 1] = - Route( - main_Receiver_662_out_1, - main_Receiver_552_out_1 - ) [instance: 217, cache: 2]; - // - // node Post[1]: x = 830, y = 110, inputs = 2, label = Post - // input[2]: defaulting = 0, visible = 1, type = 32, value = "connections" - // page group: subSetVis - // -main_Post_1_out_1[cache: 1] = - Post( - main_Route_217_out_2, - main_Post_1_in_2 - ) [instance: 1, cache: 2]; - // - // node Scalar[70]: x = 0, y = 800, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_70" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: subSet - // - // - // node Transmitter[311]: x = 70, y = 800, inputs = 1, label = isolateFactor - // page group: subSet - // -isolateFactor = main_Scalar_70_out_1; - // - // node Receiver[562]: x = 930, y = 90, inputs = 1, label = isolateFactor - // page group: subSetVis - // -main_Receiver_562_out_1[cache: 0] = isolateFactor; - // - // node Isolate[2]: x = 850, y = 180, inputs = 2, label = Isolate - // page group: subSetVis - // -main_Isolate_2_out_1[cache: 1] = - Isolate( - main_Post_1_out_1, - main_Receiver_562_out_1 - ) [instance: 2, cache: 2]; - // - // node Receiver[563]: x = 920, y = 180, inputs = 1, label = subOpacity - // page group: subSetVis - // -main_Receiver_563_out_1[cache: 0] = subOpacity; - // - // node AutoColor[40]: x = 840, y = 260, inputs = 10, label = AutoColor - // input[2]: defaulting = 1, visible = 1, type = 5, value = 1.0 - // page group: subSetVis - // -main_AutoColor_40_out_1[cache: 1], -main_AutoColor_40_out_2[cache: 1] = - AutoColor( - main_Isolate_2_out_1, - main_Receiver_563_out_1, - main_AutoColor_40_in_3, - main_AutoColor_40_in_4, - main_AutoColor_40_in_5, - main_AutoColor_40_in_6, - main_AutoColor_40_in_7, - main_AutoColor_40_in_8, - main_AutoColor_40_in_9, - main_AutoColor_40_in_10 - ) [instance: 40, cache: 2]; - // - // node Selector[115]: x = 20, y = 660, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_115" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "featurelines" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "all" "featurelines" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "featurelines" - // page group: mesh - // - // - // node Transmitter[361]: x = 100, y = 660, inputs = 1, label = patchGridType - // page group: mesh - // -patchGridType = main_Selector_115_out_1; - // - // node Receiver[664]: x = 1020, y = 10, inputs = 1, label = patchGridType - // page group: mesh - // -main_Receiver_664_out_1[cache: 0] = patchGridType; - // - // node Scalar[61]: x = 1490, y = 440, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_61" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 1.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 1.0 - // page group: mesh - // - // - // node Compute[45]: x = 1390, y = 500, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 0 : 1" - // page group: mesh - // expression: value = opacity == 0 ? 0 : 1 - // name[2]: value = opacity - // name[3]: value = b - // -main_Compute_45_out_1[cache: 1] = - Compute( - main_Compute_45_in_1, - main_Scalar_61_out_1, - main_Compute_45_in_3 - ) [instance: 45, cache: 2]; - // - // node Transmitter[338]: x = 1280, y = 550, inputs = 1, label = patchGridOn - // page group: mesh - // -patchGridOn = main_Compute_45_out_1; - // - // node Receiver[626]: x = 1130, y = 10, inputs = 1, label = patchGridOn - // page group: mesh - // -main_Receiver_626_out_1[cache: 0] = patchGridOn; - // - // node Route[204]: x = 1110, y = 80, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_204_out_1[cache: 1], -main_Route_204_out_2[cache: 1] = - Route( - main_Receiver_664_out_1, - main_Receiver_626_out_1 - ) [instance: 204, cache: 2]; - // - // node Receiver[625]: x = 1240, y = 80, inputs = 1, label = foamMesh - // page group: mesh - // -main_Receiver_625_out_1[cache: 0] = foamMesh; - // - // node Route[203]: x = 1290, y = 180, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_203_out_1[cache: 1], -main_Route_203_out_2[cache: 1] = - Route( - main_Route_204_out_2, - main_Receiver_625_out_1 - ) [instance: 203, cache: 2]; - // - // node Receiver[628]: x = 1280, y = 10, inputs = 1, label = visMesh - // page group: mesh - // -main_Receiver_628_out_1[cache: 0] = visMesh; - // - // node Receiver[627]: x = 1320, y = 80, inputs = 1, label = patchValues - // page group: mesh - // -main_Receiver_627_out_1[cache: 0] = patchValues; - // - // node Scalar[74]: x = 1370, y = 170, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_74" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 180.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 - // output[1]: visible = 1, type = 5, value = 0.0 - // page group: mesh - // - // - // node foamFeatureLines[2]: x = 1290, y = 260, inputs = 4, label = foamFeatureLines - // page group: mesh - // -main_foamFeatureLines_2_out_1 = - foamFeatureLines( - main_Route_203_out_1, - main_Receiver_628_out_1, - main_Receiver_627_out_1, - main_Scalar_74_out_1 - ) [instance: 2, cache: 2]; - // - // node Receiver[666]: x = 1470, y = 40, inputs = 1, label = patchSubsetMax - // page group: mesh - // -main_Receiver_666_out_1[cache: 0] = patchSubsetMax; - // - // node AutoColor[41]: x = 1560, y = 430, inputs = 10, label = AutoColor - // input[2]: visible = 1 - // input[7]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[8]: visible = 1 - // page group: mesh - // -main_AutoColor_41_out_1[cache: 1], -main_AutoColor_41_out_2[cache: 1] = - AutoColor( - main_foamFeatureLines_2_out_1, - main_Scalar_61_out_1, - main_AutoColor_41_in_3, - main_AutoColor_41_in_4, - main_AutoColor_41_in_5, - main_AutoColor_41_in_6, - main_AutoColor_41_in_7, - main_Receiver_666_out_1, - main_AutoColor_41_in_9, - main_AutoColor_41_in_10 - ) [instance: 41, cache: 2]; - // - // node Receiver[380]: x = 900, y = 220, inputs = 1, label = raw_1 - // page group: glyphVis_1 - // -main_Receiver_380_out_1[cache: 0] = raw_1; - // - // node Inquire[46]: x = 480, y = 710, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_46_out_1[cache: 1] = - Inquire( - main_Receiver_79_out_1, - main_Inquire_46_in_2, - main_Inquire_46_in_3 - ) [instance: 46, cache: 2]; - // - // node Route[145]: x = 570, y = 710, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_145_out_1[cache: 1], -main_Route_145_out_2[cache: 1] = - Route( - main_Inquire_46_out_1, - main_Receiver_79_out_1 - ) [instance: 145, cache: 2]; - // - // node Inquire[47]: x = 480, y = 810, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_47_out_1[cache: 1] = - Inquire( - main_Route_145_out_1, - main_Inquire_47_in_2, - main_Inquire_47_in_3 - ) [instance: 47, cache: 2]; - // - // node Route[146]: x = 570, y = 810, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_146_out_1[cache: 1], -main_Route_146_out_2[cache: 1] = - Route( - main_Inquire_47_out_1, - main_Route_145_out_1 - ) [instance: 146, cache: 2]; - // - // node Transmitter[239]: x = 540, y = 890, inputs = 1, label = mapTensor_1 - // page group: route - // -mapTensor_1 = main_Route_146_out_1; - // - // node Receiver[376]: x = 980, y = 210, inputs = 1, label = mapTensor_1 - // page group: glyphVis_1 - // -main_Receiver_376_out_1[cache: 0] = mapTensor_1; - // - // node Receiver[381]: x = 1120, y = 30, inputs = 1, label = foamField_1 - // page group: glyphVis_1 - // -main_Receiver_381_out_1[cache: 0] = foamField_1; - // - // node Inquire[50]: x = 1110, y = 120, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: glyphVis_1 - // -main_Inquire_50_out_1[cache: 1] = - Inquire( - main_Receiver_381_out_1, - main_Inquire_50_in_2, - main_Inquire_50_in_3 - ) [instance: 50, cache: 2]; - // - // node Route[149]: x = 1200, y = 120, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_1 - // -main_Route_149_out_1[cache: 1], -main_Route_149_out_2[cache: 1] = - Route( - main_Inquire_50_out_1, - main_Receiver_381_out_1 - ) [instance: 149, cache: 2]; - // - // node Inquire[51]: x = 1110, y = 220, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: glyphVis_1 - // -main_Inquire_51_out_1[cache: 1] = - Inquire( - main_Route_149_out_1, - main_Inquire_51_in_2, - main_Inquire_51_in_3 - ) [instance: 51, cache: 2]; - // - // node Route[150]: x = 1200, y = 220, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_1 - // -main_Route_150_out_1[cache: 1], -main_Route_150_out_2[cache: 1] = - Route( - main_Inquire_51_out_1, - main_Route_149_out_1 - ) [instance: 150, cache: 2]; - // - // node Switch[168]: x = 980, y = 300, inputs = 3, label = Switch - // page group: glyphVis_1 - // -main_Switch_168_out_1[cache: 1] = - Switch( - main_Receiver_380_out_1, - main_Receiver_376_out_1, - main_Route_150_out_1 - ) [instance: 168, cache: 2]; - // - // node AutoGlyph[6]: x = 980, y = 390, inputs = 7, label = AutoGlyph - // input[2]: defaulting = 0, visible = 1, type = 32, value = "arrow2D" - // page group: glyphVis_1 - // -main_AutoGlyph_6_out_1[cache: 1] = - AutoGlyph( - main_Switch_168_out_1, - main_AutoGlyph_6_in_2, - main_AutoGlyph_6_in_3, - main_AutoGlyph_6_in_4, - main_AutoGlyph_6_in_5, - main_AutoGlyph_6_in_6, - main_AutoGlyph_6_in_7 - ) [instance: 6, cache: 2]; - // - // node Receiver[385]: x = 910, y = 200, inputs = 1, label = raw_2 - // page group: glyphVis_2 - // -main_Receiver_385_out_1[cache: 0] = raw_2; - // - // node Inquire[48]: x = 1160, y = 700, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_48_out_1[cache: 1] = - Inquire( - main_Receiver_164_out_1, - main_Inquire_48_in_2, - main_Inquire_48_in_3 - ) [instance: 48, cache: 2]; - // - // node Route[147]: x = 1250, y = 700, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_147_out_1[cache: 1], -main_Route_147_out_2[cache: 1] = - Route( - main_Inquire_48_out_1, - main_Receiver_164_out_1 - ) [instance: 147, cache: 2]; - // - // node Inquire[49]: x = 1160, y = 800, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: route - // -main_Inquire_49_out_1[cache: 1] = - Inquire( - main_Route_147_out_1, - main_Inquire_49_in_2, - main_Inquire_49_in_3 - ) [instance: 49, cache: 2]; - // - // node Route[148]: x = 1250, y = 800, inputs = 2, outputs = 2, label = Route - // page group: route - // -main_Route_148_out_1[cache: 1], -main_Route_148_out_2[cache: 1] = - Route( - main_Inquire_49_out_1, - main_Route_147_out_1 - ) [instance: 148, cache: 2]; - // - // node Transmitter[242]: x = 1220, y = 880, inputs = 1, label = mapTensor_2 - // page group: route - // -mapTensor_2 = main_Route_148_out_1; - // - // node Receiver[386]: x = 990, y = 190, inputs = 1, label = mapTensor_2 - // page group: glyphVis_2 - // -main_Receiver_386_out_1[cache: 0] = mapTensor_2; - // - // node Receiver[387]: x = 1130, y = 10, inputs = 1, label = foamField_2 - // page group: glyphVis_2 - // -main_Receiver_387_out_1[cache: 0] = foamField_2; - // - // node Inquire[52]: x = 1120, y = 100, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not scalar" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: glyphVis_2 - // -main_Inquire_52_out_1[cache: 1] = - Inquire( - main_Receiver_387_out_1, - main_Inquire_52_in_2, - main_Inquire_52_in_3 - ) [instance: 52, cache: 2]; - // - // node Route[151]: x = 1210, y = 100, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_2 - // -main_Route_151_out_1[cache: 1], -main_Route_151_out_2[cache: 1] = - Route( - main_Inquire_52_out_1, - main_Receiver_387_out_1 - ) [instance: 151, cache: 2]; - // - // node Inquire[53]: x = 1120, y = 200, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not vector" - // input[3]: defaulting = 1, visible = 1, type = 32, value = NULL - // page group: glyphVis_2 - // -main_Inquire_53_out_1[cache: 1] = - Inquire( - main_Route_151_out_1, - main_Inquire_53_in_2, - main_Inquire_53_in_3 - ) [instance: 53, cache: 2]; - // - // node Route[152]: x = 1210, y = 200, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_2 - // -main_Route_152_out_1[cache: 1], -main_Route_152_out_2[cache: 1] = - Route( - main_Inquire_53_out_1, - main_Route_151_out_1 - ) [instance: 152, cache: 2]; - // - // node Switch[170]: x = 990, y = 280, inputs = 3, label = Switch - // page group: glyphVis_2 - // -main_Switch_170_out_1[cache: 1] = - Switch( - main_Receiver_385_out_1, - main_Receiver_386_out_1, - main_Route_152_out_1 - ) [instance: 170, cache: 2]; - // - // node AutoGlyph[11]: x = 1000, y = 370, inputs = 7, label = AutoGlyph - // input[2]: defaulting = 0, visible = 1, type = 32, value = "arrow2D" - // page group: glyphVis_2 - // -main_AutoGlyph_11_out_1[cache: 1] = - AutoGlyph( - main_Switch_170_out_1, - main_AutoGlyph_11_in_2, - main_AutoGlyph_11_in_3, - main_AutoGlyph_11_in_4, - main_AutoGlyph_11_in_5, - main_AutoGlyph_11_in_6, - main_AutoGlyph_11_in_7 - ) [instance: 11, cache: 2]; - // - // node Toggle[87]: x = 0, y = 980, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_87" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 1 - // page group: import - // toggle : 1 - // - // - // node Transmitter[392]: x = 90, y = 980, inputs = 1, label = displayCase - // page group: import - // -displayCase = main_Toggle_87_out_1; - // - // node Receiver[729]: x = 860, y = 20, inputs = 1, label = displayCase - // page group: image - // -main_Receiver_729_out_1[cache: 0] = displayCase; - // - // node Receiver[732]: x = 970, y = 10, inputs = 1, label = caseName - // page group: image - // -main_Receiver_732_out_1[cache: 0] = caseName; - // - // node Route[222]: x = 1000, y = 90, inputs = 2, outputs = 2, label = Route - // page group: image - // -main_Route_222_out_1[cache: 1], -main_Route_222_out_2[cache: 1] = - Route( - main_Receiver_729_out_1, - main_Receiver_732_out_1 - ) [instance: 222, cache: 2]; - // - // node Format[8]: x = 1000, y = 180, inputs = 2, label = Format - // input[1]: defaulting = 0, visible = 1, type = 32, value = "case: %s" - // page group: image - // -main_Format_8_out_1[cache: 1] = - Format( - main_Format_8_in_1, - main_Route_222_out_1 - ) [instance: 8, cache: 2]; - // - // node Caption[1]: x = 1000, y = 260, inputs = 9, label = Caption - // input[2]: defaulting = 0, visible = 1, type = 8, value = [0.3 0.95] - // input[4]: defaulting = 0, visible = 0, type = 8, value = [ 0 0] - // input[5]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // page group: image - // -main_Caption_1_out_1[cache: 1] = - Caption( - main_Format_8_out_1, - main_Caption_1_in_2, - main_Caption_1_in_3, - main_Caption_1_in_4, - main_Caption_1_in_5, - main_Caption_1_in_6, - main_Caption_1_in_7, - main_Caption_1_in_8, - main_Caption_1_in_9 - ) [instance: 1, cache: 2]; - // - // node Receiver[734]: x = 1030, y = 540, inputs = 1, label = timeNames - // page group: import - // -main_Receiver_734_out_1[cache: 0] = timeNames; - // - // node Select[65]: x = 1050, y = 610, inputs = 3, label = Select - // page group: import - // -main_Select_65_out_1[cache: 1] = - Select( - main_Receiver_734_out_1, - main_Switch_223_out_1, - main_Select_65_in_3 - ) [instance: 65, cache: 2]; - // - // node Transmitter[391]: x = 1040, y = 720, inputs = 1, label = timeName - // page group: import - // -timeName = main_Select_65_out_1; - // - // node Receiver[731]: x = 1080, y = 10, inputs = 1, label = timeName - // page group: image - // -main_Receiver_731_out_1[cache: 0] = timeName; - // - // node Route[223]: x = 1080, y = 90, inputs = 2, outputs = 2, label = Route - // page group: image - // -main_Route_223_out_1[cache: 1], -main_Route_223_out_2[cache: 1] = - Route( - main_Receiver_729_out_1, - main_Receiver_731_out_1 - ) [instance: 223, cache: 2]; - // - // node Format[9]: x = 1080, y = 180, inputs = 2, label = Format - // input[1]: defaulting = 0, visible = 1, type = 32, value = "time: %s" - // page group: image - // -main_Format_9_out_1[cache: 1] = - Format( - main_Format_9_in_1, - main_Route_223_out_1 - ) [instance: 9, cache: 2]; - // - // node Caption[2]: x = 1080, y = 260, inputs = 9, label = Caption - // input[2]: defaulting = 0, visible = 1, type = 8, value = [0.5 0.95] - // input[4]: defaulting = 0, visible = 0, type = 8, value = [0 0] - // input[5]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // page group: image - // -main_Caption_2_out_1[cache: 1] = - Caption( - main_Format_9_out_1, - main_Caption_2_in_2, - main_Caption_2_in_3, - main_Caption_2_in_4, - main_Caption_2_in_5, - main_Caption_2_in_6, - main_Caption_2_in_7, - main_Caption_2_in_8, - main_Caption_2_in_9 - ) [instance: 2, cache: 2]; - // - // node Receiver[425]: x = 320, y = 670, inputs = 1, label = useGlyph_1 - // page group: color_1 - // -main_Receiver_425_out_1[cache: 0] = useGlyph_1; - // - // node Selector[32]: x = 10, y = 300, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_32" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "auto" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "manual" "auto" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "auto" - // page group: color_1 - // - // - // node Transmitter[142]: x = 110, y = 300, inputs = 1, label = autoColor_1 - // page group: color_1 - // -autoColor_1 = main_Selector_32_out_1; - // - // node Receiver[206]: x = 300, y = 490, inputs = 1, label = autoColor_1 - // page group: color_1 - // -main_Receiver_206_out_1[cache: 0] = autoColor_1; - // - // node StringList[3]: x = 10, y = 10, inputs = 0, label = StringList - // output[1]: visible = 1, type = 16777248, value = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" } - // page group: color_1 - // - // - // node Selector[90]: x = 90, y = 90, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_90" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "green" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 5 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "red" "orange" "blue" "purple" "yellow" "green" "cyan" "magenta" "white" "grey" "black" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 6 7 8 9 10 } - // output[1]: visible = 1, type = 29, value = 5 - // output[2]: visible = 1, type = 32, value = "green" - // page group: color_1 - // -main_Selector_90_out_1, -main_Selector_90_out_2 = - Selector( - main_Selector_90_in_1, - main_Selector_90_in_2, - main_Selector_90_in_3, - main_StringList_3_out_1, - main_Selector_90_in_5, - main_Selector_90_in_6, - main_Selector_90_in_7 - ) [instance: 90, cache: 2]; - // - // node Select[16]: x = 20, y = 90, inputs = 3, label = Select - // page group: color_1 - // -main_Select_16_out_1[cache: 1] = - Select( - main_StringList_3_out_1, - main_Selector_90_out_1, - main_Select_16_in_3 - ) [instance: 16, cache: 2]; - // - // node Transmitter[105]: x = 30, y = 180, inputs = 1, label = color_1 - // page group: color_1 - // -color_1 = main_Select_16_out_1; - // - // node Receiver[176]: x = 340, y = 270, inputs = 1, label = color_1 - // page group: color_1 - // -main_Receiver_176_out_1[cache: 0] = color_1; - // - // node Color[18]: x = 390, y = 360, inputs = 5, label = Color - // page group: color_1 - // -main_Color_18_out_1[cache: 1] = - Color( - main_Switch_103_out_1, - main_Receiver_176_out_1, - main_Receiver_105_out_1, - main_Color_18_in_4, - main_Color_18_in_5 - ) [instance: 18, cache: 2]; - // - // node Switch[76]: x = 420, y = 590, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_76_out_1[cache: 1] = - Switch( - main_Receiver_206_out_1, - main_Color_18_out_1, - main_AutoColor_27_out_1 - ) [instance: 76, cache: 2]; - // - // node Route[157]: x = 420, y = 670, inputs = 2, outputs = 2, label = Route - // page group: color_1 - // -main_Route_157_out_1[cache: 1], -main_Route_157_out_2[cache: 1] = - Route( - main_Receiver_425_out_1, - main_Switch_76_out_1 - ) [instance: 157, cache: 2]; - // - // node Transmitter[91]: x = 380, y = 780, inputs = 1, label = coloredScal_1 - // page group: color_1 - // -coloredScal_1 = main_Route_157_out_1; - // - // node Receiver[47]: x = 700, y = 660, inputs = 1, label = coloredScal_1 - // page group: scalVis_1 - // -main_Receiver_47_out_1[cache: 0] = coloredScal_1; - // - // node Transmitter[27]: x = 720, y = 730, inputs = 1, label = field_1 - // page group: scalVis_1 - // -field_1 = main_Receiver_47_out_1; - // - // node Receiver[32]: x = 0, y = 0, inputs = 1, label = field_1 - // page group: image - // -main_Receiver_32_out_1[cache: 0] = field_1; - // - // node Receiver[426]: x = 370, y = 690, inputs = 1, label = useGlyph_2 - // page group: color_2 - // -main_Receiver_426_out_1[cache: 0] = useGlyph_2; - // - // node Selector[55]: x = 0, y = 280, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_55" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "auto" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "manual" "auto" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 2 - // output[2]: visible = 1, type = 32, value = "auto" - // page group: color_2 - // - // - // node Transmitter[149]: x = 90, y = 280, inputs = 1, label = autoColor_2 - // page group: color_2 - // -autoColor_2 = main_Selector_55_out_1; - // - // node Receiver[220]: x = 350, y = 500, inputs = 1, label = autoColor_2 - // page group: color_2 - // -main_Receiver_220_out_1[cache: 0] = autoColor_2; - // - // node StringList[9]: x = 30, y = 10, inputs = 0, label = StringList - // output[1]: visible = 1, type = 16777248, value = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" } - // page group: color_2 - // - // - // node Selector[53]: x = 80, y = 80, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_53" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "cyan" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 6 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "red" "orange" "blue" "purple" "yellow" "green" "cyan" "magenta" "white" "grey" "black" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 6 7 8 9 10 } - // output[1]: visible = 1, type = 29, value = 6 - // output[2]: visible = 1, type = 32, value = "cyan" - // page group: color_2 - // -main_Selector_53_out_1, -main_Selector_53_out_2 = - Selector( - main_Selector_53_in_1, - main_Selector_53_in_2, - main_Selector_53_in_3, - main_StringList_9_out_1, - main_Selector_53_in_5, - main_Selector_53_in_6, - main_Selector_53_in_7 - ) [instance: 53, cache: 2]; - // - // node Select[23]: x = 10, y = 90, inputs = 3, label = Select - // page group: color_2 - // -main_Select_23_out_1[cache: 1] = - Select( - main_StringList_9_out_1, - main_Selector_53_out_1, - main_Select_23_in_3 - ) [instance: 23, cache: 2]; - // - // node Transmitter[148]: x = 0, y = 170, inputs = 1, label = color_2 - // page group: color_2 - // -color_2 = main_Select_23_out_1; - // - // node Receiver[217]: x = 390, y = 280, inputs = 1, label = color_2 - // page group: color_2 - // -main_Receiver_217_out_1[cache: 0] = color_2; - // - // node Color[27]: x = 440, y = 370, inputs = 5, label = Color - // page group: color_2 - // -main_Color_27_out_1[cache: 1] = - Color( - main_Switch_116_out_1, - main_Receiver_217_out_1, - main_Receiver_216_out_1, - main_Color_27_in_4, - main_Color_27_in_5 - ) [instance: 27, cache: 2]; - // - // node Switch[120]: x = 470, y = 600, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_120_out_1[cache: 1] = - Switch( - main_Receiver_220_out_1, - main_Color_27_out_1, - main_AutoColor_34_out_1 - ) [instance: 120, cache: 2]; - // - // node Route[158]: x = 470, y = 690, inputs = 2, outputs = 2, label = Route - // page group: color_2 - // -main_Route_158_out_1[cache: 1], -main_Route_158_out_2[cache: 1] = - Route( - main_Receiver_426_out_1, - main_Switch_120_out_1 - ) [instance: 158, cache: 2]; - // - // node Transmitter[150]: x = 390, y = 780, inputs = 1, label = coloredScal_2 - // page group: color_2 - // -coloredScal_2 = main_Route_158_out_1; - // - // node Receiver[232]: x = 700, y = 700, inputs = 1, label = coloredScal_2 - // page group: scalVis_2 - // -main_Receiver_232_out_1[cache: 0] = coloredScal_2; - // - // node Transmitter[158]: x = 710, y = 770, inputs = 1, label = field_2 - // page group: scalVis_2 - // -field_2 = main_Receiver_232_out_1; - // - // node Receiver[33]: x = 60, y = 0, inputs = 1, label = field_2 - // page group: image - // -main_Receiver_33_out_1[cache: 0] = field_2; - // - // node Toggle[56]: x = 230, y = 350, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_56" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_1 - // toggle : 0 - // -main_Toggle_56_out_1 = - Toggle( - main_Toggle_56_in_1, - main_Toggle_56_in_2, - main_Toggle_56_in_3, - main_Toggle_56_in_4, - main_Toggle_56_in_5, - main_Toggle_56_in_6 - ) [instance: 56, cache: 2]; - // - // node Transmitter[201]: x = 310, y = 350, inputs = 1, label = norm_1 - // page group: scalVis_1 - // -norm_1 = main_Toggle_56_out_1; - // - // node Receiver[423]: x = 490, y = 720, inputs = 1, label = norm_1 - // page group: glyphVis_1 - // -main_Receiver_423_out_1[cache: 0] = norm_1; - // - // node Transmitter[259]: x = 480, y = 780, inputs = 1, label = coloredGlyph_1 - // page group: color_1 - // -coloredGlyph_1 = main_Route_157_out_2; - // - // node Receiver[424]: x = 460, y = 580, inputs = 1, label = coloredGlyph_1 - // page group: glyphVis_1 - // -main_Receiver_424_out_1[cache: 0] = coloredGlyph_1; - // - // node Receiver[420]: x = 600, y = 320, inputs = 1, label = norm_1 - // page group: glyphVis_1 - // -main_Receiver_420_out_1[cache: 0] = norm_1; - // - // node Receiver[421]: x = 650, y = 230, inputs = 1, label = glyphData_1 - // page group: glyphVis_1 - // -main_Receiver_421_out_1[cache: 0] = glyphData_1; - // - // node Route[156]: x = 660, y = 320, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_1 - // -main_Route_156_out_1[cache: 1], -main_Route_156_out_2[cache: 1] = - Route( - main_Receiver_420_out_1, - main_Receiver_421_out_1 - ) [instance: 156, cache: 2]; - // - // node Compute[50]: x = 630, y = 400, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0/(mag($0)+1e-10)" - // page group: glyphVis_1 - // expression: value = a/(mag(a)+1e-10) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_50_out_1[cache: 1] = - Compute( - main_Compute_50_in_1, - main_Route_156_out_2, - main_Compute_50_in_3 - ) [instance: 50, cache: 2]; - // - // node Glyph[16]: x = 650, y = 490, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVis_1 - // -main_Glyph_16_out_1[cache: 1] = - Glyph( - main_Compute_50_out_1, - main_Select_45_out_1, - main_Glyph_16_in_3, - main_Scalar_32_out_1, - main_Glyph_16_in_5, - main_Glyph_16_in_6, - main_Glyph_16_in_7 - ) [instance: 16, cache: 2]; - // - // node Replace[3]: x = 610, y = 650, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "colors" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "colors" - // page group: glyphVis_1 - // -main_Replace_3_out_1[cache: 1] = - Replace( - main_Receiver_424_out_1, - main_Glyph_16_out_1, - main_Replace_3_in_3, - main_Replace_3_in_4 - ) [instance: 3, cache: 2]; - // - // node Switch[182]: x = 560, y = 720, inputs = 3, label = Switch - // page group: glyphVis_1 - // -main_Switch_182_out_1[cache: 1] = - Switch( - main_Receiver_423_out_1, - main_Receiver_424_out_1, - main_Replace_3_out_1 - ) [instance: 182, cache: 2]; - // - // node Transmitter[70]: x = 570, y = 800, inputs = 1, label = field_3 - // page group: glyphVis_1 - // -field_3 = main_Switch_182_out_1; - // - // node Receiver[34]: x = 120, y = 0, inputs = 1, label = field_3 - // page group: image - // -main_Receiver_34_out_1[cache: 0] = field_3; - // - // node Toggle[57]: x = 240, y = 360, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_57" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[202]: x = 320, y = 360, inputs = 1, label = norm_2 - // page group: scalVis_2 - // -norm_2 = main_Toggle_57_out_1; - // - // node Receiver[436]: x = 420, y = 730, inputs = 1, label = norm_2 - // page group: glyphVis_2 - // -main_Receiver_436_out_1[cache: 0] = norm_2; - // - // node Transmitter[260]: x = 500, y = 780, inputs = 1, label = coloredGlyph_2 - // page group: color_2 - // -coloredGlyph_2 = main_Route_158_out_2; - // - // node Receiver[349]: x = 400, y = 590, inputs = 1, label = coloredGlyph_2 - // page group: glyphVis_2 - // -main_Receiver_349_out_1[cache: 0] = coloredGlyph_2; - // - // node Receiver[433]: x = 530, y = 330, inputs = 1, label = norm_2 - // page group: glyphVis_2 - // -main_Receiver_433_out_1[cache: 0] = norm_2; - // - // node Receiver[434]: x = 580, y = 240, inputs = 1, label = glyphData_2 - // page group: glyphVis_2 - // -main_Receiver_434_out_1[cache: 0] = glyphData_2; - // - // node Route[162]: x = 590, y = 330, inputs = 2, outputs = 2, label = Route - // page group: glyphVis_2 - // -main_Route_162_out_1[cache: 1], -main_Route_162_out_2[cache: 1] = - Route( - main_Receiver_433_out_1, - main_Receiver_434_out_1 - ) [instance: 162, cache: 2]; - // - // node Compute[53]: x = 560, y = 410, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0/(mag($0)+1e-10)" - // page group: glyphVis_2 - // expression: value = a/(mag(a)+1e-10) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_53_out_1[cache: 1] = - Compute( - main_Compute_53_in_1, - main_Route_162_out_2, - main_Compute_53_in_3 - ) [instance: 53, cache: 2]; - // - // node Glyph[19]: x = 580, y = 500, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVis_2 - // -main_Glyph_19_out_1[cache: 1] = - Glyph( - main_Compute_53_out_1, - main_Select_41_out_1, - main_Glyph_19_in_3, - main_Scalar_51_out_1, - main_Glyph_19_in_5, - main_Glyph_19_in_6, - main_Glyph_19_in_7 - ) [instance: 19, cache: 2]; - // - // node Replace[4]: x = 540, y = 660, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "colors" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "colors" - // page group: glyphVis_2 - // -main_Replace_4_out_1[cache: 1] = - Replace( - main_Receiver_349_out_1, - main_Glyph_19_out_1, - main_Replace_4_in_3, - main_Replace_4_in_4 - ) [instance: 4, cache: 2]; - // - // node Switch[184]: x = 490, y = 730, inputs = 3, label = Switch - // page group: glyphVis_2 - // -main_Switch_184_out_1[cache: 1] = - Switch( - main_Receiver_436_out_1, - main_Receiver_349_out_1, - main_Replace_4_out_1 - ) [instance: 184, cache: 2]; - // - // node Transmitter[205]: x = 500, y = 820, inputs = 1, label = field_4 - // page group: glyphVis_2 - // -field_4 = main_Switch_184_out_1; - // - // node Receiver[94]: x = 180, y = 0, inputs = 1, label = field_4 - // page group: image - // -main_Receiver_94_out_1[cache: 0] = field_4; - // - // node Transmitter[240]: x = 1020, y = 490, inputs = 1, label = field_5 - // page group: glyphVis_1 - // -field_5 = main_AutoGlyph_6_out_1; - // - // node Receiver[377]: x = 240, y = 0, inputs = 1, label = field_5 - // page group: image - // -main_Receiver_377_out_1[cache: 0] = field_5; - // - // node Transmitter[244]: x = 1040, y = 450, inputs = 1, label = field_6 - // page group: glyphVis_2 - // -field_6 = main_AutoGlyph_11_out_1; - // - // node Receiver[378]: x = 300, y = 0, inputs = 1, label = field_6 - // page group: image - // -main_Receiver_378_out_1[cache: 0] = field_6; - // - // node Receiver[519]: x = 360, y = 0, inputs = 1, label = field_7 - // page group: image - // -main_Receiver_519_out_1[cache: 0] = field_7; - // - // node Collect[57]: x = 60, y = 120, inputs = 7, label = Collect - // page group: image - // -main_Collect_57_out_1[cache: 1] = - Collect( - main_Receiver_32_out_1, - main_Receiver_33_out_1, - main_Receiver_34_out_1, - main_Receiver_94_out_1, - main_Receiver_377_out_1, - main_Receiver_378_out_1, - main_Receiver_519_out_1 - ) [instance: 57, cache: 2]; - // - // node Scalar[46]: x = 830, y = 380, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_46" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.001 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1000000.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 3 - // output[1]: visible = 1, type = 5, value = 0.001 - // page group: strmLine - // - // - // node Compute[91]: x = 830, y = 460, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 2 : 1" - // page group: strmLine - // expression: value = a == 0 ? 2 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_91_out_1[cache: 1] = - Compute( - main_Compute_91_in_1, - main_Scalar_46_out_1, - main_Compute_91_in_3 - ) [instance: 91, cache: 2]; - // - // node Toggle[35]: x = 800, y = 280, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_35" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 2 - // output[1]: visible = 1, type = 29, value = 1 - // page group: strmLine - // toggle : 1 - // - // - // node String[6]: x = 1090, y = 190, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "red" - // page group: strmLine - // - // - // node Color[23]: x = 980, y = 280, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "magenta" - // page group: strmLine - // -main_Color_23_out_1[cache: 1] = - Color( - main_Streamline_1_out_1, - main_String_6_out_1, - main_Color_23_in_3, - main_Color_23_in_4, - main_Color_23_in_5 - ) [instance: 23, cache: 2]; - // - // node Switch[88]: x = 940, y = 370, inputs = 3, label = Switch - // page group: strmLine - // -main_Switch_88_out_1[cache: 1] = - Switch( - main_Toggle_35_out_1, - main_AutoColor_31_out_1, - main_Color_23_out_1 - ) [instance: 88, cache: 2]; - // - // node Ribbon[1]: x = 940, y = 450, inputs = 2, label = Ribbon - // page group: strmLine - // -main_Ribbon_1_out_1[cache: 1] = - Ribbon( - main_Switch_88_out_1, - main_Scalar_46_out_1 - ) [instance: 1, cache: 2]; - // - // node Switch[206]: x = 950, y = 540, inputs = 3, label = Switch - // page group: strmLine - // -main_Switch_206_out_1[cache: 1] = - Switch( - main_Compute_91_out_1, - main_Ribbon_1_out_1, - main_Switch_88_out_1 - ) [instance: 206, cache: 2]; - // - // node Transmitter[113]: x = 950, y = 610, inputs = 1, label = streamLines - // page group: strmLine - // -streamLines = main_Switch_206_out_1; - // - // node Receiver[141]: x = 480, y = 0, inputs = 1, label = streamLines - // page group: image - // -main_Receiver_141_out_1[cache: 0] = streamLines; - // - // node Receiver[608]: x = 420, y = 800, inputs = 1, label = showStrl - // page group: strmLine - // -main_Receiver_608_out_1[cache: 0] = showStrl; - // - // node Receiver[597]: x = 400, y = 330, inputs = 1, label = grdStrl_1 - // page group: strmLine - // -main_Receiver_597_out_1[cache: 0] = grdStrl_1; - // - // node Extract[7]: x = 410, y = 420, inputs = 2, label = Extract - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: strmLine - // -main_Extract_7_out_1[cache: 1] = - Extract( - main_Receiver_597_out_1, - main_Extract_7_in_2 - ) [instance: 7, cache: 2]; - // - // node Inquire[71]: x = 410, y = 490, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "items" - // page group: strmLine - // -main_Inquire_71_out_1[cache: 1] = - Inquire( - main_Extract_7_out_1, - main_Inquire_71_in_2, - main_Inquire_71_in_3 - ) [instance: 71, cache: 2]; - // - // node Compute[89]: x = 410, y = 570, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 > 1 ? 2:1" - // page group: strmLine - // expression: value = a > 1 ? 2:1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_89_out_1[cache: 1] = - Compute( - main_Compute_89_in_1, - main_Inquire_71_out_1, - main_Compute_89_in_3 - ) [instance: 89, cache: 2]; - // - // node Receiver[596]: x = 580, y = 230, inputs = 1, label = grdStrl_1 - // page group: strmLine - // -main_Receiver_596_out_1[cache: 0] = grdStrl_1; - // - // node Receiver[582]: x = 550, y = 1140, inputs = 1, label = maxEdge - // page group: mesh - // -main_Receiver_582_out_1[cache: 0] = maxEdge; - // - // node Compute[85]: x = 550, y = 1220, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "0.333*($0.x + $0.y + $0.z)" - // page group: mesh - // expression: value = 0.333*(a.x + a.y + a.z) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_85_out_1[cache: 1] = - Compute( - main_Compute_85_in_1, - main_Receiver_582_out_1, - main_Compute_85_in_3 - ) [instance: 85, cache: 2]; - // - // node Transmitter[323]: x = 550, y = 1300, inputs = 1, label = typDim - // page group: mesh - // -typDim = main_Compute_85_out_1; - // - // node Receiver[594]: x = 570, y = 350, inputs = 1, label = typDim - // page group: strmLine - // -main_Receiver_594_out_1[cache: 0] = typDim; - // - // node Compute[90]: x = 570, y = 420, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0*0.01" - // page group: strmLine - // expression: value = a*0.01 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_90_out_1[cache: 1] = - Compute( - main_Compute_90_in_1, - main_Receiver_594_out_1, - main_Compute_90_in_3 - ) [instance: 90, cache: 2]; - // - // node Glyph[25]: x = 490, y = 540, inputs = 7, label = Glyph - // input[2]: defaulting = 0, visible = 1, type = 32, value = "circle" - // page group: strmLine - // -main_Glyph_25_out_1[cache: 1] = - Glyph( - main_Receiver_596_out_1, - main_Glyph_25_in_2, - main_Glyph_25_in_3, - main_Compute_90_out_1, - main_Glyph_25_in_5, - main_Glyph_25_in_6, - main_Glyph_25_in_7 - ) [instance: 25, cache: 2]; - // - // node ShowConnections[6]: x = 640, y = 540, inputs = 1, label = ShowConnections - // page group: strmLine - // -main_ShowConnections_6_out_1[cache: 1] = - ShowConnections( - main_Receiver_596_out_1 - ) [instance: 6, cache: 2]; - // - // node Switch[204]: x = 510, y = 650, inputs = 3, label = Switch - // page group: strmLine - // -main_Switch_204_out_1[cache: 1] = - Switch( - main_Compute_89_out_1, - main_Glyph_25_out_1, - main_ShowConnections_6_out_1 - ) [instance: 204, cache: 2]; - // - // node Color[22]: x = 520, y = 720, inputs = 5, label = Color - // input[2]: defaulting = 0, visible = 1, type = 32, value = "orange" - // page group: strmLine - // -main_Color_22_out_1[cache: 1] = - Color( - main_Switch_204_out_1, - main_Color_22_in_2, - main_Color_22_in_3, - main_Color_22_in_4, - main_Color_22_in_5 - ) [instance: 22, cache: 2]; - // - // node Route[42]: x = 520, y = 800, inputs = 2, outputs = 2, label = Route - // page group: strmLine - // -main_Route_42_out_1[cache: 1], -main_Route_42_out_2[cache: 1] = - Route( - main_Receiver_608_out_1, - main_Color_22_out_1 - ) [instance: 42, cache: 2]; - // - // node Transmitter[115]: x = 490, y = 870, inputs = 1, label = grdStrlShow - // page group: strmLine - // -grdStrlShow = main_Route_42_out_1; - // - // node Receiver[144]: x = 570, y = 0, inputs = 1, label = grdStrlShow - // page group: image - // -main_Receiver_144_out_1[cache: 0] = grdStrlShow; - // - // node Receiver[466]: x = 300, y = 520, inputs = 1, label = useField_sp - // page group: color_sp - // -main_Receiver_466_out_1[cache: 0] = useField_sp; - // - // node Selector[101]: x = 0, y = 300, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_101" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "red" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"red" "orange" "blue" "purple" "yellow" "green" "cyan" "magenta" "white" "grey" "black" } - // input[5]: defaulting = 1, visible = 1, type = 16777245, value = {0 1 2 3 4 5 6 7 8 9 10 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "red" - // page group: color_sp - // -main_Selector_101_out_1, -main_Selector_101_out_2 = - Selector( - main_Selector_101_in_1, - main_Selector_101_in_2, - main_Selector_101_in_3, - main_Selector_101_in_4, - main_Selector_101_in_5, - main_Selector_101_in_6, - main_Selector_101_in_7 - ) [instance: 101, cache: 2]; - // - // node Transmitter[250]: x = 80, y = 300, inputs = 1, label = color_sp - // page group: color_sp - // -color_sp = main_Selector_101_out_2; - // - // node Receiver[401]: x = 320, y = 290, inputs = 1, label = color_sp - // page group: color_sp - // -main_Receiver_401_out_1[cache: 0] = color_sp; - // - // node Color[29]: x = 390, y = 380, inputs = 5, label = Color - // input[3]: defaulting = 0, visible = 1, type = 5, value = 1.0 - // page group: color_sp - // -main_Color_29_out_1[cache: 1] = - Color( - main_Route_172_out_1, - main_Receiver_401_out_1, - main_Color_29_in_3, - main_Color_29_in_4, - main_Color_29_in_5 - ) [instance: 29, cache: 2]; - // - // node Switch[179]: x = 420, y = 610, inputs = 3, label = Switch - // page group: color_sp - // -main_Switch_179_out_1[cache: 1] = - Switch( - main_Receiver_466_out_1, - main_Color_29_out_1, - main_AutoColor_36_out_1 - ) [instance: 179, cache: 2]; - // - // node Transmitter[252]: x = 560, y = 790, inputs = 1, label = colored_sp - // page group: color_sp - // -colored_sp = main_Switch_179_out_1; - // - // node Receiver[449]: x = 180, y = 500, inputs = 1, label = colored_sp - // page group: glyph_sp - // -main_Receiver_449_out_1[cache: 0] = colored_sp; - // - // node Receiver[452]: x = 600, y = 210, inputs = 1, label = scaleType_sp - // page group: glyph_sp - // -main_Receiver_452_out_1[cache: 0] = scaleType_sp; - // - // node Receiver[445]: x = 570, y = 20, inputs = 1, label = scaleType_sp - // page group: glyph_sp - // -main_Receiver_445_out_1[cache: 0] = scaleType_sp; - // - // node Receiver[489]: x = 750, y = 0, inputs = 1, label = validLagrPos - // page group: glyph_sp - // -main_Receiver_489_out_1[cache: 0] = validLagrPos; - // - // node Route[171]: x = 730, y = 90, inputs = 2, outputs = 3, label = Route - // page group: glyph_sp - // -main_Route_171_out_1[cache: 1], -main_Route_171_out_2[cache: 1], -main_Route_171_out_3[cache: 1] = - Route( - main_Receiver_445_out_1, - main_Receiver_489_out_1 - ) [instance: 171, cache: 2]; - // - // node Mark[10]: x = 730, y = 160, inputs = 2, label = Mark - // input[2]: defaulting = 0, visible = 1, type = 32, value = "positions" - // page group: glyph_sp - // -main_Mark_10_out_1[cache: 1] = - Mark( - main_Route_171_out_1, - main_Mark_10_in_2 - ) [instance: 10, cache: 2]; - // - // node Compute[55]: x = 730, y = 230, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "1" - // page group: glyph_sp - // expression: value = 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_55_out_1[cache: 1] = - Compute( - main_Compute_55_in_1, - main_Mark_10_out_1, - main_Compute_55_in_3 - ) [instance: 55, cache: 2]; - // - // node Receiver[461]: x = 0, y = 360, inputs = 1, label = doRead_sp - // page group: read_sp - // -main_Receiver_461_out_1[cache: 0] = doRead_sp; - // - // node Receiver[396]: x = 0, y = 0, inputs = 1, label = scaleType_sp - // page group: read_sp - // -main_Receiver_396_out_1[cache: 0] = scaleType_sp; - // - // node Compute[57]: x = 0, y = 80, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 > 1 ? 1 : 0" - // page group: read_sp - // expression: value = a > 1 ? 1 : 0 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_57_out_1[cache: 1] = - Compute( - main_Compute_57_in_1, - main_Receiver_396_out_1, - main_Compute_57_in_3 - ) [instance: 57, cache: 2]; - // - // node Receiver[437]: x = 130, y = 0, inputs = 1, label = foamDb - // page group: read_sp - // -main_Receiver_437_out_1[cache: 0] = foamDb; - // - // node Route[163]: x = 120, y = 70, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_163_out_1[cache: 1], -main_Route_163_out_2[cache: 1] = - Route( - main_Compute_57_out_1, - main_Receiver_437_out_1 - ) [instance: 163, cache: 2]; - // - // node Receiver[379]: x = 240, y = 0, inputs = 1, label = foamTime - // page group: read_sp - // -main_Receiver_379_out_1[cache: 0] = foamTime; - // - // node foamGetFieldNames[7]: x = 110, y = 150, inputs = 3, label = foamGetFieldNames - // input[3]: defaulting = 0, visible = 1, type = 32, value = "scalarField" - // page group: read_sp - // -main_foamGetFieldNames_7_out_1[cache: 1] = - foamGetFieldNames( - main_Route_163_out_1, - main_Receiver_379_out_1, - main_foamGetFieldNames_7_in_3 - ) [instance: 7, cache: 2]; - // - // node Inquire[55]: x = 110, y = 240, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_55_out_1[cache: 1] = - Inquire( - main_foamGetFieldNames_7_out_1, - main_Inquire_55_in_2, - main_Inquire_55_in_3 - ) [instance: 55, cache: 2]; - // - // node Route[165]: x = 190, y = 240, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_165_out_1[cache: 1], -main_Route_165_out_2[cache: 1] = - Route( - main_Inquire_55_out_1, - main_foamGetFieldNames_7_out_1 - ) [instance: 165, cache: 2]; - // - // node Selector[105]: x = 170, y = 340, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_105" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "T" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "d" "T" "nDrops" "deviation" "dDeviation" "charTime" "strippedMass" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 0 1 2 3 4 5 6 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "T" - // page group: read_sp - // -main_Selector_105_out_1, -main_Selector_105_out_2 = - Selector( - main_Selector_105_in_1, - main_Selector_105_in_2, - main_Selector_105_in_3, - main_Route_165_out_1, - main_Selector_105_in_5, - main_Selector_105_in_6, - main_Selector_105_in_7 - ) [instance: 105, cache: 2]; - // - // node Select[46]: x = 110, y = 340, inputs = 3, label = Select - // page group: read_sp - // -main_Select_46_out_1[cache: 1] = - Select( - main_Route_165_out_1, - main_Selector_105_out_1, - main_Select_46_in_3 - ) [instance: 46, cache: 2]; - // - // node Route[166]: x = 170, y = 450, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_166_out_1[cache: 1], -main_Route_166_out_2[cache: 1] = - Route( - main_Receiver_461_out_1, - main_Select_46_out_1 - ) [instance: 166, cache: 2]; - // - // node Receiver[440]: x = 120, y = 560, inputs = 1, label = movingFoamMesh - // page group: read_sp - // -main_Receiver_440_out_1[cache: 0] = movingFoamMesh; - // - // node Receiver[439]: x = 260, y = 520, inputs = 1, label = movingMesh - // page group: read_sp - // -main_Receiver_439_out_1[cache: 0] = movingMesh; - // - // node Receiver[443]: x = 330, y = 570, inputs = 1, label = lagrPos - // page group: read_sp - // -main_Receiver_443_out_1[cache: 0] = lagrPos; - // - // node foamReadField[3]: x = 110, y = 640, inputs = 5, label = foamReadField - // input[2]: defaulting = 0, visible = 1, type = 32, value = "scalarField" - // page group: read_sp - // -main_foamReadField_3_out_1, -main_foamReadField_3_out_2 = - foamReadField( - main_Route_166_out_1, - main_foamReadField_3_in_2, - main_Receiver_440_out_1, - main_Receiver_439_out_1, - main_Receiver_443_out_1 - ) [instance: 3, cache: 2]; - // - // node Inquire[57]: x = 110, y = 730, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is not null" - // page group: read_sp - // -main_Inquire_57_out_1[cache: 1] = - Inquire( - main_foamReadField_3_out_2, - main_Inquire_57_in_2, - main_Inquire_57_in_3 - ) [instance: 57, cache: 2]; - // - // node Route[169]: x = 200, y = 730, inputs = 2, outputs = 2, label = Route - // page group: read_sp - // -main_Route_169_out_1[cache: 1], -main_Route_169_out_2[cache: 1] = - Route( - main_Inquire_57_out_1, - main_foamReadField_3_out_2 - ) [instance: 169, cache: 2]; - // - // node Transmitter[241]: x = 150, y = 820, inputs = 1, label = scaleField_sp - // page group: read_sp - // -scaleField_sp = main_Route_169_out_1; - // - // node Receiver[453]: x = 810, y = 180, inputs = 1, label = scaleField_sp - // page group: glyph_sp - // -main_Receiver_453_out_1[cache: 0] = scaleField_sp; - // - // node Receiver[464]: x = 920, y = 130, inputs = 1, label = scaleField_sp - // page group: glyph_sp - // -main_Receiver_464_out_1[cache: 0] = scaleField_sp; - // - // node Compute[59]: x = 920, y = 210, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "log($0)/log(10)" - // page group: glyph_sp - // expression: value = log(a)/log(10) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_59_out_1[cache: 1] = - Compute( - main_Compute_59_in_1, - main_Receiver_464_out_1, - main_Compute_59_in_3 - ) [instance: 59, cache: 2]; - // - // node Switch[186]: x = 730, y = 300, inputs = 4, label = Switch - // page group: glyph_sp - // -main_Switch_186_out_1[cache: 1] = - Switch( - main_Receiver_452_out_1, - main_Compute_55_out_1, - main_Receiver_453_out_1, - main_Compute_59_out_1 - ) [instance: 186, cache: 2]; - // - // node Transmitter[269]: x = 730, y = 370, inputs = 1, label = field1_sp - // page group: glyph_sp - // -field1_sp = main_Switch_186_out_1; - // - // node Receiver[454]: x = 410, y = 120, inputs = 1, label = field1_sp - // page group: glyph_sp - // -main_Receiver_454_out_1[cache: 0] = field1_sp; - // - // node Receiver[492]: x = 410, y = 250, inputs = 1, label = scaleType_sp - // page group: glyph_sp - // -main_Receiver_492_out_1[cache: 0] = scaleType_sp; - // - // node Compute[66]: x = 510, y = 250, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "min($0)" - // page group: glyph_sp - // expression: value = min(a) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_66_out_1[cache: 1] = - Compute( - main_Compute_66_in_1, - main_Receiver_454_out_1, - main_Compute_66_in_3 - ) [instance: 66, cache: 2]; - // - // node Switch[193]: x = 450, y = 320, inputs = 4, label = Switch - // input[2]: defaulting = 0, visible = 1, type = 67108863, value = 0 - // input[3]: defaulting = 0, visible = 1, type = 67108863, value = 0 - // page group: glyph_sp - // -main_Switch_193_out_1[cache: 1] = - Switch( - main_Receiver_492_out_1, - main_Switch_193_in_2, - main_Switch_193_in_3, - main_Compute_66_out_1 - ) [instance: 193, cache: 2]; - // - // node Glyph[21]: x = 370, y = 420, inputs = 7, label = Glyph - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 1, type = 5, value = 0.0 - // page group: glyph_sp - // -main_Glyph_21_out_1[cache: 1] = - Glyph( - main_Receiver_454_out_1, - main_Selector_107_out_2, - main_Glyph_21_in_3, - main_Scalar_62_out_1, - main_Glyph_21_in_5, - main_Switch_193_out_1, - main_Glyph_21_in_7 - ) [instance: 21, cache: 2]; - // - // node Replace[5]: x = 330, y = 570, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "colors" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "colors" - // page group: glyph_sp - // -main_Replace_5_out_1[cache: 1] = - Replace( - main_Receiver_449_out_1, - main_Glyph_21_out_1, - main_Replace_5_in_3, - main_Replace_5_in_4 - ) [instance: 5, cache: 2]; - // - // node Transmitter[271]: x = 350, y = 650, inputs = 1, label = spray - // page group: glyph_sp - // -spray = main_Replace_5_out_1; - // - // node Receiver[388]: x = 230, y = 100, inputs = 1, label = spray - // page group: image - // -main_Receiver_388_out_1[cache: 0] = spray; - // - // node Toggle[66]: x = 0, y = 10, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_66" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 2 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 2 - // page group: glyphVec_sp - // toggle : 1 - // - // - // node Transmitter[279]: x = 90, y = 10, inputs = 1, label = norm_sp - // page group: glyphVec_sp - // -norm_sp = main_Toggle_66_out_1; - // - // node Receiver[477]: x = 570, y = 540, inputs = 1, label = norm_sp - // page group: glyphVec_sp - // -main_Receiver_477_out_1[cache: 0] = norm_sp; - // - // node Transmitter[281]: x = 310, y = 770, inputs = 1, label = coloredVec_sp - // page group: colorVec_sp - // -coloredVec_sp = main_AutoColor_37_out_1; - // - // node Receiver[478]: x = 530, y = 400, inputs = 1, label = coloredVec_sp - // page group: glyphVec_sp - // -main_Receiver_478_out_1[cache: 0] = coloredVec_sp; - // - // node Receiver[474]: x = 670, y = 140, inputs = 1, label = norm_sp - // page group: glyphVec_sp - // -main_Receiver_474_out_1[cache: 0] = norm_sp; - // - // node Receiver[480]: x = 730, y = 50, inputs = 1, label = vecField_sp - // page group: glyphVec_sp - // -main_Receiver_480_out_1[cache: 0] = vecField_sp; - // - // node Route[178]: x = 740, y = 140, inputs = 2, outputs = 2, label = Route - // page group: glyphVec_sp - // -main_Route_178_out_1[cache: 1], -main_Route_178_out_2[cache: 1] = - Route( - main_Receiver_474_out_1, - main_Receiver_480_out_1 - ) [instance: 178, cache: 2]; - // - // node Compute[62]: x = 710, y = 220, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0/(mag($0)+1e-10)" - // page group: glyphVec_sp - // expression: value = a/(mag(a)+1e-10) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_62_out_1[cache: 1] = - Compute( - main_Compute_62_in_1, - main_Route_178_out_2, - main_Compute_62_in_3 - ) [instance: 62, cache: 2]; - // - // node Glyph[23]: x = 730, y = 310, inputs = 7, label = Glyph - // input[2]: defaulting = 0, visible = 1, type = 32, value = "arrow2D" - // input[3]: defaulting = 0, visible = 1, type = 5, value = 0.5 - // input[5]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // input[6]: defaulting = 0, visible = 1, type = 5, value = 0.0 - // page group: glyphVec_sp - // -main_Glyph_23_out_1[cache: 1] = - Glyph( - main_Compute_62_out_1, - main_Glyph_23_in_2, - main_Glyph_23_in_3, - main_Scalar_63_out_1, - main_Glyph_23_in_5, - main_Glyph_23_in_6, - main_Glyph_23_in_7 - ) [instance: 23, cache: 2]; - // - // node Replace[6]: x = 690, y = 470, inputs = 4, label = Replace - // input[3]: defaulting = 0, visible = 1, type = 32, value = "colors" - // input[4]: defaulting = 0, visible = 1, type = 32, value = "colors" - // page group: glyphVec_sp - // -main_Replace_6_out_1[cache: 1] = - Replace( - main_Receiver_478_out_1, - main_Glyph_23_out_1, - main_Replace_6_in_3, - main_Replace_6_in_4 - ) [instance: 6, cache: 2]; - // - // node Switch[188]: x = 640, y = 540, inputs = 3, label = Switch - // page group: glyphVec_sp - // -main_Switch_188_out_1[cache: 1] = - Switch( - main_Receiver_477_out_1, - main_Receiver_478_out_1, - main_Replace_6_out_1 - ) [instance: 188, cache: 2]; - // - // node Transmitter[283]: x = 640, y = 630, inputs = 1, label = sprayVec - // page group: glyphVec_sp - // -sprayVec = main_Switch_188_out_1; - // - // node Receiver[488]: x = 280, y = 100, inputs = 1, label = sprayVec - // page group: image - // -main_Receiver_488_out_1[cache: 0] = sprayVec; - // - // node Scalar[3]: x = 190, y = 280, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_3" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.0 - // page group: mesh - // - // - // node Compute[3]: x = 130, y = 110, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 0 : 1" - // page group: mesh - // expression: value = opacity == 0 ? 0 : 1 - // name[2]: value = opacity - // name[3]: value = b - // -main_Compute_3_out_1[cache: 1] = - Compute( - main_Compute_3_in_1, - main_Scalar_3_out_1, - main_Compute_3_in_3 - ) [instance: 3, cache: 2]; - // - // node Receiver[8]: x = 270, y = 30, inputs = 1, label = visMesh - // page group: mesh - // -main_Receiver_8_out_1[cache: 0] = visMesh; - // - // node Route[52]: x = 50, y = 110, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_52_out_1[cache: 1], -main_Route_52_out_2[cache: 1] = - Route( - main_Compute_3_out_1, - main_Receiver_8_out_1 - ) [instance: 52, cache: 2]; - // - // node ShowBox[1]: x = 30, y = 180, inputs = 1, label = ShowBox - // page group: mesh - // -main_ShowBox_1_out_1[cache: 1], -main_ShowBox_1_out_2[cache: 1] = - ShowBox( - main_Route_52_out_1 - ) [instance: 1, cache: 2]; - // - // node String[1]: x = 120, y = 280, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "yellow" - // page group: mesh - // - // - // node Color[1]: x = 30, y = 280, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "grey" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.3 - // page group: mesh - // -main_Color_1_out_1[cache: 1] = - Color( - main_ShowBox_1_out_1, - main_String_1_out_1, - main_Scalar_3_out_1, - main_Color_1_in_4, - main_Color_1_in_5 - ) [instance: 1, cache: 2]; - // - // node Receiver[743]: x = 230, y = 110, inputs = 1, label = foamMesh - // page group: mesh - // -main_Receiver_743_out_1[cache: 0] = foamMesh; - // - // node Scalar[47]: x = 460, y = 280, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_47" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.1 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.1 - // page group: mesh - // - // - // node Compute[17]: x = 400, y = 110, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 == 0 ? 0 : 1" - // page group: mesh - // expression: value = opacity == 0 ? 0 : 1 - // name[2]: value = opacity - // name[3]: value = b - // -main_Compute_17_out_1[cache: 1] = - Compute( - main_Compute_17_in_1, - main_Scalar_47_out_1, - main_Compute_17_in_3 - ) [instance: 17, cache: 2]; - // - // node Route[53]: x = 340, y = 110, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_53_out_1[cache: 1], -main_Route_53_out_2[cache: 1] = - Route( - main_Compute_17_out_1, - main_Receiver_8_out_1 - ) [instance: 53, cache: 2]; - // - // node foamShowConnections[1]: x = 230, y = 190, inputs = 2, label = foamShowConnections - // page group: mesh - // -main_foamShowConnections_1_out_1[cache: 2] = - foamShowConnections( - main_Receiver_743_out_1, - main_Route_53_out_1 - ) [instance: 1, cache: 1]; - // - // node String[9]: x = 390, y = 280, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "yellow" - // page group: mesh - // - // - // node Color[24]: x = 300, y = 280, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "grey" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.3 - // page group: mesh - // -main_Color_24_out_1[cache: 1] = - Color( - main_foamShowConnections_1_out_1, - main_String_9_out_1, - main_Scalar_47_out_1, - main_Color_24_in_4, - main_Color_24_in_5 - ) [instance: 24, cache: 2]; - // - // node Selector[112]: x = 20, y = 560, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_112" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "manual" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "manual" "patch number" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "manual" - // page group: mesh - // - // - // node Transmitter[340]: x = 100, y = 560, inputs = 1, label = patchGridColoring - // page group: mesh - // -patchGridColoring = main_Selector_112_out_1; - // - // node Receiver[629]: x = 570, y = 580, inputs = 1, label = patchGridColoring - // page group: mesh - // -main_Receiver_629_out_1[cache: 0] = patchGridColoring; - // - // node String[11]: x = 700, y = 320, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "purple" - // page group: mesh - // - // - // node Color[26]: x = 610, y = 320, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "grey" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.3 - // page group: mesh - // -main_Color_26_out_1[cache: 1] = - Color( - main_Route_55_out_1, - main_String_11_out_1, - main_Scalar_49_out_1, - main_Color_26_in_4, - main_Color_26_in_5 - ) [instance: 26, cache: 2]; - // - // node Selector[113]: x = 550, y = 430, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_113" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "faceted" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "faceted" "smooth" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 2 } - // output[1]: visible = 1, type = 29, value = 1 - // output[2]: visible = 1, type = 32, value = "faceted" - // page group: mesh - // - // - // node Shade[1]: x = 460, y = 430, inputs = 8, label = Shade - // input[2]: defaulting = 0, visible = 1, type = 3, value = 1 - // input[3]: defaulting = 1, visible = 1, type = 32, value = "faceted" - // page group: mesh - // -main_Shade_1_out_1[cache: 1] = - Shade( - main_Color_26_out_1, - main_Shade_1_in_2, - main_Selector_113_out_2, - main_Shade_1_in_4, - main_Shade_1_in_5, - main_Shade_1_in_6, - main_Shade_1_in_7, - main_Shade_1_in_8 - ) [instance: 1, cache: 2]; - // - // node Shade[3]: x = 730, y = 430, inputs = 8, label = Shade - // input[2]: defaulting = 0, visible = 1, type = 3, value = 1 - // input[3]: defaulting = 1, visible = 1, type = 32, value = "faceted" - // page group: mesh - // -main_Shade_3_out_1[cache: 1] = - Shade( - main_AutoColor_39_out_1, - main_Shade_3_in_2, - main_Selector_113_out_2, - main_Shade_3_in_4, - main_Shade_3_in_5, - main_Shade_3_in_6, - main_Shade_3_in_7, - main_Shade_3_in_8 - ) [instance: 3, cache: 2]; - // - // node Receiver[671]: x = 950, y = 340, inputs = 1, label = foreground_color - // page group: mesh - // -main_Receiver_671_out_1[cache: 0] = foreground_color; - // - // node ColorBar[13]: x = 860, y = 420, inputs = 16, label = ColorBar - // input[6]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[7]: visible = 1 - // input[9]: visible = 1 - // page group: mesh - // -main_ColorBar_13_out_1[cache: 1] = - ColorBar( - main_AutoColor_39_out_2, - main_ColorBar_13_in_2, - main_ColorBar_13_in_3, - main_ColorBar_13_in_4, - main_ColorBar_13_in_5, - main_ColorBar_13_in_6, - main_Receiver_663_out_1, - main_ColorBar_13_in_8, - main_Receiver_671_out_1, - main_ColorBar_13_in_10, - main_ColorBar_13_in_11, - main_ColorBar_13_in_12, - main_ColorBar_13_in_13, - main_ColorBar_13_in_14, - main_ColorBar_13_in_15, - main_ColorBar_13_in_16 - ) [instance: 13, cache: 2]; - // - // node Collect[69]: x = 810, y = 510, inputs = 2, label = Collect - // page group: mesh - // -main_Collect_69_out_1[cache: 1] = - Collect( - main_Shade_3_out_1, - main_ColorBar_13_out_1 - ) [instance: 69, cache: 2]; - // - // node Switch[195]: x = 710, y = 580, inputs = 3, label = Switch - // page group: mesh - // -main_Switch_195_out_1[cache: 1] = - Switch( - main_Receiver_629_out_1, - main_Shade_1_out_1, - main_Collect_69_out_1 - ) [instance: 195, cache: 2]; - // - // node Receiver[667]: x = 1080, y = 640, inputs = 1, label = patchGridColoring - // page group: mesh - // -main_Receiver_667_out_1[cache: 0] = patchGridColoring; - // - // node Receiver[744]: x = 1080, y = 200, inputs = 1, label = foamMesh - // page group: mesh - // -main_Receiver_744_out_1[cache: 0] = foamMesh; - // - // node Route[153]: x = 1190, y = 200, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_153_out_1[cache: 1], -main_Route_153_out_2[cache: 1] = - Route( - main_Route_204_out_1, - main_Receiver_534_out_1 - ) [instance: 153, cache: 2]; - // - // node foamShowConnections[2]: x = 1100, y = 270, inputs = 2, label = foamShowConnections - // page group: mesh - // -main_foamShowConnections_2_out_1[cache: 2] = - foamShowConnections( - main_Receiver_744_out_1, - main_Route_153_out_1 - ) [instance: 2, cache: 1]; - // - // node Collect[74]: x = 1260, y = 340, inputs = 2, label = Collect - // page group: mesh - // -main_Collect_74_out_1[cache: 1] = - Collect( - main_foamShowConnections_2_out_1, - main_foamFeatureLines_2_out_1 - ) [instance: 74, cache: 2]; - // - // node String[14]: x = 1420, y = 430, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "yellow" - // page group: mesh - // - // - // node Color[30]: x = 1330, y = 420, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "grey" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.3 - // page group: mesh - // -main_Color_30_out_1[cache: 1] = - Color( - main_Collect_74_out_1, - main_String_14_out_1, - main_Scalar_61_out_1, - main_Color_30_in_4, - main_Color_30_in_5 - ) [instance: 30, cache: 2]; - // - // node Receiver[673]: x = 1680, y = 430, inputs = 1, label = foreground_color - // page group: mesh - // -main_Receiver_673_out_1[cache: 0] = foreground_color; - // - // node ColorBar[15]: x = 1560, y = 500, inputs = 16, label = ColorBar - // input[6]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[7]: visible = 1 - // input[9]: visible = 1 - // page group: mesh - // -main_ColorBar_15_out_1[cache: 1] = - ColorBar( - main_AutoColor_41_out_2, - main_ColorBar_15_in_2, - main_ColorBar_15_in_3, - main_ColorBar_15_in_4, - main_ColorBar_15_in_5, - main_ColorBar_15_in_6, - main_Receiver_666_out_1, - main_ColorBar_15_in_8, - main_Receiver_673_out_1, - main_ColorBar_15_in_10, - main_ColorBar_15_in_11, - main_ColorBar_15_in_12, - main_ColorBar_15_in_13, - main_ColorBar_15_in_14, - main_ColorBar_15_in_15, - main_ColorBar_15_in_16 - ) [instance: 15, cache: 2]; - // - // node Collect[75]: x = 1480, y = 570, inputs = 2, label = Collect - // page group: mesh - // -main_Collect_75_out_1[cache: 1] = - Collect( - main_AutoColor_41_out_1, - main_ColorBar_15_out_1 - ) [instance: 75, cache: 2]; - // - // node Switch[210]: x = 1220, y = 640, inputs = 3, label = Switch - // page group: mesh - // -main_Switch_210_out_1[cache: 1] = - Switch( - main_Receiver_667_out_1, - main_Color_30_out_1, - main_Collect_75_out_1 - ) [instance: 210, cache: 2]; - // - // node Collect[59]: x = 340, y = 720, inputs = 4, label = Collect - // page group: mesh - // -main_Collect_59_out_1[cache: 1] = - Collect( - main_Color_1_out_1, - main_Color_24_out_1, - main_Switch_195_out_1, - main_Switch_210_out_1 - ) [instance: 59, cache: 2]; - // - // node Transmitter[5]: x = 370, y = 800, inputs = 1, label = mesh - // page group: mesh - // -mesh = main_Collect_59_out_1; - // - // node Receiver[35]: x = 430, y = 0, inputs = 1, label = mesh - // page group: image - // -main_Receiver_35_out_1[cache: 0] = mesh; - // - // node Receiver[657]: x = 60, y = 530, inputs = 1, label = doGlyph - // page group: subSetVis - // -main_Receiver_657_out_1[cache: 0] = doGlyph; - // - // node Switch[165]: x = 100, y = 440, inputs = 3, label = Switch - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"text"} - // page group: subSetVis - // -main_Switch_165_out_1[cache: 1] = - Switch( - main_Receiver_357_out_1, - main_AutoGlyph_1_out_1, - main_AutoColor_35_out_1 - ) [instance: 165, cache: 2]; - // - // node Route[188]: x = 150, y = 530, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_188_out_1[cache: 1], -main_Route_188_out_2[cache: 1] = - Route( - main_Receiver_657_out_1, - main_Switch_165_out_1 - ) [instance: 188, cache: 2]; - // - // node Toggle[76]: x = 10, y = 820, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_76" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: subSetVis - // toggle : 0 - // - // - // node Transmitter[358]: x = 80, y = 820, inputs = 1, label = doGrid - // page group: subSetVis - // -doGrid = main_Toggle_76_out_1; - // - // node Receiver[659]: x = 460, y = 510, inputs = 1, label = doGrid - // page group: subSetVis - // -main_Receiver_659_out_1[cache: 0] = doGrid; - // - // node Receiver[661]: x = 360, y = 70, inputs = 1, label = doGrid - // page group: subSetVis - // -main_Receiver_661_out_1[cache: 0] = doGrid; - // - // node Receiver[553]: x = 430, y = 0, inputs = 1, label = subClipped - // page group: subSetVis - // -main_Receiver_553_out_1[cache: 0] = subClipped; - // - // node Route[216]: x = 430, y = 70, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_216_out_1[cache: 1], -main_Route_216_out_2[cache: 1] = - Route( - main_Receiver_661_out_1, - main_Receiver_553_out_1 - ) [instance: 216, cache: 2]; - // - // node ShowConnections[7]: x = 360, y = 220, inputs = 1, label = ShowConnections - // page group: subSetVis - // -main_ShowConnections_7_out_1[cache: 1] = - ShowConnections( - main_Route_216_out_2 - ) [instance: 7, cache: 2]; - // - // node Receiver[561]: x = 530, y = 30, inputs = 1, label = isolateFactor - // page group: subSetVis - // -main_Receiver_561_out_1[cache: 0] = isolateFactor; - // - // node Isolate[1]: x = 490, y = 140, inputs = 2, label = Isolate - // page group: subSetVis - // -main_Isolate_1_out_1[cache: 1] = - Isolate( - main_Route_216_out_2, - main_Receiver_561_out_1 - ) [instance: 1, cache: 2]; - // - // node ShowBoundary[2]: x = 510, y = 210, inputs = 2, label = ShowBoundary - // page group: subSetVis - // -main_ShowBoundary_2_out_1[cache: 1] = - ShowBoundary( - main_Isolate_1_out_1, - main_ShowBoundary_2_in_2 - ) [instance: 2, cache: 2]; - // - // node Collect[62]: x = 470, y = 290, inputs = 2, label = Collect - // page group: subSetVis - // -main_Collect_62_out_1[cache: 1] = - Collect( - main_ShowConnections_7_out_1, - main_ShowBoundary_2_out_1 - ) [instance: 62, cache: 2]; - // - // node String[13]: x = 630, y = 180, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "purple" - // page group: subSetVis - // - // - // node Receiver[513]: x = 600, y = 280, inputs = 1, label = subOpacity - // page group: subSetVis - // -main_Receiver_513_out_1[cache: 0] = subOpacity; - // - // node Color[28]: x = 530, y = 360, inputs = 5, label = Color - // input[2]: defaulting = 1, visible = 1, type = 32, value = "grey" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 0.3 - // page group: subSetVis - // -main_Color_28_out_1[cache: 1] = - Color( - main_Collect_62_out_1, - main_String_13_out_1, - main_Receiver_513_out_1, - main_Color_28_in_4, - main_Color_28_in_5 - ) [instance: 28, cache: 2]; - // - // node Route[189]: x = 530, y = 510, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_189_out_1[cache: 1], -main_Route_189_out_2[cache: 1] = - Route( - main_Receiver_659_out_1, - main_Color_28_out_1 - ) [instance: 189, cache: 2]; - // - // node Receiver[660]: x = 820, y = 530, inputs = 1, label = doValue - // page group: subSetVis - // -main_Receiver_660_out_1[cache: 0] = doValue; - // - // node ShowConnections[9]: x = 700, y = 260, inputs = 1, label = ShowConnections - // page group: subSetVis - // -main_ShowConnections_9_out_1[cache: 1] = - ShowConnections( - main_Isolate_2_out_1 - ) [instance: 9, cache: 2]; - // - // node Color[31]: x = 750, y = 350, inputs = 5, label = Color - // input[2]: defaulting = 0, visible = 1, type = 32, value = "orange" - // input[3]: defaulting = 1, visible = 1, type = 5, value = 1.0 - // page group: subSetVis - // -main_Color_31_out_1[cache: 1] = - Color( - main_ShowConnections_9_out_1, - main_Color_31_in_2, - main_Receiver_513_out_1, - main_Color_31_in_4, - main_Color_31_in_5 - ) [instance: 31, cache: 2]; - // - // node Receiver[672]: x = 980, y = 260, inputs = 1, label = foreground_color - // page group: subSetVis - // -main_Receiver_672_out_1[cache: 0] = foreground_color; - // - // node ColorBar[14]: x = 870, y = 350, inputs = 16, label = ColorBar - // input[9]: visible = 1 - // page group: subSetVis - // -main_ColorBar_14_out_1[cache: 1] = - ColorBar( - main_AutoColor_40_out_2, - main_ColorBar_14_in_2, - main_ColorBar_14_in_3, - main_ColorBar_14_in_4, - main_ColorBar_14_in_5, - main_ColorBar_14_in_6, - main_ColorBar_14_in_7, - main_ColorBar_14_in_8, - main_Receiver_672_out_1, - main_ColorBar_14_in_10, - main_ColorBar_14_in_11, - main_ColorBar_14_in_12, - main_ColorBar_14_in_13, - main_ColorBar_14_in_14, - main_ColorBar_14_in_15, - main_ColorBar_14_in_16 - ) [instance: 14, cache: 2]; - // - // node Collect[72]: x = 850, y = 430, inputs = 3, label = Collect - // page group: subSetVis - // -main_Collect_72_out_1[cache: 1] = - Collect( - main_Color_31_out_1, - main_AutoColor_40_out_1, - main_ColorBar_14_out_1 - ) [instance: 72, cache: 2]; - // - // node Route[190]: x = 890, y = 530, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_190_out_1[cache: 1], -main_Route_190_out_2[cache: 1] = - Route( - main_Receiver_660_out_1, - main_Collect_72_out_1 - ) [instance: 190, cache: 2]; - // - // node Receiver[669]: x = 1000, y = 430, inputs = 1, label = subValid - // page group: subSetVis - // -main_Receiver_669_out_1[cache: 0] = subValid; - // - // node Receiver[559]: x = 1050, y = 350, inputs = 1, label = subClipped - // page group: subSetVis - // -main_Receiver_559_out_1[cache: 0] = subClipped; - // - // node Route[218]: x = 1070, y = 430, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_218_out_1[cache: 1], -main_Route_218_out_2[cache: 1] = - Route( - main_Receiver_669_out_1, - main_Receiver_559_out_1 - ) [instance: 218, cache: 2]; - // - // node ShowBox[2]: x = 1050, y = 510, inputs = 1, label = ShowBox - // page group: subSetVis - // -main_ShowBox_2_out_1[cache: 1], -main_ShowBox_2_out_2[cache: 1] = - ShowBox( - main_Route_218_out_1 - ) [instance: 2, cache: 2]; - // - // node Receiver[670]: x = 1140, y = 500, inputs = 1, label = subValid - // page group: subSetVis - // -main_Receiver_670_out_1[cache: 0] = subValid; - // - // node Receiver[560]: x = 1190, y = 390, inputs = 1, label = subField - // page group: subSetVis - // -main_Receiver_560_out_1[cache: 0] = subField; - // - // node Route[219]: x = 1210, y = 500, inputs = 2, outputs = 2, label = Route - // page group: subSetVis - // -main_Route_219_out_1[cache: 1], -main_Route_219_out_2[cache: 1] = - Route( - main_Receiver_670_out_1, - main_Receiver_560_out_1 - ) [instance: 219, cache: 2]; - // - // node ShowBox[3]: x = 1180, y = 580, inputs = 1, label = ShowBox - // page group: subSetVis - // -main_ShowBox_3_out_1[cache: 1], -main_ShowBox_3_out_2[cache: 1] = - ShowBox( - main_Route_219_out_1 - ) [instance: 3, cache: 2]; - // - // node Collect[63]: x = 500, y = 670, inputs = 5, label = Collect - // page group: subSetVis - // -main_Collect_63_out_1[cache: 1] = - Collect( - main_Route_188_out_2, - main_Route_189_out_2, - main_Route_190_out_2, - main_ShowBox_2_out_1, - main_ShowBox_3_out_1 - ) [instance: 63, cache: 2]; - // - // node Transmitter[208]: x = 530, y = 740, inputs = 1, label = subset - // page group: subSetVis - // -subset = main_Collect_63_out_1; - // - // node Receiver[354]: x = 340, y = 150, inputs = 1, label = subset - // page group: image - // -main_Receiver_354_out_1[cache: 0] = subset; - // - // node Inquire[11]: x = 560, y = 520, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is group" - // page group: color_1 - // -main_Inquire_11_out_1[cache: 1] = - Inquire( - main_AutoColor_27_out_2, - main_Inquire_11_in_2, - main_Inquire_11_in_3 - ) [instance: 11, cache: 2]; - // - // node Compute[21]: x = 560, y = 590, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: color_1 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_21_out_1[cache: 1] = - Compute( - main_Compute_21_in_1, - main_Inquire_11_out_1, - main_Compute_21_in_3 - ) [instance: 21, cache: 2]; - // - // node Select[39]: x = 690, y = 520, inputs = 3, label = Select - // page group: color_1 - // -main_Select_39_out_1[cache: 1] = - Select( - main_AutoColor_27_out_2, - main_Select_39_in_2, - main_Select_39_in_3 - ) [instance: 39, cache: 2]; - // - // node Switch[112]: x = 650, y = 600, inputs = 3, label = Switch - // page group: color_1 - // -main_Switch_112_out_1[cache: 1] = - Switch( - main_Compute_21_out_1, - main_AutoColor_27_out_2, - main_Select_39_out_1 - ) [instance: 112, cache: 2]; - // - // node Value[1]: x = 740, y = 590, inputs = 0, label = Value - // output[1]: visible = 1, type = 29, value = [ 0.95, 0.95 ] - // page group: color_1 - // - // - // node Selector[94]: x = 730, y = 440, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_94" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "vertical" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "horizontal" "vertical" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "vertical" - // page group: color_1 - // - // - // node Receiver[66]: x = 880, y = 500, inputs = 1, label = dataName_1 - // page group: color_1 - // -main_Receiver_66_out_1[cache: 0] = dataName_1; - // - // node Receiver[156]: x = 940, y = 570, inputs = 1, label = foreground_color - // page group: color_1 - // -main_Receiver_156_out_1[cache: 0] = foreground_color; - // - // node ColorBar[6]: x = 710, y = 670, inputs = 16, label = ColorBar - // input[2]: defaulting = 1, visible = 1, type = 8, value = [0.02 .98] - // input[4]: defaulting = 1, visible = 1, type = 3, value = 1 - // input[6]: visible = 1 - // input[7]: visible = 1 - // input[8]: defaulting = 1, visible = 1, type = 32, value = "OP" - // input[9]: defaulting = 1, visible = 1, type = 16777248, value = {"green"} - // input[15]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[16]: defaulting = 0, visible = 0, type = 1, value = 12 - // page group: color_1 - // -main_ColorBar_6_out_1[cache: 1] = - ColorBar( - main_Switch_112_out_1, - main_Value_1_out_1, - main_ColorBar_6_in_3, - main_Selector_94_out_1, - main_ColorBar_6_in_5, - main_Switch_87_out_1, - main_Switch_86_out_1, - main_Receiver_66_out_1, - main_Receiver_156_out_1, - main_ColorBar_6_in_10, - main_ColorBar_6_in_11, - main_ColorBar_6_in_12, - main_ColorBar_6_in_13, - main_ColorBar_6_in_14, - main_ColorBar_6_in_15, - main_ColorBar_6_in_16 - ) [instance: 6, cache: 2]; - // - // node Transmitter[92]: x = 590, y = 780, inputs = 1, label = colorBar_1 - // page group: color_1 - // -colorBar_1 = main_ColorBar_6_out_1; - // - // node Receiver[110]: x = 530, y = 110, inputs = 1, label = colorBar_1 - // page group: image - // -main_Receiver_110_out_1[cache: 0] = colorBar_1; - // - // node Inquire[13]: x = 610, y = 530, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is group" - // page group: color_2 - // -main_Inquire_13_out_1[cache: 1] = - Inquire( - main_AutoColor_34_out_2, - main_Inquire_13_in_2, - main_Inquire_13_in_3 - ) [instance: 13, cache: 2]; - // - // node Compute[23]: x = 610, y = 600, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: color_2 - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_23_out_1[cache: 1] = - Compute( - main_Compute_23_in_1, - main_Inquire_13_out_1, - main_Compute_23_in_3 - ) [instance: 23, cache: 2]; - // - // node Select[40]: x = 740, y = 530, inputs = 3, label = Select - // page group: color_2 - // -main_Select_40_out_1[cache: 1] = - Select( - main_AutoColor_34_out_2, - main_Select_40_in_2, - main_Select_40_in_3 - ) [instance: 40, cache: 2]; - // - // node Switch[119]: x = 700, y = 610, inputs = 3, label = Switch - // page group: color_2 - // -main_Switch_119_out_1[cache: 1] = - Switch( - main_Compute_23_out_1, - main_AutoColor_34_out_2, - main_Select_40_out_1 - ) [instance: 119, cache: 2]; - // - // node Value[2]: x = 790, y = 600, inputs = 0, label = Value - // output[1]: visible = 1, type = 29, value = [ 0.85, 0.95 ] - // page group: color_2 - // - // - // node Selector[95]: x = 790, y = 470, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_95" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "vertical" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "horizontal" "vertical" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "vertical" - // page group: color_2 - // - // - // node Transmitter[75]: x = 870, y = 420, inputs = 1, label = dataName_2 - // page group: readField - // -dataName_2 = main_Selector_84_out_2; - // - // node Receiver[218]: x = 940, y = 510, inputs = 1, label = dataName_2 - // page group: color_2 - // -main_Receiver_218_out_1[cache: 0] = dataName_2; - // - // node Receiver[219]: x = 950, y = 600, inputs = 1, label = foreground_color - // page group: color_2 - // -main_Receiver_219_out_1[cache: 0] = foreground_color; - // - // node ColorBar[9]: x = 770, y = 680, inputs = 16, label = ColorBar - // input[2]: defaulting = 1, visible = 1, type = 8, value = [0.02 .98] - // input[4]: defaulting = 1, visible = 1, type = 3, value = 1 - // input[6]: visible = 1 - // input[7]: visible = 1 - // input[8]: defaulting = 1, visible = 1, type = 32, value = "OP" - // input[9]: defaulting = 1, visible = 1, type = 16777248, value = {"green"} - // input[15]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[16]: defaulting = 0, visible = 0, type = 1, value = 12 - // page group: color_2 - // -main_ColorBar_9_out_1[cache: 1] = - ColorBar( - main_Switch_119_out_1, - main_Value_2_out_1, - main_ColorBar_9_in_3, - main_Selector_95_out_1, - main_ColorBar_9_in_5, - main_Switch_83_out_1, - main_Switch_82_out_1, - main_Receiver_218_out_1, - main_Receiver_219_out_1, - main_ColorBar_9_in_10, - main_ColorBar_9_in_11, - main_ColorBar_9_in_12, - main_ColorBar_9_in_13, - main_ColorBar_9_in_14, - main_ColorBar_9_in_15, - main_ColorBar_9_in_16 - ) [instance: 9, cache: 2]; - // - // node Transmitter[151]: x = 610, y = 780, inputs = 1, label = colorBar_2 - // page group: color_2 - // -colorBar_2 = main_ColorBar_9_out_1; - // - // node Receiver[221]: x = 630, y = 130, inputs = 1, label = colorBar_2 - // page group: image - // -main_Receiver_221_out_1[cache: 0] = colorBar_2; - // - // node Inquire[54]: x = 560, y = 540, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is group" - // page group: color_sp - // -main_Inquire_54_out_1[cache: 1] = - Inquire( - main_AutoColor_36_out_2, - main_Inquire_54_in_2, - main_Inquire_54_in_3 - ) [instance: 54, cache: 2]; - // - // node Compute[44]: x = 560, y = 610, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: color_sp - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_44_out_1[cache: 1] = - Compute( - main_Compute_44_in_1, - main_Inquire_54_out_1, - main_Compute_44_in_3 - ) [instance: 44, cache: 2]; - // - // node Select[43]: x = 690, y = 540, inputs = 3, label = Select - // page group: color_sp - // -main_Select_43_out_1[cache: 1] = - Select( - main_AutoColor_36_out_2, - main_Select_43_in_2, - main_Select_43_in_3 - ) [instance: 43, cache: 2]; - // - // node Switch[178]: x = 650, y = 620, inputs = 3, label = Switch - // page group: color_sp - // -main_Switch_178_out_1[cache: 1] = - Switch( - main_Compute_44_out_1, - main_AutoColor_36_out_2, - main_Select_43_out_1 - ) [instance: 178, cache: 2]; - // - // node Value[3]: x = 740, y = 610, inputs = 0, label = Value - // output[1]: visible = 1, type = 29, value = [ 0.75, 0.95 ] - // page group: color_sp - // - // - // node Selector[102]: x = 730, y = 460, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_102" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "vertical" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "horizontal" "vertical" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "vertical" - // page group: color_sp - // - // - // node Transmitter[265]: x = 670, y = 450, inputs = 1, label = colorName_sp - // page group: read_sp - // -colorName_sp = main_Selector_106_out_2; - // - // node Receiver[402]: x = 880, y = 520, inputs = 1, label = colorName_sp - // page group: color_sp - // -main_Receiver_402_out_1[cache: 0] = colorName_sp; - // - // node Receiver[403]: x = 940, y = 590, inputs = 1, label = foreground_color - // page group: color_sp - // -main_Receiver_403_out_1[cache: 0] = foreground_color; - // - // node ColorBar[10]: x = 710, y = 690, inputs = 16, label = ColorBar - // input[2]: defaulting = 1, visible = 1, type = 8, value = [0.02 .98] - // input[4]: defaulting = 1, visible = 1, type = 3, value = 1 - // input[6]: visible = 1 - // input[7]: visible = 1 - // input[8]: defaulting = 1, visible = 1, type = 32, value = "OP" - // input[9]: defaulting = 1, visible = 1, type = 16777248, value = {"green"} - // input[15]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[16]: defaulting = 0, visible = 0, type = 1, value = 12 - // page group: color_sp - // -main_ColorBar_10_out_1[cache: 1] = - ColorBar( - main_Switch_178_out_1, - main_Value_3_out_1, - main_ColorBar_10_in_3, - main_Selector_102_out_1, - main_ColorBar_10_in_5, - main_Switch_176_out_1, - main_Switch_177_out_1, - main_Receiver_402_out_1, - main_Receiver_403_out_1, - main_ColorBar_10_in_10, - main_ColorBar_10_in_11, - main_ColorBar_10_in_12, - main_ColorBar_10_in_13, - main_ColorBar_10_in_14, - main_ColorBar_10_in_15, - main_ColorBar_10_in_16 - ) [instance: 10, cache: 2]; - // - // node Transmitter[253]: x = 650, y = 790, inputs = 1, label = colorBar_sp - // page group: color_sp - // -colorBar_sp = main_ColorBar_10_out_1; - // - // node Receiver[460]: x = 670, y = 190, inputs = 1, label = colorBar_sp - // page group: image - // -main_Receiver_460_out_1[cache: 0] = colorBar_sp; - // - // node Inquire[61]: x = 370, y = 520, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "is group" - // page group: colorVec_sp - // -main_Inquire_61_out_1[cache: 1] = - Inquire( - main_AutoColor_37_out_2, - main_Inquire_61_in_2, - main_Inquire_61_in_3 - ) [instance: 61, cache: 2]; - // - // node Compute[63]: x = 370, y = 590, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0+1" - // page group: colorVec_sp - // expression: value = a+1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_63_out_1[cache: 1] = - Compute( - main_Compute_63_in_1, - main_Inquire_61_out_1, - main_Compute_63_in_3 - ) [instance: 63, cache: 2]; - // - // node Select[49]: x = 500, y = 520, inputs = 3, label = Select - // page group: colorVec_sp - // -main_Select_49_out_1[cache: 1] = - Select( - main_AutoColor_37_out_2, - main_Select_49_in_2, - main_Select_49_in_3 - ) [instance: 49, cache: 2]; - // - // node Switch[191]: x = 460, y = 600, inputs = 3, label = Switch - // page group: colorVec_sp - // -main_Switch_191_out_1[cache: 1] = - Switch( - main_Compute_63_out_1, - main_AutoColor_37_out_2, - main_Select_49_out_1 - ) [instance: 191, cache: 2]; - // - // node Value[4]: x = 550, y = 590, inputs = 0, label = Value - // output[1]: visible = 1, type = 29, value = [ 0.65, 0.95 ] - // page group: colorVec_sp - // - // - // node Selector[110]: x = 540, y = 440, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_110" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "vertical" - // input[3]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 16777248, value = { "horizontal" "vertical" } - // input[5]: defaulting = 1, visible = 0, type = 16777245, value = { 1 0 } - // output[1]: visible = 1, type = 29, value = 0 - // output[2]: visible = 1, type = 32, value = "vertical" - // page group: colorVec_sp - // - // - // node Transmitter[276]: x = 1070, y = 450, inputs = 1, label = vecName_sp - // page group: read_sp - // -vecName_sp = main_Selector_109_out_2; - // - // node Receiver[484]: x = 690, y = 500, inputs = 1, label = vecName_sp - // page group: colorVec_sp - // -main_Receiver_484_out_1[cache: 0] = vecName_sp; - // - // node Receiver[485]: x = 750, y = 570, inputs = 1, label = foreground_color - // page group: colorVec_sp - // -main_Receiver_485_out_1[cache: 0] = foreground_color; - // - // node ColorBar[11]: x = 520, y = 670, inputs = 16, label = ColorBar - // input[2]: defaulting = 1, visible = 1, type = 8, value = [0.02 .98] - // input[4]: defaulting = 1, visible = 1, type = 3, value = 1 - // input[6]: visible = 1 - // input[7]: visible = 1 - // input[8]: defaulting = 1, visible = 1, type = 32, value = "OP" - // input[9]: defaulting = 1, visible = 1, type = 16777248, value = {"green"} - // input[15]: defaulting = 0, visible = 0, type = 3, value = 1 - // input[16]: defaulting = 0, visible = 0, type = 1, value = 12 - // page group: colorVec_sp - // -main_ColorBar_11_out_1[cache: 1] = - ColorBar( - main_Switch_191_out_1, - main_Value_4_out_1, - main_ColorBar_11_in_3, - main_Selector_110_out_1, - main_ColorBar_11_in_5, - main_Switch_189_out_1, - main_Switch_190_out_1, - main_Receiver_484_out_1, - main_Receiver_485_out_1, - main_ColorBar_11_in_10, - main_ColorBar_11_in_11, - main_ColorBar_11_in_12, - main_ColorBar_11_in_13, - main_ColorBar_11_in_14, - main_ColorBar_11_in_15, - main_ColorBar_11_in_16 - ) [instance: 11, cache: 2]; - // - // node Transmitter[282]: x = 420, y = 770, inputs = 1, label = colorBarVec_sp - // page group: colorVec_sp - // -colorBarVec_sp = main_ColorBar_11_out_1; - // - // node Receiver[487]: x = 750, y = 250, inputs = 1, label = colorBarVec_sp - // page group: image - // -main_Receiver_487_out_1[cache: 0] = colorBarVec_sp; - // - // node Toggle[28]: x = 590, y = 400, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_28" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: image - // toggle : 0 - // - // - // node Receiver[127]: x = 680, y = 400, inputs = 1, label = line_1 - // page group: image - // -main_Receiver_127_out_1[cache: 0] = line_1; - // - // node Route[34]: x = 600, y = 470, inputs = 2, outputs = 2, label = Route - // page group: image - // -main_Route_34_out_1[cache: 1], -main_Route_34_out_2[cache: 1] = - Route( - main_Toggle_28_out_1, - main_Receiver_127_out_1 - ) [instance: 34, cache: 2]; - // - // node Vector[14]: x = 900, y = 520, inputs = 11, label = Vector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Vector_14" - // input[3]: defaulting = 0, visible = 0, type = 8, value = [ 1 1 1 ] - // input[5]: defaulting = 1, visible = 0, type = 8, value = [ -1000000.0 -1000000.0 -1000000.0 ] - // input[6]: defaulting = 1, visible = 0, type = 8, value = [ 1000000.0 1000000.0 1000000.0 ] - // input[7]: defaulting = 1, visible = 0, type = 8, value = [ 1 1 1] - // input[9]: defaulting = 1, visible = 0, type = 8, value = [ 2.0 2.0 2.0 ] - // output[1]: visible = 1, type = 8, value = [ 1 1 1 ] - // page group: image - // - // - // node Scalar[53]: x = 960, y = 450, inputs = 11, label = Scalar - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_53" - // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.0 - // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 - // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 - // input[9]: defaulting = 1, visible = 0, type = 1, value = 1 - // output[1]: visible = 1, type = 5, value = 0.0 - // page group: image - // - // - // node Compute[34]: x = 970, y = 520, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0*[ 1 , 1, 1]" - // page group: image - // expression: value = a*[ 1 , 1, 1] - // name[2]: value = a - // name[3]: value = b - // -main_Compute_34_out_1[cache: 1] = - Compute( - main_Compute_34_in_1, - main_Scalar_53_out_1, - main_Compute_34_in_3 - ) [instance: 34, cache: 2]; - // - // node Light[1]: x = 930, y = 600, inputs = 3, label = Light - // input[3]: defaulting = 0, visible = 1, type = 3, value = 1 - // page group: image - // -main_Light_1_out_1[cache: 1] = - Light( - main_Vector_14_out_1, - main_Compute_34_out_1, - main_Light_1_in_3 - ) [instance: 1, cache: 2]; - // - // node Collect[15]: x = 30, y = 410, inputs = 16, label = Collect - // page group: image - // -main_Collect_15_out_1[cache: 1] = - Collect( - main_Collect_57_out_1, - main_Receiver_141_out_1, - main_Receiver_144_out_1, - main_Receiver_388_out_1, - main_Receiver_488_out_1, - main_Receiver_35_out_1, - main_Receiver_354_out_1, - main_Receiver_110_out_1, - main_Receiver_221_out_1, - main_Receiver_460_out_1, - main_Receiver_487_out_1, - main_Caption_1_out_1, - main_Caption_2_out_1, - main_Route_34_out_1, - main_Light_1_out_1, - main_AmbientLight_1_out_1 - ) [instance: 15, cache: 2]; - // - // node Pick[1]: x = 950, y = 760, inputs = 9, label = Pick_1 - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Pick_1" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "Image_6" - // input[3]: defaulting = 0, visible = 0, type = 16777224, value = NULL - // input[4]: defaulting = 0, visible = 0, type = 3, value = 67 - // input[5]: visible = 0 - // input[6]: defaulting = 0, visible = 0, type = 3, value = 0 - // page group: mesh - // -main_Pick_1_out_1[cache: 1] = - Pick( - main_Pick_1_in_1, - main_Pick_1_in_2, - main_Pick_1_in_3, - main_Pick_1_in_4, - main_Pick_1_in_5, - main_Pick_1_in_6, - main_Pick_1_in_7, - main_Pick_1_in_8, - main_Pick_1_in_9 - ) [instance: 1, cache: 2]; - // - // node Inquire[72]: x = 770, y = 840, inputs = 3, label = Inquire - // input[2]: defaulting = 0, visible = 1, type = 32, value = "component count" - // page group: mesh - // -main_Inquire_72_out_1[cache: 1] = - Inquire( - main_Pick_1_out_1, - main_Inquire_72_in_2, - main_Inquire_72_in_3 - ) [instance: 72, cache: 2]; - // - // node Compute[96]: x = 770, y = 920, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "$0 != 0 ? 2 : 1" - // page group: mesh - // expression: value = a != 0 ? 2 : 1 - // name[2]: value = a - // name[3]: value = b - // -main_Compute_96_out_1[cache: 1] = - Compute( - main_Compute_96_in_1, - main_Inquire_72_out_1, - main_Compute_96_in_3 - ) [instance: 96, cache: 2]; - // - // node Receiver[721]: x = 470, y = 760, inputs = 1, label = fromFile_1 - // page group: Windows - // -main_Receiver_721_out_1[cache: 0] = fromFile_1; - // - // node Receiver[722]: x = 610, y = 760, inputs = 1, label = fromFile_2 - // page group: Windows - // -main_Receiver_722_out_1[cache: 0] = fromFile_2; - // - // node Compute[105]: x = 560, y = 840, inputs = 3, label = Compute - // input[1]: defaulting = 0, visible = 0, type = 32, value = "($0-1) || ($1-1)" - // page group: Windows - // expression: value = (a-1) || (b-1) - // name[2]: value = a - // name[3]: value = b - // -main_Compute_105_out_1[cache: 1] = - Compute( - main_Compute_105_in_1, - main_Receiver_721_out_1, - main_Receiver_722_out_1 - ) [instance: 105, cache: 2]; - // - // node Receiver[351]: x = 690, y = 400, inputs = 1, label = doPlot - // page group: graph - // -main_Receiver_351_out_1[cache: 0] = doPlot; - // - // node Render[5]: x = 730, y = 290, inputs = 3, label = Render - // page group: graph - // -main_Render_5_out_1[cache: 1] = - Render( - main_Receiver_124_out_1, - main_AutoCamera_3_out_1, - main_Render_5_in_3 - ) [instance: 5, cache: 2]; - // - // node Route[118]: x = 750, y = 400, inputs = 2, outputs = 2, label = Route - // page group: graph - // -main_Route_118_out_1[cache: 1], -main_Route_118_out_2[cache: 1] = - Route( - main_Receiver_351_out_1, - main_Render_5_out_1 - ) [instance: 118, cache: 2]; - // - // node Display[12]: x = 750, y = 490, inputs = 8, label = Display - // page group: graph - // depth: value = 24 - // window: position = (0.4302,0.3158), size = 0.4094x0.4375, screen = 0 - // -main_Display_12_out_1 = - Display( - main_Route_118_out_1, - main_Display_12_in_2, - main_Display_12_in_3, - main_Display_12_in_4, - main_Display_12_in_5, - main_Display_12_in_6, - main_Display_12_in_7, - main_Display_12_in_8 - ) [instance: 12, cache: 2]; - // - // node Reset[2]: x = 910, y = 210, inputs = 6, label = Reset - // input[1]: defaulting = 0, visible = 0, type = 32, value = "main_Reset_2_out_1" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 0, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 0, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: graph - // toggle : 0 - // - // - // node Toggle[1]: x = 910, y = 100, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_1" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 0, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 0, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: graph - // toggle : 0 - // -main_Toggle_1_out_1 = - Toggle( - main_Toggle_1_in_1, - main_Toggle_1_in_2, - main_Toggle_1_in_3, - main_Toggle_1_in_4, - main_Toggle_1_in_5, - main_Toggle_1_in_6 - ) [instance: 1, cache: 2]; - // - // node Remove[1]: x = 530, y = 520, inputs = 2, label = Remove - // input[2]: defaulting = 0, visible = 1, type = 16777248, value = {"connections", "colors", "box", "invalid positions", "invalid connections", "normals"} - // page group: graph - // -main_Remove_1_out_1[cache: 1] = - Remove( - main_Unmark_2_out_1, - main_Remove_1_in_2 - ) [instance: 1, cache: 2]; - // - // node Transmitter[171]: x = 520, y = 590, inputs = 1, label = sampledData - // page group: graph - // -sampledData = main_Remove_1_out_1; - // - // node Receiver[263]: x = 960, y = 20, inputs = 1, label = sampledData - // page group: graph - // -main_Receiver_263_out_1[cache: 0] = sampledData; - // - // node Route[1]: x = 980, y = 180, inputs = 2, outputs = 2, label = Route - // page group: graph - // -main_Route_1_out_1[cache: 1], -main_Route_1_out_2[cache: 1] = - Route( - main_Toggle_1_out_1, - main_Receiver_263_out_1 - ) [instance: 1, cache: 2]; - // - // node Switch[1]: x = 990, y = 280, inputs = 3, label = Switch - // page group: graph - // -main_Switch_1_out_1[cache: 1] = - Switch( - main_Reset_2_out_1, - main_Route_1_out_1, - main_Receiver_263_out_1 - ) [instance: 1, cache: 2]; - // - // node String[12]: x = 1060, y = 30, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "%s.%04d.xy" - // page group: graph - // - // - // node Receiver[264]: x = 1120, y = 30, inputs = 1, label = caseName - // page group: graph - // -main_Receiver_264_out_1[cache: 0] = caseName; - // - // node Transmitter[389]: x = 780, y = 720, inputs = 1, label = timeIndex - // page group: import - // -timeIndex = main_Switch_223_out_1; - // - // node Receiver[154]: x = 1200, y = 40, inputs = 1, label = timeIndex - // page group: graph - // -main_Receiver_154_out_1[cache: 0] = timeIndex; - // - // node Route[180]: x = 1170, y = 180, inputs = 2, outputs = 2, label = Route - // page group: graph - // -main_Route_180_out_1[cache: 1], -main_Route_180_out_2[cache: 1] = - Route( - main_Toggle_1_out_1, - main_Receiver_154_out_1 - ) [instance: 180, cache: 2]; - // - // node Switch[201]: x = 1160, y = 280, inputs = 3, label = Switch - // page group: graph - // -main_Switch_201_out_1[cache: 1] = - Switch( - main_Reset_2_out_1, - main_Route_180_out_1, - main_Receiver_154_out_1 - ) [instance: 201, cache: 2]; - // - // node Format[2]: x = 1080, y = 360, inputs = 3, label = Format - // page group: graph - // -main_Format_2_out_1[cache: 1] = - Format( - main_String_12_out_1, - main_Receiver_264_out_1, - main_Switch_201_out_1 - ) [instance: 2, cache: 2]; - // - // node Export[2]: x = 1030, y = 440, inputs = 3, label = Export - // input[3]: defaulting = 0, visible = 1, type = 32, value = "array" - // page group: graph - // - Export( - main_Switch_1_out_1, - main_Format_2_out_1, - main_Export_2_in_3 - ) [instance: 2, cache: 2]; - // - // node Route[201]: x = 940, y = 850, inputs = 2, outputs = 2, label = Route - // page group: mesh - // -main_Route_201_out_1[cache: 1], -main_Route_201_out_2[cache: 1] = - Route( - main_Compute_96_out_1, - main_Pick_1_out_1 - ) [instance: 201, cache: 2]; - // - // node Extract[8]: x = 950, y = 950, inputs = 2, label = Extract - // input[2]: defaulting = 0, visible = 1, type = 32, value = "pick paths" - // page group: mesh - // -main_Extract_8_out_1[cache: 1] = - Extract( - main_Route_201_out_2, - main_Extract_8_in_2 - ) [instance: 8, cache: 2]; - // - // node String[8]: x = 260, y = 270, inputs = 0, label = String - // output[1]: visible = 1, type = 32, value = "%s.%04d.%s" - // page group: Print - // - // - // node Receiver[265]: x = 310, y = 180, inputs = 1, label = caseName - // page group: Print - // -main_Receiver_265_out_1[cache: 0] = caseName; - // - // node Receiver[151]: x = 410, y = 70, inputs = 1, label = timeIndex - // page group: Print - // -main_Receiver_151_out_1[cache: 0] = timeIndex; - // - // node Selector[86]: x = 490, y = 230, inputs = 7, label = Selector - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Selector_86" - // input[2]: defaulting = 0, visible = 0, type = 32, value = "miff" - // input[3]: defaulting = 0, visible = 0, type = 32, value = "miff" - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"epsf" "ps" "gif" "tiff" "miff" "rgb" "size" } - // input[5]: defaulting = 0, visible = 0, type = 16777248, value = {"epsf" "ps" "gif" "tiff" "miff" "rgb" "size" } - // output[1]: visible = 1, type = 32, value = "miff" - // output[2]: visible = 1, type = 32, value = "miff" - // page group: Print - // -main_Selector_86_out_1, -main_Selector_86_out_2 = - Selector( - main_Selector_86_in_1, - main_Selector_86_in_2, - main_Selector_86_in_3, - main_Selector_86_in_4, - main_Selector_86_in_5, - main_Selector_86_in_6, - main_Selector_86_in_7 - ) [instance: 86, cache: 2]; - // - // node Format[1]: x = 300, y = 340, inputs = 4, label = Format - // page group: Print - // -main_Format_1_out_1[cache: 1] = - Format( - main_String_8_out_1, - main_Receiver_265_out_1, - main_Receiver_151_out_1, - main_Selector_86_out_1 - ) [instance: 1, cache: 2]; - // - // node Receiver[266]: x = 530, y = 380, inputs = 1, label = caseName - // page group: Print - // -main_Receiver_266_out_1[cache: 0] = caseName; - // - // node Format[5]: x = 580, y = 510, inputs = 4, label = Format - // input[1]: defaulting = 0, visible = 1, type = 32, value = "convert %s.[0-9][0-9][0-9][0-9].%s %s-anim.gif" - // page group: Print - // -main_Format_5_out_1[cache: 1] = - Format( - main_Format_5_in_1, - main_Receiver_266_out_1, - main_Selector_86_out_1, - main_Receiver_266_out_1 - ) [instance: 5, cache: 2]; - // - // node Select[63]: x = 950, y = 1030, inputs = 3, label = Select - // input[2]: defaulting = 0, visible = 1, type = 1, value = 2 - // page group: mesh - // -main_Select_63_out_1[cache: 1] = - Select( - main_Extract_8_out_1, - main_Select_63_in_2, - main_Select_63_in_3 - ) [instance: 63, cache: 2]; - // - // node Select[64]: x = 1030, y = 1030, inputs = 3, label = Select - // input[2]: defaulting = 0, visible = 1, type = 1, value = 3 - // page group: mesh - // -main_Select_64_out_1[cache: 1] = - Select( - main_Extract_8_out_1, - main_Select_64_in_2, - main_Select_64_in_3 - ) [instance: 64, cache: 2]; - // - // node Format[7]: x = 970, y = 1120, inputs = 3, label = Format - // input[1]: defaulting = 0, visible = 1, type = 32, value = "Picked: face:%d vertex:%d" - // page group: mesh - // -main_Format_7_out_1[cache: 1] = - Format( - main_Format_7_in_1, - main_Select_63_out_1, - main_Select_64_out_1 - ) [instance: 7, cache: 2]; - // - // node Receiver[155]: x = 210, y = 500, inputs = 1, label = background_color - // page group: image - // -main_Receiver_155_out_1[cache: 0] = background_color; - // - // node Image[6]: x = 0, y = 500, inputs = 49, label = Image - // input[1]: defaulting = 0, visible = 0, type = 67108863, value = "Image_6" - // input[4]: defaulting = 0, visible = 0, type = 1, value = 1 - // input[5]: defaulting = 0, visible = 0, type = 8, value = [0 0 0] - // input[6]: defaulting = 0, visible = 0, type = 8, value = [0 0 0] - // input[7]: defaulting = 0, visible = 0, type = 5, value = 0.00295548 - // input[8]: defaulting = 0, visible = 0, type = 1, value = 1439 - // input[9]: defaulting = 0, visible = 0, type = 5, value = 0.563933 - // input[10]: defaulting = 0, visible = 0, type = 8, value = [0 1 0] - // input[11]: defaulting = 1, visible = 0, type = 5, value = 30.0001 - // input[12]: defaulting = 0, visible = 0, type = 1, value = 0 - // input[14]: defaulting = 0, visible = 0, type = 1, value = 1 - // input[15]: defaulting = 1, visible = 0, type = 32, value = "none" - // input[16]: defaulting = 0, visible = 0, type = 32, value = "none" - // input[17]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[18]: defaulting = 1, visible = 0, type = 1, value = 1 - // input[19]: defaulting = 0, visible = 0, type = 1, value = 0 - // input[22]: defaulting = 1, visible = 1, type = 32, value = "black" - // input[25]: defaulting = 0, visible = 0, type = 32, value = "image60" - // input[26]: defaulting = 0, visible = 0, type = 32, value = "miff" - // input[29]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[37]: defaulting = 1, visible = 0, type = 16777248, value = {"green"} - // input[41]: defaulting = 0, visible = 0, type = 32, value = "panzoom" - // page group: image - // depth: value = 24 - // window: position = (0.2380,0.2658), size = 0.7568x0.7108, screen = 0 - // internal caching: 1 - // -main_Image_6_out_1[cache: 1], -main_Image_6_out_2[cache: 1], -main_Image_6_out_3[cache: 1] = - Image( - main_Image_6_in_1, - main_Collect_15_out_1, - main_Image_6_in_3, - main_Image_6_in_4, - main_Image_6_in_5, - main_Image_6_in_6, - main_Image_6_in_7, - main_Image_6_in_8, - main_Image_6_in_9, - main_Image_6_in_10, - main_Image_6_in_11, - main_Image_6_in_12, - main_Image_6_in_13, - main_Image_6_in_14, - main_Image_6_in_15, - main_Image_6_in_16, - main_Image_6_in_17, - main_Image_6_in_18, - main_Image_6_in_19, - main_Image_6_in_20, - main_Image_6_in_21, - main_Receiver_155_out_1, - main_Image_6_in_23, - main_Image_6_in_24, - main_Image_6_in_25, - main_Image_6_in_26, - main_Image_6_in_27, - main_Image_6_in_28, - main_Image_6_in_29, - main_Image_6_in_30, - main_Image_6_in_31, - main_Image_6_in_32, - main_Image_6_in_33, - main_Image_6_in_34, - main_Image_6_in_35, - main_Image_6_in_36, - main_Image_6_in_37, - main_Image_6_in_38, - main_Image_6_in_39, - main_Image_6_in_40, - main_Image_6_in_41, - main_Image_6_in_42, - main_Image_6_in_43, - main_Image_6_in_44, - main_Image_6_in_45, - main_Image_6_in_46, - main_Image_6_in_47, - main_Image_6_in_48, - main_Image_6_in_49 - ) [instance: 6, cache: 2]; - // - // node SelectorList[2]: x = 840, y = 430, inputs = 7, label = SelectorList - // input[1]: defaulting = 0, visible = 0, type = 32, value = "SelectorList_2" - // input[2]: defaulting = 0, visible = 0, type = 16777248, value = { "Read data" } - // input[3]: defaulting = 0, visible = 0, type = 16777248, value = { "Read data" } - // input[4]: defaulting = 0, visible = 1, type = 16777248, value = {"Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" } - // input[5]: defaulting = 0, visible = 0, type = 16777248, value = {"Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" } - // output[1]: visible = 1, type = 16777248, value = { "Read data" } - // output[2]: visible = 1, type = 16777248, value = { "Read data" } - // page group: Windows - // -main_SelectorList_2_out_1, -main_SelectorList_2_out_2 = - SelectorList( - main_SelectorList_2_in_1, - main_SelectorList_2_in_2, - main_SelectorList_2_in_3, - main_SelectorList_2_in_4, - main_SelectorList_2_in_5, - main_SelectorList_2_in_6, - main_SelectorList_2_in_7 - ) [instance: 2, cache: 2]; - // - // node ManageControlPanel[8]: x = 790, y = 630, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = { "Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" } - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_8_in_1, - main_SelectorList_2_out_1 - ) [instance: 8, cache: 2]; - // - // node Toggle[68]: x = 0, y = 870, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_68" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[294]: x = 70, y = 870, inputs = 1, label = openMapWindow_1 - // page group: scalVis_1 - // -openMapWindow_1 = main_Toggle_68_out_1; - // - // node Receiver[535]: x = 0, y = 0, inputs = 1, label = openMapWindow_1 - // page group: Windows - // -main_Receiver_535_out_1[cache: 0] = openMapWindow_1; - // - // node ManageControlPanel[9]: x = 0, y = 90, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Map plane 1"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_9_in_1, - main_Receiver_535_out_1 - ) [instance: 9, cache: 2]; - // - // node Toggle[69]: x = 0, y = 980, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_69" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[295]: x = 70, y = 980, inputs = 1, label = openColorWindow_1 - // page group: scalVis_1 - // -openColorWindow_1 = main_Toggle_69_out_1; - // - // node Receiver[536]: x = 0, y = 200, inputs = 1, label = openColorWindow_1 - // page group: Windows - // -main_Receiver_536_out_1[cache: 0] = openColorWindow_1; - // - // node ManageControlPanel[10]: x = 0, y = 290, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Color range 1"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_10_in_1, - main_Receiver_536_out_1 - ) [instance: 10, cache: 2]; - // - // node Toggle[70]: x = 0, y = 860, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_70" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[298]: x = 70, y = 860, inputs = 1, label = openMapWindow_2 - // page group: scalVis_2 - // -openMapWindow_2 = main_Toggle_70_out_1; - // - // node Receiver[537]: x = 260, y = 0, inputs = 1, label = openMapWindow_2 - // page group: Windows - // -main_Receiver_537_out_1[cache: 0] = openMapWindow_2; - // - // node ManageControlPanel[11]: x = 260, y = 90, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Map plane 2"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_11_in_1, - main_Receiver_537_out_1 - ) [instance: 11, cache: 2]; - // - // node Toggle[71]: x = 0, y = 950, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_71" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[299]: x = 70, y = 950, inputs = 1, label = openColorWindow_2 - // page group: scalVis_2 - // -openColorWindow_2 = main_Toggle_71_out_1; - // - // node Receiver[538]: x = 260, y = 200, inputs = 1, label = openColorWindow_2 - // page group: Windows - // -main_Receiver_538_out_1[cache: 0] = openColorWindow_2; - // - // node ManageControlPanel[12]: x = 260, y = 290, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Color range 2"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_12_in_1, - main_Receiver_538_out_1 - ) [instance: 12, cache: 2]; - // - // node Toggle[72]: x = 0, y = 990, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_72" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 0, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 0, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: glyph_sp - // toggle : 0 - // - // - // node Transmitter[300]: x = 80, y = 990, inputs = 1, label = openSprayColor - // page group: glyph_sp - // -openSprayColor = main_Toggle_72_out_1; - // - // node Receiver[668]: x = 810, y = 770, inputs = 1, label = openSprayColor - // page group: Windows - // -main_Receiver_668_out_1[cache: 0] = openSprayColor; - // - // node ManageControlPanel[13]: x = 810, y = 890, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Spray color range"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_13_in_1, - main_Receiver_668_out_1 - ) [instance: 13, cache: 2]; - // - // node ManageControlPanel[15]: x = 490, y = 930, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"DX File"} - // input[2]: defaulting = 1, visible = 1, type = 3, value = NULL - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_15_in_1, - main_Compute_105_out_1 - ) [instance: 15, cache: 2]; - // - // node Toggle[85]: x = 0, y = 1070, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_85" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_1 - // toggle : 0 - // - // - // node Transmitter[387]: x = 70, y = 1070, inputs = 1, label = openOptionsWindow_1 - // page group: scalVis_1 - // -openOptionsWindow_1 = main_Toggle_85_out_1; - // - // node Receiver[723]: x = 0, y = 390, inputs = 1, label = openOptionsWindow_1 - // page group: Windows - // -main_Receiver_723_out_1[cache: 0] = openOptionsWindow_1; - // - // node ManageControlPanel[16]: x = 0, y = 480, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Options 1"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_16_in_1, - main_Receiver_723_out_1 - ) [instance: 16, cache: 2]; - // - // node Toggle[86]: x = 0, y = 1030, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_86" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: scalVis_2 - // toggle : 0 - // - // - // node Transmitter[388]: x = 70, y = 1030, inputs = 1, label = openOptionsWindow_2 - // page group: scalVis_2 - // -openOptionsWindow_2 = main_Toggle_86_out_1; - // - // node Receiver[724]: x = 260, y = 390, inputs = 1, label = openOptionsWindow_2 - // page group: Windows - // -main_Receiver_724_out_1[cache: 0] = openOptionsWindow_2; - // - // node ManageControlPanel[17]: x = 260, y = 480, inputs = 2, label = ManageControlPanel - // input[1]: defaulting = 0, visible = 1, type = 16777248, value = {"Options 2"} - // input[2]: defaulting = 1, visible = 1, type = 16777248, value = {"Panel1" "Panel2"} - // page group: Windows - // - ManageControlPanel( - main_ManageControlPanel_17_in_1, - main_Receiver_724_out_1 - ) [instance: 17, cache: 2]; - // - // node Receiver[371]: x = 800, y = 50, inputs = 1, label = timeSpec - // page group: Windows - // -main_Receiver_371_out_1[cache: 0] = timeSpec; - // - // node Route[132]: x = 850, y = 160, inputs = 2, outputs = 3, label = Route - // input[2]: defaulting = 0, visible = 1, type = 67108863, value = 1 - // page group: Windows - // -main_Route_132_out_1[cache: 1], -main_Route_132_out_2[cache: 1], -main_Route_132_out_3[cache: 1] = - Route( - main_Receiver_371_out_1, - main_Route_132_in_2 - ) [instance: 132, cache: 2]; - // - // node ManageSequencer[1]: x = 790, y = 280, inputs = 1, label = ManageSequencer - // page group: Windows - // - ManageSequencer( - main_Route_132_out_3 - ) [instance: 1, cache: 2]; - // - // node Reset[5]: x = 500, y = 510, inputs = 6, label = Reset - // input[1]: defaulting = 0, visible = 0, type = 32, value = "main_Reset_5_out_1" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 0, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 0, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: Print - // toggle : 0 - // - // - // node Route[85]: x = 580, y = 600, inputs = 2, outputs = 2, label = Route - // page group: Print - // -main_Route_85_out_1[cache: 1], -main_Route_85_out_2[cache: 1] = - Route( - main_Reset_5_out_1, - main_Format_5_out_1 - ) [instance: 85, cache: 2]; - // - // node Print[7]: x = 610, y = 700, inputs = 3, label = Print - // page group: Print - // - Print( - main_Route_85_out_1, - main_Print_7_in_2, - main_Print_7_in_3 - ) [instance: 7, cache: 2]; - // - // node Print[15]: x = 1140, y = 440, inputs = 3, label = Print - // input[2]: defaulting = 0, visible = 1, type = 32, value = "rd" - // page group: graph - // - Print( - main_Format_2_out_1, - main_Print_15_in_2, - main_Print_15_in_3 - ) [instance: 15, cache: 2]; - // - // node Print[16]: x = 990, y = 1200, inputs = 3, label = Print - // input[2]: defaulting = 0, visible = 1, type = 32, value = "rd" - // page group: mesh - // - Print( - main_Format_7_out_1, - main_Print_16_in_2, - main_Print_16_in_3 - ) [instance: 16, cache: 2]; - // - // node Transmitter[123]: x = 120, y = 640, inputs = 1, label = camera - // page group: image - // -camera = main_Image_6_out_2; - // - // node Receiver[152]: x = 240, y = 10, inputs = 1, label = camera - // page group: Print - // -main_Receiver_152_out_1[cache: 0] = camera; - // - // node Transmitter[122]: x = 0, y = 640, inputs = 1, label = renderable - // page group: image - // -renderable = main_Image_6_out_1; - // - // node Receiver[153]: x = 120, y = 10, inputs = 1, label = renderable - // page group: Print - // -main_Receiver_153_out_1[cache: 0] = renderable; - // - // node Receiver[521]: x = 680, y = 50, inputs = 1, label = patchValues - // page group: Exclude - // -main_Receiver_521_out_1[cache: 0] = patchValues; - // - // node Receiver[524]: x = 780, y = 60, inputs = 1, label = patchIndexField - // page group: Exclude - // -main_Receiver_524_out_1[cache: 0] = patchIndexField; - // - // node Receiver[634]: x = 600, y = 120, inputs = 1, label = validPatchVals - // page group: Exclude - // -main_Receiver_634_out_1[cache: 0] = validPatchVals; - // - // node Reset[4]: x = 50, y = 200, inputs = 6, label = Reset - // input[1]: defaulting = 0, visible = 0, type = 32, value = "main_Reset_4_out_1" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 1 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 0, type = 29, value = 2 - // input[5]: defaulting = 1, visible = 0, type = 29, value = 1 - // output[1]: visible = 1, type = 29, value = 1 - // page group: Print - // toggle : 0 - // - // - // node Toggle[31]: x = 50, y = 100, inputs = 6, label = Toggle - // input[1]: defaulting = 0, visible = 0, type = 32, value = "Toggle_31" - // input[2]: defaulting = 0, visible = 0, type = 29, value = 0 - // input[3]: defaulting = 0, visible = 0, type = 3, value = 0 - // input[4]: defaulting = 1, visible = 1, type = 29, value = 1 - // input[5]: defaulting = 1, visible = 1, type = 29, value = 0 - // output[1]: visible = 1, type = 29, value = 0 - // page group: Print - // toggle : 0 - // - // - // node Route[37]: x = 110, y = 100, inputs = 2, outputs = 2, label = Route - // page group: Print - // -main_Route_37_out_1[cache: 1], -main_Route_37_out_2[cache: 1] = - Route( - main_Toggle_31_out_1, - main_Receiver_153_out_1 - ) [instance: 37, cache: 2]; - // - // node Switch[97]: x = 110, y = 200, inputs = 3, label = Switch - // page group: Print - // -main_Switch_97_out_1[cache: 1] = - Switch( - main_Reset_4_out_1, - main_Route_37_out_1, - main_Receiver_153_out_1 - ) [instance: 97, cache: 2]; - // - // node Render[6]: x = 130, y = 310, inputs = 3, label = Render - // page group: Print - // -main_Render_6_out_1[cache: 1] = - Render( - main_Switch_97_out_1, - main_Receiver_152_out_1, - main_Render_6_in_3 - ) [instance: 6, cache: 2]; - // - // node Route[191]: x = 710, y = 200, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_191_out_1[cache: 1], -main_Route_191_out_2[cache: 1] = - Route( - main_Receiver_634_out_1, - main_Receiver_521_out_1 - ) [instance: 191, cache: 2]; - // - // node Route[210]: x = 400, y = 830, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_210_out_1[cache: 1], -main_Route_210_out_2[cache: 1] = - Route( - main_Compute_101_out_1, - main_Receiver_648_out_1 - ) [instance: 210, cache: 2]; - // - // node Route[211]: x = 1100, y = 830, inputs = 2, outputs = 2, label = Route - // page group: Exclude - // -main_Route_211_out_1[cache: 1], -main_Route_211_out_2[cache: 1] = - Route( - main_Compute_103_out_1, - main_Receiver_639_out_1 - ) [instance: 211, cache: 2]; - // - // node System[1]: x = 540, y = 700, inputs = 1, label = System - // page group: Print - // - System( - main_Route_85_out_1 - ) [instance: 1, cache: 2]; - // - // node Transmitter[264]: x = 250, y = 450, inputs = 1, label = scaleName_sp - // page group: read_sp - // -scaleName_sp = main_Selector_105_out_2; - // - // node WriteImage[1]: x = 270, y = 450, inputs = 4, label = WriteImage - // input[2]: defaulting = 1, visible = 1, type = 32, value = "imAndPlot" - // input[3]: defaulting = 1, visible = 1, type = 32, value = "miff" - // page group: Print - // - WriteImage( - main_Render_6_out_1, - main_Format_1_out_1, - main_WriteImage_1_in_3, - main_WriteImage_1_in_4 - ) [instance: 1, cache: 2]; - // - // decorator Annotate pos=(90,940) size=328x44 style(Label), value = - // annotation user_begin: 85 - // annotation user: Selects field1 from given fieldnames - // annotation user: and route into different visualization pipelines - // annotation user_end: - // page group: readField - // - // decorator Annotate pos=(90,520) size=109x28 style(Label), value = - // annotation user_begin: 13 - // annotation user: Display image - // annotation user_end: - // page group: image - // - // decorator Annotate pos=(130,720) size=142x28 style(Label), value = - // annotation user_begin: 18 - // annotation user: Send to Print page - // annotation user_end: - // page group: image - // - // decorator Annotate pos=(970,500) size=170x44 style(Label), value = - // annotation user_begin: 42 - // annotation user: Write graph data to file - // annotation user: (select filename) - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(710,560) size=328x28 style(Label), value = - // annotation user_begin: 43 - // annotation user: Render graph and display in separate window - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(130,530) size=181x44 style(Label), value = - // annotation user_begin: 52 - // annotation user: Write main picture to file - // annotation user: (selected file, filetype) - // annotation user_end: - // page group: Print - // - // decorator Annotate pos=(60,900) size=237x28 style(Label), value = - // annotation user_begin: 32 - // annotation user: Background colors (for printing) - // annotation user_end: - // page group: Print - // - // decorator Annotate pos=(0,730) size=154x28 style(Label), value = - // annotation user_begin: 20 - // annotation user: Create sampling line - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(270,970) size=171x28 style(Label), value = - // annotation user_begin: 22 - // annotation user: Sample and create plot - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(670,490) size=114x28 style(Label), value = - // annotation user_begin: 14 - // annotation user: Add graph line - // annotation user_end: - // page group: image - // - // decorator Annotate pos=(510,780) size=259x28 style(Label), value = - // annotation user_begin: 35 - // annotation user: Run 'convert' to make case-anim.gif - // annotation user_end: - // page group: Print - // - // decorator Annotate pos=(410,370) size=236x44 style(Label), value = - // annotation user_begin: 62 - // annotation user: convert sampling positions into - // annotation user: positions along sampling line - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(400,280) size=254x28 style(Label), value = - // annotation user_begin: 31 - // annotation user: Remove samples outside geometry - // annotation user_end: - // page group: graph - // - // decorator Annotate pos=(80,880) size=431x28 style(Label), value = - // annotation user_begin: 61 - // annotation user: send mapField1 to scalar/vector/tensor visualization pipeline - // annotation user_end: - // page group: route - // - // decorator Annotate pos=(70,810) size=269x44 style(Label), value = - // annotation user_begin: 70 - // annotation user: create surface (plane or iso) and map - // annotation user: Optional: read in raw DX surface - // annotation user_end: - // page group: surfDef_1 - // - // decorator Annotate pos=(500,780) size=317x28 style(Label), value = - // annotation user_begin: 45 - // annotation user: Scalar visualization: rubbersheet or isolines - // annotation user_end: - // page group: scalVis_1 - // - // decorator Annotate pos=(440,200) size=176x28 style(Label), value = - // annotation user_begin: 25 - // annotation user: route cell or vertex data - // annotation user_end: - // page group: surfDef_1 - // - // decorator Annotate pos=(230,890) size=396x28 style(Label), value = - // annotation user_begin: 55 - // annotation user: Mesh visualization: bounding box, outline, grid,patches - // annotation user_end: - // page group: mesh - // - // decorator Annotate pos=(40,410) size=307x28 style(Label), value = - // annotation user_begin: 44 - // annotation user: Create starting point (Grid) for streamlines - // annotation user_end: - // page group: strmLine - // - // decorator Annotate pos=(950,680) size=159x28 style(Label), value = - // annotation user_begin: 20 - // annotation user: Generate streamlines - // annotation user_end: - // page group: strmLine - // - // decorator Annotate pos=(800,290) size=237x28 style(Label), value = - // annotation user_begin: 33 - // annotation user: manual/auto color limit selection - // annotation user_end: - // page group: color_1 - // - // decorator Annotate pos=(820,740) size=465x28 style(Label), value = - // annotation user_begin: 68 - // annotation user: if group (e.g. contour + isolines): colorbar based on first of group - // annotation user_end: - // page group: color_1 - // - // decorator Annotate pos=(680,590) size=160x28 style(Label), value = - // annotation user_begin: 20 - // annotation user: create plane and map - // annotation user_end: - // page group: surfDef_1 - // - // decorator Annotate pos=(1010,700) size=131x28 style(Label), value = - // annotation user_begin: 17 - // annotation user: create isosurface - // annotation user_end: - // page group: surfDef_1 - // - // decorator Annotate pos=(1290,480) size=140x28 style(Label), value = - // annotation user_begin: 19 - // annotation user: calc norm if vector - // annotation user_end: - // page group: surfDef_1 - // - // decorator Annotate pos=(770,280) size=188x44 style(Label), value = - // annotation user_begin: 43 - // annotation user: Input to graphing module - // annotation user: (has to be scalar) - // annotation user_end: - // page group: route - // - // decorator Annotate pos=(1010,280) size=197x44 style(Label), value = - // annotation user_begin: 45 - // annotation user: Input to streamline module - // annotation user: (has to be vector) - // annotation user_end: - // page group: route - // - // decorator Annotate pos=(0,820) size=203x28 style(Label), value = - // annotation user_begin: 25 - // annotation user: Obtains casename and root - // annotation user_end: - // page group: import - // - // decorator Annotate pos=(270,750) size=224x28 style(Label), value = - // annotation user_begin: 30 - // annotation user: Set database for case and time - // annotation user_end: - // page group: import - // - // decorator Annotate pos=(1020,400) size=251x44 style(Label), value = - // annotation user_begin: 69 - // annotation user: Mesh to use for mesh visualization - // annotation user: (static one if no times available) - // annotation user_end: - // page group: readField - // - // decorator Annotate pos=(770,350) size=256x28 style(Label), value = - // annotation user_begin: 33 - // annotation user: Open sequencer window if selected - // annotation user_end: - // page group: Windows - // - // decorator Annotate pos=(140,500) size=364x28 style(Label), value = - // annotation user_begin: 54 - // annotation user: Use cell,vertex or wall data in visualisation pipeline - // annotation user_end: - // page group: route - // - // decorator Annotate pos=(920,560) size=378x44 style(Label), value = - // annotation user_begin: 81 - // annotation user: Tensor visualization separate - // annotation user: (tensors cannot be autocolored(bug) or scaled(bug)) - // annotation user_end: - // page group: glyphVis_1 - // - // decorator Annotate pos=(680,760) size=332x60 style(Label), value = - // annotation user_begin: 81 - // annotation user: Glyph visualization: - // annotation user: - vectors - // annotation user: - scatter data (surface fields, lagrangian fields) - // annotation user_end: - // page group: glyphVis_1 - // - // decorator Annotate pos=(810,270) size=202x28 style(Label), value = - // annotation user_begin: 28 - // annotation user: manual color limit selection - // annotation user_end: - // page group: color_sp - // - // decorator Annotate pos=(820,760) size=465x28 style(Label), value = - // annotation user_begin: 68 - // annotation user: if group (e.g. contour + isolines): colorbar based on first of group - // annotation user_end: - // page group: color_sp - // - // decorator Annotate pos=(770,710) size=186x28 style(Label), value = - // annotation user_begin: 22 - // annotation user: Choose windows to open - // annotation user_end: - // page group: Windows - // - // decorator Annotate pos=(120,20) size=383x44 style(Label), value = - // annotation user_begin: 98 - // annotation user: droplets: color and scale with different fields - // annotation user: Done by replacing color components on scaled glyph - // annotation user_end: - // page group: glyph_sp - // - // decorator Annotate pos=(620,440) size=431x28 style(Label), value = - // annotation user_begin: 70 - // annotation user: Scale with - 1(if only positions, no data), - field, - log of field - // annotation user_end: - // page group: glyph_sp - // - // decorator Annotate pos=(860,820) size=292x28 style(Label), value = - // annotation user_begin: 45 - // annotation user: Color with: 1, field, log of field (not used) - // annotation user_end: - // page group: glyph_sp - // - // decorator Annotate pos=(360,910) size=284x28 style(Label), value = - // annotation user_begin: 41 - // annotation user: Read droplet fields: scale, color, vector - // annotation user_end: - // page group: read_sp - // - // decorator Annotate pos=(840,690) size=69x28 style(Label), value = - // annotation user_begin: 8 - // annotation user: Lighting - // annotation user_end: - // page group: image - // - // decorator Annotate pos=(260,720) size=217x44 style(Label), value = - // annotation user_begin: 55 - // annotation user: Note: min(glyph) can not be 0 - // annotation user: if scaled with log(field) - // annotation user_end: - // page group: glyph_sp - // - // decorator Annotate pos=(10,350) size=141x28 style(Label), value = - // annotation user_begin: 17 - // annotation user: select patchnames - // annotation user_end: - // page group: Exclude - // - // decorator Annotate pos=(280,540) size=170x28 style(Label), value = - // annotation user_begin: 21 - // annotation user: value by patch number - // annotation user_end: - // page group: Exclude - // - // decorator Annotate pos=(300,630) size=255x28 style(Label), value = - // annotation user_begin: 28 - // annotation user: EXCLUDE PATCHES TO VISUALIZE - // annotation user_end: - // page group: Exclude - // - // decorator Annotate pos=(70,640) size=126x28 style(Label), value = - // annotation user_begin: 17 - // annotation user: Put value as text - // annotation user_end: - // page group: subSetVis - // - // decorator Annotate pos=(400,450) size=242x28 style(Label), value = - // annotation user_begin: 33 - // annotation user: Colour cells with constant colour - // annotation user_end: - // page group: subSetVis - // - // decorator Annotate pos=(780,670) size=229x28 style(Label), value = - // annotation user_begin: 31 - // annotation user: Colour cells according to value - // annotation user_end: - // page group: subSetVis - // - // decorator Annotate pos=(1120,670) size=140x28 style(Label), value = - // annotation user_begin: 16 - // annotation user: Add bounding box - // annotation user_end: - // page group: subSetVis - // - // decorator Annotate pos=(400,390) size=198x28 style(Label), value = - // annotation user_begin: 28 - // annotation user: Use field1 or cellIndexField - // annotation user_end: - // page group: subSet - // - // decorator Annotate pos=(730,600) size=311x28 style(Label), value = - // annotation user_begin: 44 - // annotation user: exclude region -0.5 .. 0.5 around each value - // annotation user_end: - // page group: Exclude - // - // decorator Annotate pos=(490,820) size=306x28 style(Label), value = - // annotation user_begin: 40 - // annotation user: switch between vector glyphs and spheres - // annotation user_end: - // page group: subSet - // - // decorator Annotate pos=(320,1410) size=265x44 style(Label), value = - // annotation user_begin: 53 - // annotation user: Mesh dimensions. - // annotation user: tpyDim = 1/3 * (width+height+length) - // annotation user_end: - // page group: mesh - // - // decorator Annotate pos=(480,950) size=107x28 style(Label), value = - // annotation user_begin: 14 - // annotation user: Visualize rake - // annotation user_end: - // page group: strmLine - // - // decorator Annotate pos=(850,1280) size=346x28 style(Label), value = - // annotation user_begin: 49 - // annotation user: PIcking of boundary faces (just printing for now) - // annotation user_end: - // page group: mesh - // - // decorator Annotate pos=(1050,400) size=270x28 style(Label), value = - // annotation user_begin: 37 - // annotation user: Field used for determining colorscale - // annotation user_end: - // page group: color_1 - // - // decorator Annotate pos=(1040,370) size=270x28 style(Label), value = - // annotation user_begin: 37 - // annotation user: Field used for determining colorscale - // annotation user_end: - // page group: color_2 - // - // decorator Annotate pos=(360,1290) size=276x28 style(Label), value = - // annotation user_begin: 41 - // annotation user: Extract patch field (used in 'route' tab) - // annotation user_end: - // page group: Exclude - // - // decorator Annotate pos=(0,320) size=370x44 style(Label), value = - // annotation user_begin: 90 - // annotation user: Data according to cell/patch numbering. - // annotation user: Used in any display using patches (Field and Mesh) - // annotation user_end: - // page group: subSet - // - // decorator Annotate pos=(1040,450) size=246x76 style(Label), value = - // annotation user_begin: 76 - // annotation user: Choose time in one of three ways: - // annotation user: -select - // annotation user: -by timeIndex slider - // annotation user: -by sequencer - // annotation user_end: - // page group: import - // - // decorator Annotate pos=(850,810) size=221x28 style(Label), value = - // annotation user_begin: 29 - // annotation user: Time as index, value and name - // annotation user_end: - // page group: import - // - // decorator Annotate pos=(820,650) size=189x28 style(Label), value = - // annotation user_begin: 24 - // annotation user: Subset based on clipping - // annotation user_end: - // page group: subSet -// network: end of macro body -CacheScene(main_Image_6_in_1, main_Image_6_out_1, main_Image_6_out_2); -} -main_Scalar_52_in_1 = "Scalar_52"; -main_Scalar_52_in_2 = NULL; -main_Scalar_52_in_3 = 1.0 ; -main_Scalar_52_in_4 = NULL; -main_Scalar_52_in_5 = NULL; -main_Scalar_52_in_6 = NULL; -main_Scalar_52_in_7 = NULL; -main_Scalar_52_in_8 = NULL; -main_Scalar_52_in_9 = NULL; -main_Scalar_52_in_10 = NULL; -main_Scalar_52_in_11 = NULL; -main_Scalar_52_out_1 = 1.0 ; -main_Compute_33_in_1 = "$0*[ 1 , 1, 1]"; -main_Compute_33_in_3 = NULL; -main_Compute_33_out_1 = NULL; -main_AmbientLight_1_out_1 = NULL; -main_Toggle_42_in_1 = "Toggle_42"; -main_Toggle_42_in_2 = 2 ; -main_Toggle_42_in_3 = 0; -main_Toggle_42_in_4 = NULL; -main_Toggle_42_in_5 = 2 ; -main_Toggle_42_in_6 = NULL; -main_Toggle_42_out_1 = 2 ; -main_foamGetRoots_1_out_1 = NULL; -main_Inquire_8_in_2 = "is not null"; -main_Inquire_8_in_3 = NULL; -main_Inquire_8_out_1 = NULL; -main_Route_58_out_1 = NULL; -main_Selector_80_in_1 = "Selector_80"; -main_Selector_80_in_2 = "." ; -main_Selector_80_in_3 = 0 ; -main_Selector_80_in_5 = NULL; -main_Selector_80_in_6 = NULL; -main_Selector_80_in_7 = NULL; -main_Selector_80_out_1 = 0 ; -main_Select_4_in_3 = NULL; -main_Select_4_out_1 = NULL; -main_Transmitter_197_out_1 = NULL; -main_Receiver_5_out_1 = NULL; -main_Toggle_59_in_1 = "Toggle_59"; -main_Toggle_59_in_2 = 2 ; -main_Toggle_59_in_3 = 0; -main_Toggle_59_in_4 = NULL; -main_Toggle_59_in_5 = 2 ; -main_Toggle_59_in_6 = NULL; -main_Toggle_59_out_1 = 2 ; -main_foamGetCases_1_out_1 = NULL; -main_Inquire_7_in_2 = "is not null"; -main_Inquire_7_in_3 = NULL; -main_Inquire_7_out_1 = NULL; -main_Route_57_out_1 = NULL; -main_Selector_4_in_1 = "Selector_4"; -main_Selector_4_in_2 = "pipeInTank" ; -main_Selector_4_in_3 = 3 ; -main_Selector_4_in_5 = NULL; -main_Selector_4_in_6 = NULL; -main_Selector_4_in_7 = NULL; -main_Selector_4_out_1 = 3 ; -main_Select_5_in_3 = NULL; -main_Select_5_out_1 = NULL; -main_Route_117_out_1 = NULL; -main_Transmitter_172_out_1 = NULL; -main_Receiver_6_out_1 = NULL; -main_foamCreateDatabase_1_out_1 = NULL; -main_Transmitter_215_out_1 = NULL; -main_Receiver_364_out_1 = NULL; -main_Receiver_527_out_1 = NULL; -main_Reset_7_in_1 = "main_Reset_7_out_1"; -main_Reset_7_in_2 = 0; -main_Reset_7_in_3 = 0; -main_Reset_7_in_4 = NULL; -main_Reset_7_in_5 = NULL; -main_Reset_7_in_6 = NULL; -main_Reset_7_out_1 = 0; -main_Collect_68_out_1 = NULL; -main_foamGetTimes_1_out_1 = NULL; -main_foamGetTimes_1_out_2 = NULL; -main_Inquire_12_in_2 = "is not null"; -main_Inquire_12_in_3 = NULL; -main_Inquire_12_out_1 = NULL; -main_Route_123_out_1 = NULL; -main_Transmitter_212_out_1 = NULL; -main_Receiver_741_out_1 = NULL; -main_Selector_98_in_1 = "Selector_98"; -main_Selector_98_in_2 = "Select" ; -main_Selector_98_in_3 = 1 ; -main_Selector_98_in_4 = NULL; -main_Selector_98_in_5 = NULL; -main_Selector_98_in_6 = NULL; -main_Selector_98_in_7 = NULL; -main_Selector_98_out_1 = 1 ; -main_Transmitter_234_out_1 = NULL; -main_Receiver_742_out_1 = NULL; -main_Inquire_33_in_2 = "is not null"; -main_Inquire_33_in_3 = NULL; -main_Inquire_33_out_1 = NULL; -main_Route_127_out_1 = NULL; -main_Transmitter_213_out_1 = NULL; -main_Receiver_739_out_1 = NULL; -main_Selector_117_in_1 = "Selector_117"; -main_Selector_117_in_2 = "constant" ; -main_Selector_117_in_3 = 0 ; -main_Selector_117_in_5 = NULL; -main_Selector_117_in_6 = NULL; -main_Selector_117_in_7 = NULL; -main_Selector_117_out_1 = 0 ; -main_Inquire_80_in_2 = "count"; -main_Inquire_80_in_3 = NULL; -main_Inquire_80_out_1 = NULL; -main_Compute_107_in_1 = "$0 - 1"; -main_Compute_107_out_1 = NULL; -main_Integer_28_in_1 = "Integer_28"; -main_Integer_28_in_2 = NULL; -main_Integer_28_in_3 = 0 ; -main_Integer_28_in_4 = NULL; -main_Integer_28_in_5 = 0; -main_Integer_28_in_7 = NULL; -main_Integer_28_in_8 = NULL; -main_Integer_28_in_9 = NULL; -main_Integer_28_in_10 = NULL; -main_Integer_28_in_11 = NULL; -main_Integer_28_out_1 = 0 ; -main_Receiver_740_out_1 = NULL; -main_Route_221_out_3 = NULL; -main_Sequencer_1_in_1 = "Sequencer_1"; -main_Sequencer_1_in_2 = NULL; -main_Sequencer_1_in_3 = NULL; -main_Sequencer_1_in_4 = 0; -main_Sequencer_1_in_6 = NULL; -main_Sequencer_1_in_7 = { 0 16 1 0 16 1 }; -main_Sequencer_1_out_1 = NULL; - -@startframe = 0; -@nextframe = @startframe; -@endframe = 16; -@deltaframe = 1; -main_Switch_223_out_1 = NULL; -main_Select_67_in_3 = NULL; -main_Select_67_out_1 = NULL; -main_Transmitter_390_out_1 = NULL; -main_Receiver_9_out_1 = NULL; -main_foamReadMesh_1_out_1 = NULL; -main_foamReadMesh_1_out_2 = NULL; -main_foamChangeTime_1_out_1 = NULL; -main_foamChangeTime_1_out_2 = NULL; -main_foamChangeTime_1_out_3 = NULL; -main_foamChangeTime_1_out_4 = NULL; -main_Transmitter_216_out_1 = NULL; -main_Receiver_365_out_1 = NULL; -main_Selector_99_in_1 = "Selector_99"; -main_Selector_99_in_2 = "volScalarField" ; -main_Selector_99_in_3 = 0 ; -main_Selector_99_in_4 = {"volScalarField" "volVectorField" "volTensorField" "pointScalarField" "pointVectorField" "surfaceScalarField" "surfaceVectorField" "scalarField" "vectorField" "tetPointScalarField" "tetPointVectorField" "tetPointTensorField" }; -main_Selector_99_in_5 = NULL; -main_Selector_99_in_6 = NULL; -main_Selector_99_in_7 = NULL; -main_Selector_99_out_2 = "volScalarField" ; -main_foamGetFieldNames_5_out_1 = NULL; -main_Inquire_34_in_2 = "is not null"; -main_Inquire_34_in_3 = NULL; -main_Inquire_34_out_1 = NULL; -main_Route_130_out_1 = NULL; -main_Selector_6_in_1 = "Selector_6"; -main_Selector_6_in_2 = "p" ; -main_Selector_6_in_3 = 0 ; -main_Selector_6_in_5 = NULL; -main_Selector_6_in_6 = NULL; -main_Selector_6_in_7 = NULL; -main_Selector_6_out_1 = 0 ; -main_Selector_6_out_2 = "p" ; -main_Select_7_in_3 = NULL; -main_Select_7_out_1 = NULL; -main_Route_8_out_1 = NULL; -main_Transmitter_247_out_1 = NULL; -main_Receiver_390_out_1 = NULL; -main_Transmitter_203_out_1 = NULL; -main_Receiver_16_out_1 = NULL; -main_Transmitter_195_out_1 = NULL; -main_Receiver_14_out_1 = NULL; -main_Transmitter_249_out_1 = NULL; -main_Receiver_393_out_1 = NULL; -main_foamReadField_1_out_1 = NULL; -main_foamReadField_1_out_2 = NULL; -main_Inquire_40_in_2 = "is 3D connections"; -main_Inquire_40_in_3 = NULL; -main_Inquire_40_out_1 = NULL; -main_Route_138_out_1 = NULL; -main_Transmitter_192_out_1 = NULL; -main_Receiver_314_out_1 = NULL; -main_Inquire_26_in_2 = "is scalar"; -main_Inquire_26_in_3 = NULL; -main_Inquire_26_out_1 = NULL; -main_Route_111_out_1 = NULL; -main_Transmitter_191_out_1 = NULL; -main_Receiver_136_out_1 = NULL; -main_Mark_8_in_2 = "positions"; -main_Mark_8_out_1 = NULL; -main_Vector_10_in_1 = "Vector_10"; -main_Vector_10_in_3 = [ 0.050000001 0.097 0.01 ]; -main_Vector_10_in_4 = NULL; -main_Vector_10_in_5 = NULL; -main_Vector_10_in_6 = NULL; -main_Vector_10_in_7 = NULL; -main_Vector_10_in_8 = NULL; -main_Vector_10_in_9 = NULL; -main_Vector_10_in_10 = NULL; -main_Vector_10_in_11 = NULL; -main_Vector_10_out_1 = [ 0.050000001 0.097 0.01 ]; -main_Transmitter_210_out_1 = NULL; -main_Receiver_366_out_1 = NULL; -main_Compute_40_in_1 = "$0+1"; -main_Compute_40_in_3 = NULL; -main_Compute_40_out_1 = NULL; -main_Transmitter_211_out_1 = NULL; -main_Receiver_368_out_1 = NULL; -main_Receiver_367_out_1 = NULL; -main_Switch_167_out_1 = NULL; -main_Transmitter_233_out_1 = NULL; -main_Receiver_575_out_1 = NULL; -main_Extract_6_in_2 = "box"; -main_Extract_6_out_1 = NULL; -main_Select_61_in_2 = 0; -main_Select_61_in_3 = NULL; -main_Select_61_out_1 = NULL; -main_Select_62_in_2 = 7; -main_Select_62_in_3 = NULL; -main_Select_62_out_1 = NULL; -main_Compute_79_in_1 = "$1 - $0"; -main_Compute_79_out_1 = NULL; -main_Compute_80_in_1 = "-$0"; -main_Compute_80_in_3 = NULL; -main_Compute_80_out_1 = NULL; -main_Transmitter_315_out_1 = NULL; -main_Receiver_576_out_1 = NULL; -main_Transmitter_314_out_1 = NULL; -main_Receiver_577_out_1 = NULL; -main_Vector_11_in_1 = "Vector_11"; -main_Vector_11_in_2 = NULL; -main_Vector_11_in_3 = [ 0.05 0 0 ]; -main_Vector_11_in_4 = NULL; -main_Vector_11_in_7 = NULL; -main_Vector_11_in_8 = NULL; -main_Vector_11_in_9 = NULL; -main_Vector_11_in_10 = NULL; -main_Vector_11_in_11 = NULL; -main_Vector_11_out_1 = [ 0.05 0 0 ]; -main_Compute_84_in_1 = "(mag($0) == 0) ? 0 : 1"; -main_Compute_84_in_3 = NULL; -main_Compute_84_out_1 = NULL; -main_Route_196_out_1 = NULL; -main_Integer_19_in_1 = "Integer_19"; -main_Integer_19_in_2 = NULL; -main_Integer_19_in_3 = 201 ; -main_Integer_19_in_4 = NULL; -main_Integer_19_in_5 = NULL; -main_Integer_19_in_6 = NULL; -main_Integer_19_in_7 = NULL; -main_Integer_19_in_8 = NULL; -main_Integer_19_in_9 = NULL; -main_Integer_19_in_10 = NULL; -main_Integer_19_in_11 = NULL; -main_Integer_19_out_1 = 201 ; -main_Grid_1_in_2 = "line"; -main_Grid_1_out_1 = NULL; -main_Color_21_in_2 = "cyan"; -main_Color_21_in_3 = NULL; -main_Color_21_in_4 = NULL; -main_Color_21_in_5 = NULL; -main_Color_21_out_1 = NULL; -main_ShowConnections_2_out_1 = NULL; -main_Transmitter_99_out_1 = NULL; -main_Receiver_114_out_1 = NULL; -main_Toggle_29_in_1 = "Toggle_29"; -main_Toggle_29_in_2 = 0; -main_Toggle_29_in_3 = 0; -main_Toggle_29_in_4 = NULL; -main_Toggle_29_in_5 = NULL; -main_Toggle_29_in_6 = NULL; -main_Toggle_29_out_1 = 0; -main_Transmitter_182_out_1 = NULL; -main_Receiver_293_out_1 = NULL; -main_Receiver_126_out_1 = NULL; -main_Route_103_out_1 = NULL; -main_Map_1_in_3 = NULL; -main_Map_1_in_4 = NULL; -main_Map_1_out_1 = NULL; -main_Remove_2_in_2 = {"invalid positions", "invalid connections"}; -main_Remove_2_out_1 = NULL; -main_Mark_4_in_2 = "positions"; -main_Mark_4_out_1 = NULL; -main_Compute_12_in_1 = "dot($0,$1)/mag($1)"; -main_Compute_12_out_1 = NULL; -main_Unmark_2_in_2 = NULL; -main_Unmark_2_out_1 = NULL; -main_String_3_out_1 = "green"; -main_Color_20_in_3 = NULL; -main_Color_20_in_4 = NULL; -main_Color_20_in_5 = NULL; -main_Color_20_out_1 = NULL; -main_Transmitter_73_out_1 = NULL; -main_Receiver_116_out_1 = NULL; -main_Options_2_in_2 = "mark"; -main_Options_2_in_3 = "triangle"; -main_Options_2_in_4 = "mark every"; -main_Options_2_in_5 = 3; -main_Options_2_in_6 = "label"; -main_Options_2_in_8 = NULL; -main_Options_2_in_9 = NULL; -main_Options_2_out_1 = NULL; -main_StringList_15_out_1 = {"undep" "dep"}; -main_Integer_21_in_1 = "Integer_21"; -main_Integer_21_in_2 = NULL; -main_Integer_21_in_3 = 0 ; -main_Integer_21_in_4 = NULL; -main_Integer_21_in_5 = NULL; -main_Integer_21_in_6 = NULL; -main_Integer_21_in_7 = NULL; -main_Integer_21_in_8 = NULL; -main_Integer_21_in_9 = NULL; -main_Integer_21_in_10 = NULL; -main_Integer_21_in_11 = NULL; -main_Integer_21_out_1 = 0 ; -main_Integer_20_in_1 = "Integer_20"; -main_Integer_20_in_2 = NULL; -main_Integer_20_in_3 = 0 ; -main_Integer_20_in_4 = NULL; -main_Integer_20_in_5 = NULL; -main_Integer_20_in_6 = NULL; -main_Integer_20_in_7 = NULL; -main_Integer_20_in_8 = NULL; -main_Integer_20_in_9 = NULL; -main_Integer_20_in_10 = NULL; -main_Integer_20_in_11 = NULL; -main_Integer_20_out_1 = 0 ; -main_Toggle_48_in_1 = "Toggle_48"; -main_Toggle_48_in_2 = 1 ; -main_Toggle_48_in_3 = 0; -main_Toggle_48_in_4 = 2 ; -main_Toggle_48_in_5 = 1 ; -main_Toggle_48_in_6 = NULL; -main_Toggle_48_out_1 = 1 ; -main_Switch_101_in_2 = {"white"}; -main_Switch_101_in_3 = {"black"}; -main_Switch_101_out_1 = NULL; -main_Transmitter_125_out_1 = NULL; -main_Receiver_161_out_1 = NULL; -main_Plot_1_in_3 = NULL; -main_Plot_1_in_4 = NULL; -main_Plot_1_in_5 = NULL; -main_Plot_1_in_7 = NULL; -main_Plot_1_in_9 = NULL; -main_Plot_1_in_11 = NULL; -main_Plot_1_in_12 = NULL; -main_Plot_1_in_13 = NULL; -main_Plot_1_in_14 = NULL; -main_Plot_1_in_15 = NULL; -main_Plot_1_in_16 = NULL; -main_Plot_1_in_17 = NULL; -main_Plot_1_in_18 = NULL; -main_Plot_1_in_19 = NULL; -main_Plot_1_in_20 = NULL; -main_Plot_1_in_21 = NULL; -main_Plot_1_in_22 = NULL; -main_Plot_1_in_23 = NULL; -main_Plot_1_in_24 = NULL; -main_Plot_1_in_25 = NULL; -main_Plot_1_in_26 = NULL; -main_Plot_1_out_1 = NULL; -main_Transmitter_101_out_1 = NULL; -main_Receiver_124_out_1 = NULL; -main_Switch_100_in_2 = {"black"}; -main_Switch_100_in_3 = {"white"}; -main_Switch_100_out_1 = NULL; -main_Transmitter_124_out_1 = NULL; -main_Receiver_160_out_1 = NULL; -main_AutoCamera_3_in_2 = NULL; -main_AutoCamera_3_in_3 = NULL; -main_AutoCamera_3_in_4 = NULL; -main_AutoCamera_3_in_5 = NULL; -main_AutoCamera_3_in_6 = NULL; -main_AutoCamera_3_in_7 = NULL; -main_AutoCamera_3_in_8 = NULL; -main_AutoCamera_3_out_1 = NULL; -main_Compute_42_in_1 = "$0+1"; -main_Compute_42_in_3 = NULL; -main_Compute_42_out_1 = NULL; -main_Inquire_44_in_2 = "is not scalar"; -main_Inquire_44_in_3 = NULL; -main_Inquire_44_out_1 = NULL; -main_Switch_171_in_2 = 1; -main_Switch_171_out_1 = NULL; -main_Compute_51_in_1 = "$0+1"; -main_Compute_51_in_3 = NULL; -main_Compute_51_out_1 = NULL; -main_Transmitter_237_out_1 = NULL; -main_Receiver_179_out_1 = NULL; -main_Toggle_54_in_1 = "Toggle_54"; -main_Toggle_54_in_2 = 1; -main_Toggle_54_in_3 = 0; -main_Toggle_54_in_4 = NULL; -main_Toggle_54_in_5 = NULL; -main_Toggle_54_in_6 = NULL; -main_Toggle_54_out_1 = 1; -main_Transmitter_194_out_1 = NULL; -main_Receiver_324_out_1 = NULL; -main_Toggle_49_in_1 = "Toggle_49"; -main_Toggle_49_in_2 = 1; -main_Toggle_49_in_3 = 0; -main_Toggle_49_in_4 = NULL; -main_Toggle_49_in_5 = NULL; -main_Toggle_49_in_6 = NULL; -main_Toggle_49_out_1 = 1; -main_Transmitter_143_out_1 = NULL; -main_Receiver_209_out_1 = NULL; -main_Selector_29_in_1 = "Selector_29"; -main_Selector_29_in_2 = "off" ; -main_Selector_29_in_3 = 2 ; -main_Selector_29_in_4 = NULL; -main_Selector_29_in_5 = NULL; -main_Selector_29_in_6 = NULL; -main_Selector_29_in_7 = NULL; -main_Selector_29_out_1 = 2 ; -main_Transmitter_141_out_1 = NULL; -main_Receiver_203_out_1 = NULL; -main_Switch_114_in_3 = 2; -main_Switch_114_out_1 = NULL; -main_Receiver_208_out_1 = NULL; -main_Selector_70_in_1 = "Selector_70"; -main_Selector_70_in_2 = "contour" ; -main_Selector_70_in_3 = 1 ; -main_Selector_70_in_4 = NULL; -main_Selector_70_in_5 = NULL; -main_Selector_70_in_6 = NULL; -main_Selector_70_in_7 = NULL; -main_Selector_70_out_1 = 1 ; -main_Transmitter_140_out_1 = NULL; -main_Receiver_201_out_1 = NULL; -main_Toggle_52_in_1 = "Toggle_52"; -main_Toggle_52_in_2 = 1; -main_Toggle_52_in_3 = 0; -main_Toggle_52_in_4 = NULL; -main_Toggle_52_in_5 = NULL; -main_Toggle_52_in_6 = NULL; -main_Toggle_52_out_1 = 1; -main_Transmitter_173_out_1 = NULL; -main_Receiver_285_out_1 = NULL; -main_Toggle_83_in_1 = "Toggle_83"; -main_Toggle_83_in_2 = 1; -main_Toggle_83_in_3 = 0; -main_Toggle_83_in_4 = NULL; -main_Toggle_83_in_5 = NULL; -main_Toggle_83_in_6 = NULL; -main_Toggle_83_out_1 = 1; -main_Transmitter_384_out_1 = NULL; -main_Receiver_716_out_1 = NULL; -main_Selector_88_in_1 = "Selector_88"; -main_Selector_88_in_2 = "plane" ; -main_Selector_88_in_3 = 1 ; -main_Selector_88_in_4 = NULL; -main_Selector_88_in_5 = NULL; -main_Selector_88_in_6 = NULL; -main_Selector_88_in_7 = NULL; -main_Selector_88_out_1 = 1 ; -main_Transmitter_139_out_1 = NULL; -main_Receiver_281_out_1 = NULL; -main_Receiver_197_out_1 = NULL; -main_Receiver_316_out_1 = NULL; -main_Toggle_81_in_1 = "Toggle_81"; -main_Toggle_81_in_2 = 1 ; -main_Toggle_81_in_3 = 0; -main_Toggle_81_in_4 = 2 ; -main_Toggle_81_in_5 = 1 ; -main_Toggle_81_in_6 = NULL; -main_Toggle_81_out_1 = 1 ; -main_Transmitter_354_out_1 = NULL; -main_Receiver_635_out_1 = NULL; -main_Receiver_332_out_1 = NULL; -main_Receiver_333_out_1 = NULL; -main_Inquire_38_in_2 = "is not null"; -main_Inquire_38_in_3 = NULL; -main_Inquire_38_out_1 = NULL; -main_Route_135_out_1 = NULL; -main_Route_137_out_1 = NULL; -main_Transmitter_1_out_1 = NULL; -main_Receiver_334_out_1 = NULL; -main_Switch_156_out_1 = NULL; -main_Receiver_520_out_1 = NULL; -main_Extract_1_in_2 = "patchNames"; -main_Extract_1_out_1 = NULL; -main_SelectorList_1_in_1 = "SelectorList_1"; -main_SelectorList_1_in_2 = NULL; -main_SelectorList_1_in_3 = NULL; -main_SelectorList_1_in_5 = NULL; -main_SelectorList_1_in_6 = NULL; -main_SelectorList_1_in_7 = NULL; -main_SelectorList_1_out_1 = NULL; -main_Transmitter_290_out_1 = NULL; -main_Receiver_648_out_1 = NULL; -main_Inquire_75_in_2 = NULL; -main_Inquire_75_in_3 = NULL; -main_Inquire_75_out_1 = NULL; -main_Compute_101_in_1 = "$0+1"; -main_Compute_101_in_3 = NULL; -main_Compute_101_out_1 = NULL; -main_Receiver_565_out_1 = NULL; -main_Compute_70_in_1 = "$0+1"; -main_Compute_70_in_3 = NULL; -main_Compute_70_out_1 = NULL; -main_Transmitter_313_out_1 = NULL; -main_Receiver_567_out_1 = NULL; -main_Receiver_566_out_1 = NULL; -main_Switch_199_out_1 = NULL; -main_Transmitter_312_out_1 = NULL; -main_Receiver_540_out_1 = NULL; -main_Receiver_539_out_1 = NULL; -main_foamIndexCells_1_out_1 = NULL; -main_Transmitter_301_out_1 = NULL; -main_Receiver_645_out_1 = NULL; -main_Receiver_646_out_1 = NULL; -main_Transmitter_342_out_1 = NULL; -main_Receiver_647_out_1 = NULL; -main_Route_208_out_2 = NULL; -main_Replace_9_in_3 = NULL; -main_Replace_9_in_4 = "indices"; -main_Replace_9_out_1 = NULL; -main_Mark_13_in_2 = "indices"; -main_Mark_13_out_1 = NULL; -main_Include_4_in_2 = NULL; -main_Include_4_in_3 = -0.5; -main_Include_4_in_4 = 0; -main_Include_4_in_5 = NULL; -main_Include_4_in_6 = NULL; -main_Include_4_out_1 = NULL; -main_Compute_104_in_1 = "- $0- 1"; -main_Compute_104_in_3 = NULL; -main_Compute_104_out_1 = NULL; -main_Transmitter_347_out_1 = NULL; -main_Receiver_652_out_1 = NULL; -main_Switch_216_in_2 = NULL; -main_Switch_216_out_1 = NULL; -main_Unmark_3_in_2 = NULL; -main_Unmark_3_out_1 = NULL; -main_Inquire_77_in_2 = "is not null"; -main_Inquire_77_in_3 = NULL; -main_Inquire_77_out_1 = NULL; -main_Route_206_out_1 = NULL; -main_Transmitter_348_out_1 = NULL; -main_Receiver_636_out_1 = NULL; -main_Switch_211_out_1 = NULL; -main_Transmitter_198_out_1 = NULL; -main_Receiver_653_out_1 = NULL; -main_Route_68_out_1 = NULL; -main_Receiver_132_out_1 = NULL; -main_Mark_5_in_2 = "positions"; -main_Mark_5_out_1 = NULL; -main_Vector_8_in_1 = "Vector_8"; -main_Vector_8_in_3 = [0.015000004 0.050000001 0 ]; -main_Vector_8_in_4 = NULL; -main_Vector_8_in_5 = NULL; -main_Vector_8_in_6 = NULL; -main_Vector_8_in_7 = NULL; -main_Vector_8_in_8 = NULL; -main_Vector_8_in_9 = NULL; -main_Vector_8_in_10 = NULL; -main_Vector_8_in_11 = NULL; -main_Vector_8_out_1 = [0.015000004 0.050000001 0 ]; -main_Transmitter_318_out_1 = NULL; -main_Receiver_133_out_1 = NULL; -main_Vector_4_in_1 = "Vector_4"; -main_Vector_4_in_2 = NULL; -main_Vector_4_in_3 = [ 0 0 1 ]; -main_Vector_4_in_4 = NULL; -main_Vector_4_in_5 = NULL; -main_Vector_4_in_6 = NULL; -main_Vector_4_in_7 = NULL; -main_Vector_4_in_8 = NULL; -main_Vector_4_in_9 = NULL; -main_Vector_4_in_10 = NULL; -main_Vector_4_in_11 = NULL; -main_Vector_4_out_1 = [ 0 0 1 ]; -main_Compute_81_in_1 = "(mag($0) == 0.0) ? 0 : 1"; -main_Compute_81_in_3 = NULL; -main_Compute_81_out_1 = NULL; -main_Route_193_out_1 = NULL; -main_Transmitter_30_out_1 = NULL; -main_Receiver_87_out_1 = NULL; -main_MapToPlane_19_out_1 = NULL; -main_Transmitter_183_out_1 = NULL; -main_Receiver_294_out_1 = NULL; -main_Selector_87_in_1 = "Selector_87"; -main_Selector_87_in_2 = "by number of C" ; -main_Selector_87_in_3 = 1 ; -main_Selector_87_in_4 = NULL; -main_Selector_87_in_5 = NULL; -main_Selector_87_in_6 = NULL; -main_Selector_87_in_7 = NULL; -main_Selector_87_out_1 = 1 ; -main_Transmitter_138_out_1 = NULL; -main_Receiver_196_out_1 = NULL; -main_Receiver_193_out_1 = NULL; -main_Receiver_194_out_1 = NULL; -main_Receiver_317_out_1 = NULL; -main_Toggle_43_in_1 = "Toggle_43"; -main_Toggle_43_in_2 = 2 ; -main_Toggle_43_in_3 = 0; -main_Toggle_43_in_4 = NULL; -main_Toggle_43_in_5 = 2 ; -main_Toggle_43_in_6 = NULL; -main_Toggle_43_out_1 = 2 ; -main_Receiver_369_out_1 = NULL; -main_Receiver_370_out_1 = NULL; -main_Selector_100_in_1 = "Selector_100"; -main_Selector_100_in_2 = "volScalarField" ; -main_Selector_100_in_3 = 0 ; -main_Selector_100_in_4 = {"volScalarField" "volVectorField" "volTensorField" "pointScalarField" "pointVectorField" "surfaceScalarField" "surfaceVectorField" "scalarField" "vectorField" "tetPointScalarField" "tetPointVectorField" "tetPointTensorField" }; -main_Selector_100_in_5 = NULL; -main_Selector_100_in_6 = NULL; -main_Selector_100_in_7 = NULL; -main_Selector_100_out_2 = "volScalarField" ; -main_foamGetFieldNames_6_out_1 = NULL; -main_Inquire_35_in_2 = "is not null"; -main_Inquire_35_in_3 = NULL; -main_Inquire_35_out_1 = NULL; -main_Route_131_out_1 = NULL; -main_Selector_84_in_1 = "Selector_84"; -main_Selector_84_in_2 = "p" ; -main_Selector_84_in_3 = 0 ; -main_Selector_84_in_5 = NULL; -main_Selector_84_in_6 = NULL; -main_Selector_84_in_7 = NULL; -main_Selector_84_out_1 = 0 ; -main_Selector_84_out_2 = "p" ; -main_Select_37_in_3 = NULL; -main_Select_37_out_1 = NULL; -main_Route_51_out_1 = NULL; -main_Transmitter_248_out_1 = NULL; -main_Receiver_391_out_1 = NULL; -main_Receiver_19_out_1 = NULL; -main_Receiver_17_out_1 = NULL; -main_Receiver_394_out_1 = NULL; -main_foamReadField_2_out_1 = NULL; -main_foamReadField_2_out_2 = NULL; -main_Inquire_41_in_2 = "is 3D connections"; -main_Inquire_41_in_3 = NULL; -main_Inquire_41_out_1 = NULL; -main_Route_140_out_1 = NULL; -main_Transmitter_193_out_1 = NULL; -main_Receiver_280_out_1 = NULL; -main_Route_95_out_3 = NULL; -main_Switch_143_in_2 = NULL; -main_Switch_143_out_1 = NULL; -main_Transmitter_181_out_1 = NULL; -main_Receiver_289_out_1 = NULL; -main_Inquire_24_in_2 = "is vector"; -main_Inquire_24_in_3 = NULL; -main_Inquire_24_out_1 = NULL; -main_Compute_25_in_1 = "$0+1"; -main_Compute_25_in_3 = NULL; -main_Compute_25_out_1 = NULL; -main_Route_102_out_1 = NULL; -main_Route_102_out_2 = NULL; -main_Compute_26_in_1 = "mag($0)"; -main_Compute_26_in_3 = NULL; -main_Compute_26_out_1 = NULL; -main_Switch_145_out_1 = NULL; -main_Transmitter_180_out_1 = NULL; -main_Receiver_291_out_1 = NULL; -main_Route_63_out_1 = NULL; -main_Route_63_out_2 = NULL; -main_Integer_4_in_1 = "Integer_4"; -main_Integer_4_in_2 = NULL; -main_Integer_4_in_3 = 10 ; -main_Integer_4_in_4 = NULL; -main_Integer_4_in_5 = NULL; -main_Integer_4_in_6 = NULL; -main_Integer_4_in_7 = NULL; -main_Integer_4_in_8 = NULL; -main_Integer_4_in_9 = NULL; -main_Integer_4_in_10 = NULL; -main_Integer_4_in_11 = NULL; -main_Integer_4_out_1 = 10 ; -main_Transmitter_29_out_1 = NULL; -main_Receiver_174_out_1 = NULL; -main_Isosurface_22_in_2 = NULL; -main_Isosurface_22_in_4 = NULL; -main_Isosurface_22_in_5 = NULL; -main_Isosurface_22_in_6 = NULL; -main_Isosurface_22_out_1 = NULL; -main_Scalar_15_in_1 = "Scalar_15"; -main_Scalar_15_in_2 = NULL; -main_Scalar_15_in_3 = 0.008 ; -main_Scalar_15_in_4 = NULL; -main_Scalar_15_in_5 = NULL; -main_Scalar_15_in_6 = NULL; -main_Scalar_15_in_7 = NULL; -main_Scalar_15_in_8 = NULL; -main_Scalar_15_in_9 = NULL; -main_Scalar_15_in_10 = NULL; -main_Scalar_15_in_11 = NULL; -main_Scalar_15_out_1 = 0.008 ; -main_Transmitter_31_out_1 = NULL; -main_Receiver_97_out_1 = NULL; -main_Isosurface_17_in_3 = 3; -main_Isosurface_17_in_4 = NULL; -main_Isosurface_17_in_5 = NULL; -main_Isosurface_17_in_6 = NULL; -main_Isosurface_17_out_1 = NULL; -main_Switch_107_out_1 = NULL; -main_Transmitter_184_out_1 = NULL; -main_Receiver_295_out_1 = NULL; -main_Switch_108_out_1 = NULL; -main_Route_94_out_1 = NULL; -main_Route_94_out_2 = NULL; -main_Route_94_out_3 = NULL; -main_Receiver_195_out_1 = NULL; -main_Map_4_in_3 = NULL; -main_Map_4_in_4 = NULL; -main_Map_4_out_1 = NULL; -main_Switch_109_out_1 = NULL; -main_FileSelector_1_out_1 = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/U.dx"; -main_Transmitter_362_out_1 = NULL; -main_Receiver_679_out_1 = NULL; -main_Import_1_in_2 = NULL; -main_Import_1_in_3 = "dx"; -main_Import_1_in_4 = NULL; -main_Import_1_in_5 = NULL; -main_Import_1_in_6 = NULL; -main_Import_1_out_1 = NULL; -main_Switch_220_out_1 = NULL; -main_Route_97_out_1 = NULL; -main_Transmitter_164_out_1 = NULL; -main_Receiver_79_out_1 = NULL; -main_Inquire_2_in_2 = "is scalar"; -main_Inquire_2_in_3 = NULL; -main_Inquire_2_out_1 = NULL; -main_Route_27_out_1 = NULL; -main_Transmitter_127_out_1 = NULL; -main_Receiver_80_out_1 = NULL; -main_Route_10_out_1 = NULL; -main_Route_10_out_2 = NULL; -main_Scalar_19_in_1 = "Scalar_19"; -main_Scalar_19_in_2 = NULL; -main_Scalar_19_in_3 = 0.1 ; -main_Scalar_19_in_4 = NULL; -main_Scalar_19_in_5 = NULL; -main_Scalar_19_in_6 = NULL; -main_Scalar_19_in_7 = NULL; -main_Scalar_19_in_8 = NULL; -main_Scalar_19_in_9 = NULL; -main_Scalar_19_in_10 = NULL; -main_Scalar_19_in_11 = NULL; -main_Scalar_19_out_1 = 0.1 ; -main_Transmitter_42_out_1 = NULL; -main_Receiver_170_out_1 = NULL; -main_RubberSheet_8_in_3 = NULL; -main_RubberSheet_8_in_4 = NULL; -main_RubberSheet_8_out_1 = NULL; -main_Switch_106_out_1 = NULL; -main_Route_69_out_1 = NULL; -main_Receiver_198_out_1 = NULL; -main_Route_66_out_1 = NULL; -main_Route_66_out_2 = NULL; -main_Receiver_200_out_1 = NULL; -main_Isosurface_24_in_2 = NULL; -main_Isosurface_24_in_4 = NULL; -main_Isosurface_24_in_5 = NULL; -main_Isosurface_24_in_6 = NULL; -main_Isosurface_24_out_1 = NULL; -main_Receiver_199_out_1 = NULL; -main_Isosurface_23_in_3 = 3; -main_Isosurface_23_in_4 = NULL; -main_Isosurface_23_in_5 = NULL; -main_Isosurface_23_in_6 = NULL; -main_Isosurface_23_out_1 = NULL; -main_Switch_110_out_1 = NULL; -main_Transmitter_147_out_1 = NULL; -main_Receiver_212_out_1 = NULL; -main_Collect_60_out_1 = NULL; -main_Switch_111_out_1 = NULL; -main_Receiver_327_out_1 = NULL; -main_Switch_153_out_1 = NULL; -main_Transmitter_137_out_1 = NULL; -main_Receiver_192_out_1 = NULL; -main_Toggle_44_in_1 = "Toggle_44"; -main_Toggle_44_in_2 = 1; -main_Toggle_44_in_3 = 0; -main_Toggle_44_in_4 = NULL; -main_Toggle_44_in_5 = NULL; -main_Toggle_44_in_6 = NULL; -main_Toggle_44_out_1 = 1; -main_Receiver_323_out_1 = NULL; -main_Inquire_1_in_2 = "is vector"; -main_Inquire_1_in_3 = NULL; -main_Inquire_1_out_1 = NULL; -main_Route_4_out_1 = NULL; -main_Transmitter_126_out_1 = NULL; -main_Receiver_70_out_1 = NULL; -main_Receiver_322_out_1 = NULL; -main_Inquire_36_in_2 = "is vector"; -main_Inquire_36_in_3 = NULL; -main_Inquire_36_out_1 = NULL; -main_Route_133_out_1 = NULL; -main_Switch_152_out_1 = NULL; -main_Route_142_out_1 = NULL; -main_Transmitter_236_out_1 = NULL; -main_Receiver_374_out_1 = NULL; -main_Inquire_42_in_2 = "is not null"; -main_Inquire_42_in_3 = NULL; -main_Inquire_42_out_1 = NULL; -main_Route_143_out_1 = NULL; -main_Collect_65_out_1 = NULL; -main_Integer_22_in_1 = "Integer_22"; -main_Integer_22_in_2 = NULL; -main_Integer_22_in_3 = 100 ; -main_Integer_22_in_4 = NULL; -main_Integer_22_in_5 = NULL; -main_Integer_22_in_6 = NULL; -main_Integer_22_in_7 = NULL; -main_Integer_22_in_8 = NULL; -main_Integer_22_in_9 = NULL; -main_Integer_22_in_10 = NULL; -main_Integer_22_in_11 = NULL; -main_Integer_22_out_1 = 100 ; -main_Sample_1_out_1 = NULL; -main_Switch_92_out_1 = NULL; -main_Transmitter_256_out_1 = NULL; -main_Receiver_432_out_1 = NULL; -main_StringList_11_out_1 = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" }; -main_Selector_58_in_1 = "Selector_58"; -main_Selector_58_in_2 = "arrow2D" ; -main_Selector_58_in_3 = 3 ; -main_Selector_58_in_5 = NULL; -main_Selector_58_in_6 = NULL; -main_Selector_58_in_7 = NULL; -main_Selector_58_out_1 = 3 ; -main_Select_45_in_3 = NULL; -main_Select_45_out_1 = NULL; -main_Scalar_32_in_1 = "Scalar_32"; -main_Scalar_32_in_2 = NULL; -main_Scalar_32_in_3 = 0.01 ; -main_Scalar_32_in_4 = NULL; -main_Scalar_32_in_5 = 1e-10; -main_Scalar_32_in_6 = NULL; -main_Scalar_32_in_7 = NULL; -main_Scalar_32_in_8 = NULL; -main_Scalar_32_in_9 = NULL; -main_Scalar_32_in_10 = NULL; -main_Scalar_32_in_11 = NULL; -main_Scalar_32_out_1 = 0.01 ; -main_Glyph_17_in_3 = 0.5; -main_Glyph_17_in_5 = 0.0; -main_Glyph_17_in_6 = 0.0; -main_Glyph_17_in_7 = NULL; -main_Glyph_17_out_1 = NULL; -main_Transmitter_130_out_1 = NULL; -main_Receiver_205_out_1 = NULL; -main_Switch_103_out_1 = NULL; -main_Scalar_16_in_1 = "Scalar_16"; -main_Scalar_16_in_2 = NULL; -main_Scalar_16_in_3 = 1.0 ; -main_Scalar_16_in_4 = NULL; -main_Scalar_16_in_5 = NULL; -main_Scalar_16_in_6 = NULL; -main_Scalar_16_in_7 = NULL; -main_Scalar_16_in_8 = NULL; -main_Scalar_16_in_9 = NULL; -main_Scalar_16_in_10 = NULL; -main_Scalar_16_in_11 = NULL; -main_Scalar_16_out_1 = 1.0 ; -main_Transmitter_32_out_1 = NULL; -main_Receiver_105_out_1 = NULL; -main_Toggle_26_in_1 = "Toggle_26"; -main_Toggle_26_in_2 = 2; -main_Toggle_26_in_3 = 0; -main_Toggle_26_in_4 = NULL; -main_Toggle_26_in_5 = NULL; -main_Toggle_26_in_6 = NULL; -main_Toggle_26_out_1 = 2; -main_Scalar_44_in_1 = "Scalar_44"; -main_Scalar_44_in_2 = NULL; -main_Scalar_44_in_3 = -10.0 ; -main_Scalar_44_in_4 = NULL; -main_Scalar_44_in_5 = NULL; -main_Scalar_44_in_6 = NULL; -main_Scalar_44_in_7 = NULL; -main_Scalar_44_in_8 = NULL; -main_Scalar_44_in_9 = NULL; -main_Scalar_44_in_10 = NULL; -main_Scalar_44_in_11 = NULL; -main_Scalar_44_out_1 = -10.0 ; -main_Transmitter_336_out_1 = NULL; -main_Receiver_621_out_1 = NULL; -main_Inquire_73_in_2 = "is 3D connections"; -main_Inquire_73_in_3 = NULL; -main_Inquire_73_out_1 = NULL; -main_Compute_97_in_1 = "$0+1"; -main_Compute_97_in_3 = NULL; -main_Compute_97_out_1 = NULL; -main_Receiver_615_out_1 = NULL; -main_Receiver_614_out_1 = NULL; -main_Switch_207_out_1 = NULL; -main_Transmitter_334_out_1 = NULL; -main_Receiver_616_out_1 = NULL; -main_Switch_87_out_1 = NULL; -main_Scalar_43_in_1 = "Scalar_43"; -main_Scalar_43_in_2 = NULL; -main_Scalar_43_in_3 = 10.0 ; -main_Scalar_43_in_4 = NULL; -main_Scalar_43_in_5 = NULL; -main_Scalar_43_in_6 = NULL; -main_Scalar_43_in_7 = NULL; -main_Scalar_43_in_8 = NULL; -main_Scalar_43_in_9 = NULL; -main_Scalar_43_in_10 = NULL; -main_Scalar_43_in_11 = NULL; -main_Scalar_43_out_1 = 10.0 ; -main_Switch_86_out_1 = NULL; -main_AutoColor_27_in_3 = NULL; -main_AutoColor_27_in_4 = NULL; -main_AutoColor_27_in_5 = NULL; -main_AutoColor_27_in_6 = NULL; -main_AutoColor_27_in_9 = NULL; -main_AutoColor_27_in_10 = NULL; -main_AutoColor_27_out_1 = NULL; -main_AutoColor_27_out_2 = NULL; -main_Receiver_338_out_1 = NULL; -main_Inquire_27_in_2 = "is vector"; -main_Inquire_27_in_3 = NULL; -main_Inquire_27_out_1 = NULL; -main_Route_113_out_1 = NULL; -main_Transmitter_200_out_1 = NULL; -main_Receiver_143_out_1 = NULL; -main_Toggle_32_in_1 = "Toggle_32"; -main_Toggle_32_in_2 = 2; -main_Toggle_32_in_3 = 0; -main_Toggle_32_in_4 = NULL; -main_Toggle_32_in_5 = NULL; -main_Toggle_32_in_6 = NULL; -main_Toggle_32_out_1 = 2; -main_Transmitter_330_out_1 = NULL; -main_Receiver_609_out_1 = NULL; -main_Transmitter_319_out_1 = NULL; -main_Receiver_580_out_1 = NULL; -main_Transmitter_320_out_1 = NULL; -main_Receiver_581_out_1 = NULL; -main_Vector_12_in_1 = "Vector_12"; -main_Vector_12_in_2 = NULL; -main_Vector_12_in_3 = [-0.44999999 0.20000002 0 ]; -main_Vector_12_in_4 = NULL; -main_Vector_12_in_7 = NULL; -main_Vector_12_in_8 = NULL; -main_Vector_12_in_9 = NULL; -main_Vector_12_in_10 = NULL; -main_Vector_12_in_11 = NULL; -main_Vector_12_out_1 = [-0.44999999 0.20000002 0 ]; -main_Receiver_610_out_1 = NULL; -main_Toggle_34_in_1 = "Toggle_34"; -main_Toggle_34_in_2 = 0; -main_Toggle_34_in_3 = 0; -main_Toggle_34_in_4 = NULL; -main_Toggle_34_in_5 = NULL; -main_Toggle_34_in_6 = NULL; -main_Toggle_34_out_1 = 0; -main_Transmitter_329_out_1 = NULL; -main_Receiver_611_out_1 = NULL; -main_Compute_95_in_1 = "($0 == 1) || ($1 == 1) ? 2 : 1"; -main_Compute_95_out_1 = NULL; -main_Transmitter_331_out_1 = NULL; -main_Receiver_612_out_1 = NULL; -main_Route_200_in_2 = {"rectangle"}; -main_Route_200_out_2 = NULL; -main_Receiver_569_out_1 = NULL; -main_Receiver_568_out_1 = NULL; -main_VectorList_1_in_1 = "VectorList_1"; -main_VectorList_1_in_2 = NULL; -main_VectorList_1_in_3 = {[0.005 0 0 ] [0 0.005 0] }; -main_VectorList_1_in_4 = NULL; -main_VectorList_1_in_7 = NULL; -main_VectorList_1_in_8 = NULL; -main_VectorList_1_in_9 = NULL; -main_VectorList_1_in_10 = NULL; -main_VectorList_1_in_11 = NULL; -main_VectorList_1_out_1 = {[0.005 0 0 ] [0 0.005 0] }; -main_IntegerList_1_in_1 = "IntegerList_1"; -main_IntegerList_1_in_2 = NULL; -main_IntegerList_1_in_3 = {1,1}; -main_IntegerList_1_in_4 = NULL; -main_IntegerList_1_in_5 = NULL; -main_IntegerList_1_in_6 = NULL; -main_IntegerList_1_in_7 = NULL; -main_IntegerList_1_in_8 = NULL; -main_IntegerList_1_in_9 = NULL; -main_IntegerList_1_in_10 = NULL; -main_IntegerList_1_in_11 = NULL; -main_IntegerList_1_out_1 = {1,1}; -main_Grid_4_out_1 = NULL; -main_Transmitter_111_out_1 = NULL; -main_Receiver_138_out_1 = NULL; -main_Route_43_out_1 = NULL; -main_Scalar_45_in_1 = "Scalar_45"; -main_Scalar_45_in_2 = NULL; -main_Scalar_45_in_3 = 1.0 ; -main_Scalar_45_in_4 = NULL; -main_Scalar_45_in_5 = NULL; -main_Scalar_45_in_6 = NULL; -main_Scalar_45_in_7 = NULL; -main_Scalar_45_in_8 = NULL; -main_Scalar_45_in_9 = NULL; -main_Scalar_45_in_10 = NULL; -main_Scalar_45_in_11 = NULL; -main_Scalar_45_out_1 = 1.0 ; -main_Toggle_33_in_1 = "Toggle_33"; -main_Toggle_33_in_2 = 0; -main_Toggle_33_in_3 = 0; -main_Toggle_33_in_4 = NULL; -main_Toggle_33_in_5 = NULL; -main_Toggle_33_in_6 = NULL; -main_Toggle_33_out_1 = 0; -main_Scalar_71_in_1 = "Scalar_71"; -main_Scalar_71_in_2 = NULL; -main_Scalar_71_in_3 = 0.2 ; -main_Scalar_71_in_4 = NULL; -main_Scalar_71_in_5 = NULL; -main_Scalar_71_in_6 = NULL; -main_Scalar_71_in_7 = NULL; -main_Scalar_71_in_8 = NULL; -main_Scalar_71_in_9 = NULL; -main_Scalar_71_in_10 = NULL; -main_Scalar_71_in_11 = NULL; -main_Scalar_71_out_1 = 0.2 ; -main_Streamline_1_in_3 = NULL; -main_Streamline_1_in_5 = NULL; -main_Streamline_1_out_1 = NULL; -main_AutoColor_31_in_2 = NULL; -main_AutoColor_31_in_3 = NULL; -main_AutoColor_31_in_4 = NULL; -main_AutoColor_31_in_5 = NULL; -main_AutoColor_31_in_6 = NULL; -main_AutoColor_31_in_8 = NULL; -main_AutoColor_31_in_9 = NULL; -main_AutoColor_31_in_10 = NULL; -main_AutoColor_31_out_1 = NULL; -main_Compute_41_in_1 = "$0+1"; -main_Compute_41_in_3 = NULL; -main_Compute_41_out_1 = NULL; -main_Inquire_45_in_2 = "is not scalar"; -main_Inquire_45_in_3 = NULL; -main_Inquire_45_out_1 = NULL; -main_Switch_172_in_2 = 1; -main_Switch_172_out_1 = NULL; -main_Compute_52_in_1 = "$0+1"; -main_Compute_52_in_3 = NULL; -main_Compute_52_out_1 = NULL; -main_Transmitter_238_out_1 = NULL; -main_Receiver_213_out_1 = NULL; -main_Toggle_55_in_1 = "Toggle_55"; -main_Toggle_55_in_2 = 1; -main_Toggle_55_in_3 = 0; -main_Toggle_55_in_4 = NULL; -main_Toggle_55_in_5 = NULL; -main_Toggle_55_in_6 = NULL; -main_Toggle_55_out_1 = 1; -main_Transmitter_196_out_1 = NULL; -main_Receiver_328_out_1 = NULL; -main_Toggle_50_in_1 = "Toggle_50"; -main_Toggle_50_in_2 = 1; -main_Toggle_50_in_3 = 0; -main_Toggle_50_in_4 = NULL; -main_Toggle_50_in_5 = NULL; -main_Toggle_50_in_6 = NULL; -main_Toggle_50_out_1 = 1; -main_Transmitter_155_out_1 = NULL; -main_Receiver_234_out_1 = NULL; -main_Selector_72_in_1 = "Selector_72"; -main_Selector_72_in_2 = "off" ; -main_Selector_72_in_3 = 2 ; -main_Selector_72_in_4 = NULL; -main_Selector_72_in_5 = NULL; -main_Selector_72_in_6 = NULL; -main_Selector_72_in_7 = NULL; -main_Selector_72_out_1 = 2 ; -main_Transmitter_153_out_1 = NULL; -main_Receiver_233_out_1 = NULL; -main_Switch_123_in_3 = 2; -main_Switch_123_out_1 = NULL; -main_Receiver_224_out_1 = NULL; -main_Selector_74_in_1 = "Selector_74"; -main_Selector_74_in_2 = "contour" ; -main_Selector_74_in_3 = 1 ; -main_Selector_74_in_4 = NULL; -main_Selector_74_in_5 = NULL; -main_Selector_74_in_6 = NULL; -main_Selector_74_in_7 = NULL; -main_Selector_74_out_1 = 1 ; -main_Transmitter_154_out_1 = NULL; -main_Receiver_225_out_1 = NULL; -main_Toggle_53_in_1 = "Toggle_53"; -main_Toggle_53_in_2 = 1; -main_Toggle_53_in_3 = 0; -main_Toggle_53_in_4 = NULL; -main_Toggle_53_in_5 = NULL; -main_Toggle_53_in_6 = NULL; -main_Toggle_53_out_1 = 1; -main_Transmitter_174_out_1 = NULL; -main_Receiver_313_out_1 = NULL; -main_Toggle_84_in_1 = "Toggle_84"; -main_Toggle_84_in_2 = 1; -main_Toggle_84_in_3 = 0; -main_Toggle_84_in_4 = NULL; -main_Toggle_84_in_5 = NULL; -main_Toggle_84_in_6 = NULL; -main_Toggle_84_out_1 = 1; -main_Transmitter_386_out_1 = NULL; -main_Receiver_719_out_1 = NULL; -main_Selector_93_in_1 = "Selector_93"; -main_Selector_93_in_2 = "plane" ; -main_Selector_93_in_3 = 1 ; -main_Selector_93_in_4 = NULL; -main_Selector_93_in_5 = NULL; -main_Selector_93_in_6 = NULL; -main_Selector_93_in_7 = NULL; -main_Selector_93_out_1 = 1 ; -main_Transmitter_163_out_1 = NULL; -main_Receiver_304_out_1 = NULL; -main_Receiver_305_out_1 = NULL; -main_Receiver_318_out_1 = NULL; -main_Toggle_82_in_1 = "Toggle_82"; -main_Toggle_82_in_2 = 1 ; -main_Toggle_82_in_3 = 0; -main_Toggle_82_in_4 = 2 ; -main_Toggle_82_in_5 = 1 ; -main_Toggle_82_in_6 = NULL; -main_Toggle_82_out_1 = 1 ; -main_Transmitter_355_out_1 = NULL; -main_Receiver_638_out_1 = NULL; -main_Receiver_335_out_1 = NULL; -main_Receiver_336_out_1 = NULL; -main_Inquire_39_in_2 = "is not null"; -main_Inquire_39_in_3 = NULL; -main_Inquire_39_out_1 = NULL; -main_Route_136_out_1 = NULL; -main_Route_139_out_1 = NULL; -main_Transmitter_120_out_1 = NULL; -main_Receiver_337_out_1 = NULL; -main_Switch_157_out_1 = NULL; -main_Receiver_639_out_1 = NULL; -main_Inquire_76_in_2 = NULL; -main_Inquire_76_in_3 = NULL; -main_Inquire_76_out_1 = NULL; -main_Compute_103_in_1 = "$0+1"; -main_Compute_103_in_3 = NULL; -main_Compute_103_out_1 = NULL; -main_Receiver_649_out_1 = NULL; -main_Receiver_650_out_1 = NULL; -main_Transmitter_343_out_1 = NULL; -main_Receiver_651_out_1 = NULL; -main_Route_209_out_2 = NULL; -main_Replace_11_in_3 = NULL; -main_Replace_11_in_4 = "indices"; -main_Replace_11_out_1 = NULL; -main_Mark_15_in_2 = "indices"; -main_Mark_15_out_1 = NULL; -main_Include_6_in_2 = NULL; -main_Include_6_in_3 = -0.5; -main_Include_6_in_4 = 0; -main_Include_6_in_5 = NULL; -main_Include_6_in_6 = NULL; -main_Include_6_out_1 = NULL; -main_Compute_102_in_1 = "- $0- 1"; -main_Compute_102_in_3 = NULL; -main_Compute_102_out_1 = NULL; -main_Transmitter_349_out_1 = NULL; -main_Receiver_640_out_1 = NULL; -main_Switch_213_in_2 = NULL; -main_Switch_213_out_1 = NULL; -main_Unmark_5_in_2 = NULL; -main_Unmark_5_out_1 = NULL; -main_Inquire_78_in_2 = "is not null"; -main_Inquire_78_in_3 = NULL; -main_Inquire_78_out_1 = NULL; -main_Route_207_out_1 = NULL; -main_Transmitter_350_out_1 = NULL; -main_Receiver_637_out_1 = NULL; -main_Switch_212_out_1 = NULL; -main_Transmitter_199_out_1 = NULL; -main_Receiver_654_out_1 = NULL; -main_Route_108_out_1 = NULL; -main_Receiver_134_out_1 = NULL; -main_Mark_7_in_2 = "positions"; -main_Mark_7_out_1 = NULL; -main_Vector_9_in_1 = "Vector_9"; -main_Vector_9_in_3 = [0.050000001 0.050000001 0.0099999998 ]; -main_Vector_9_in_4 = NULL; -main_Vector_9_in_5 = NULL; -main_Vector_9_in_6 = NULL; -main_Vector_9_in_7 = NULL; -main_Vector_9_in_8 = NULL; -main_Vector_9_in_9 = NULL; -main_Vector_9_in_10 = NULL; -main_Vector_9_in_11 = NULL; -main_Vector_9_out_1 = [0.050000001 0.050000001 0.0099999998 ]; -main_Transmitter_110_out_1 = NULL; -main_Receiver_307_out_1 = NULL; -main_Vector_7_in_1 = "Vector_7"; -main_Vector_7_in_2 = NULL; -main_Vector_7_in_3 = [ 0 0 1 ]; -main_Vector_7_in_4 = NULL; -main_Vector_7_in_5 = NULL; -main_Vector_7_in_6 = NULL; -main_Vector_7_in_7 = NULL; -main_Vector_7_in_8 = NULL; -main_Vector_7_in_9 = NULL; -main_Vector_7_in_10 = NULL; -main_Vector_7_in_11 = NULL; -main_Vector_7_out_1 = [ 0 0 1 ]; -main_Compute_83_in_1 = "(mag($0) == 0.0) ? 0 : 1"; -main_Compute_83_in_3 = NULL; -main_Compute_83_out_1 = NULL; -main_Route_195_out_1 = NULL; -main_Transmitter_52_out_1 = NULL; -main_Receiver_308_out_1 = NULL; -main_MapToPlane_25_out_1 = NULL; -main_Transmitter_187_out_1 = NULL; -main_Receiver_309_out_1 = NULL; -main_Selector_91_in_1 = "Selector_91"; -main_Selector_91_in_2 = "by number of C" ; -main_Selector_91_in_3 = 1 ; -main_Selector_91_in_4 = NULL; -main_Selector_91_in_5 = NULL; -main_Selector_91_in_6 = NULL; -main_Selector_91_in_7 = NULL; -main_Selector_91_out_1 = 1 ; -main_Transmitter_157_out_1 = NULL; -main_Receiver_310_out_1 = NULL; -main_Receiver_300_out_1 = NULL; -main_Receiver_296_out_1 = NULL; -main_Receiver_298_out_1 = NULL; -main_Receiver_321_out_1 = NULL; -main_Route_112_out_3 = NULL; -main_Switch_146_in_2 = NULL; -main_Switch_146_out_1 = NULL; -main_Transmitter_185_out_1 = NULL; -main_Receiver_299_out_1 = NULL; -main_Inquire_25_in_2 = "is vector"; -main_Inquire_25_in_3 = NULL; -main_Inquire_25_out_1 = NULL; -main_Compute_27_in_1 = "$0+1"; -main_Compute_27_in_3 = NULL; -main_Compute_27_out_1 = NULL; -main_Route_106_out_1 = NULL; -main_Route_106_out_2 = NULL; -main_Compute_28_in_1 = "mag($0)"; -main_Compute_28_in_3 = NULL; -main_Compute_28_out_1 = NULL; -main_Switch_147_out_1 = NULL; -main_Transmitter_186_out_1 = NULL; -main_Receiver_301_out_1 = NULL; -main_Route_107_out_1 = NULL; -main_Route_107_out_2 = NULL; -main_Integer_7_in_1 = "Integer_7"; -main_Integer_7_in_2 = NULL; -main_Integer_7_in_3 = 10 ; -main_Integer_7_in_4 = NULL; -main_Integer_7_in_5 = NULL; -main_Integer_7_in_6 = NULL; -main_Integer_7_in_7 = NULL; -main_Integer_7_in_8 = NULL; -main_Integer_7_in_9 = NULL; -main_Integer_7_in_10 = NULL; -main_Integer_7_in_11 = NULL; -main_Integer_7_out_1 = 10 ; -main_Transmitter_54_out_1 = NULL; -main_Receiver_303_out_1 = NULL; -main_Isosurface_30_in_2 = NULL; -main_Isosurface_30_in_4 = NULL; -main_Isosurface_30_in_5 = NULL; -main_Isosurface_30_in_6 = NULL; -main_Isosurface_30_out_1 = NULL; -main_Scalar_30_in_1 = "Scalar_30"; -main_Scalar_30_in_2 = NULL; -main_Scalar_30_in_3 = 0.5 ; -main_Scalar_30_in_4 = NULL; -main_Scalar_30_in_5 = NULL; -main_Scalar_30_in_6 = NULL; -main_Scalar_30_in_7 = NULL; -main_Scalar_30_in_8 = NULL; -main_Scalar_30_in_9 = NULL; -main_Scalar_30_in_10 = NULL; -main_Scalar_30_in_11 = NULL; -main_Scalar_30_out_1 = 0.5 ; -main_Transmitter_55_out_1 = NULL; -main_Receiver_302_out_1 = NULL; -main_Isosurface_29_in_3 = 3; -main_Isosurface_29_in_4 = NULL; -main_Isosurface_29_in_5 = NULL; -main_Isosurface_29_in_6 = NULL; -main_Isosurface_29_out_1 = NULL; -main_Switch_149_out_1 = NULL; -main_Transmitter_188_out_1 = NULL; -main_Receiver_311_out_1 = NULL; -main_Switch_150_out_1 = NULL; -main_Route_109_out_1 = NULL; -main_Route_109_out_2 = NULL; -main_Route_109_out_3 = NULL; -main_Receiver_312_out_1 = NULL; -main_Map_5_in_3 = NULL; -main_Map_5_in_4 = NULL; -main_Map_5_out_1 = NULL; -main_Switch_151_out_1 = NULL; -main_FileSelector_3_out_1 = "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam/cavityTut/sampleSurfaces/0.5/x0Plane/p.dx"; -main_Transmitter_385_out_1 = NULL; -main_Receiver_718_out_1 = NULL; -main_Import_3_in_2 = NULL; -main_Import_3_in_3 = "dx"; -main_Import_3_in_4 = NULL; -main_Import_3_in_5 = NULL; -main_Import_3_in_6 = NULL; -main_Import_3_out_1 = NULL; -main_Switch_221_out_1 = NULL; -main_Route_110_out_1 = NULL; -main_Transmitter_189_out_1 = NULL; -main_Receiver_164_out_1 = NULL; -main_Inquire_10_in_2 = "is scalar"; -main_Inquire_10_in_3 = NULL; -main_Inquire_10_out_1 = NULL; -main_Route_61_out_1 = NULL; -main_Transmitter_129_out_1 = NULL; -main_Receiver_226_out_1 = NULL; -main_Route_72_out_1 = NULL; -main_Route_72_out_2 = NULL; -main_Scalar_27_in_1 = "Scalar_27"; -main_Scalar_27_in_2 = NULL; -main_Scalar_27_in_3 = 0.1 ; -main_Scalar_27_in_4 = NULL; -main_Scalar_27_in_5 = NULL; -main_Scalar_27_in_6 = NULL; -main_Scalar_27_in_7 = NULL; -main_Scalar_27_in_8 = NULL; -main_Scalar_27_in_9 = NULL; -main_Scalar_27_in_10 = NULL; -main_Scalar_27_in_11 = NULL; -main_Scalar_27_out_1 = 0.1 ; -main_Transmitter_53_out_1 = NULL; -main_Receiver_227_out_1 = NULL; -main_RubberSheet_10_in_3 = NULL; -main_RubberSheet_10_in_4 = NULL; -main_RubberSheet_10_out_1 = NULL; -main_Switch_121_out_1 = NULL; -main_Route_73_out_1 = NULL; -main_Receiver_228_out_1 = NULL; -main_Route_74_out_1 = NULL; -main_Route_74_out_2 = NULL; -main_Receiver_229_out_1 = NULL; -main_Isosurface_25_in_2 = NULL; -main_Isosurface_25_in_4 = NULL; -main_Isosurface_25_in_5 = NULL; -main_Isosurface_25_in_6 = NULL; -main_Isosurface_25_out_1 = NULL; -main_Receiver_230_out_1 = NULL; -main_Isosurface_26_in_3 = 3; -main_Isosurface_26_in_4 = NULL; -main_Isosurface_26_in_5 = NULL; -main_Isosurface_26_in_6 = NULL; -main_Isosurface_26_out_1 = NULL; -main_Switch_122_out_1 = NULL; -main_Transmitter_156_out_1 = NULL; -main_Receiver_231_out_1 = NULL; -main_Collect_61_out_1 = NULL; -main_Switch_124_out_1 = NULL; -main_Receiver_329_out_1 = NULL; -main_Switch_154_out_1 = NULL; -main_Transmitter_159_out_1 = NULL; -main_Receiver_214_out_1 = NULL; -main_Toggle_58_in_1 = "Toggle_58"; -main_Toggle_58_in_2 = 1; -main_Toggle_58_in_3 = 0; -main_Toggle_58_in_4 = NULL; -main_Toggle_58_in_5 = NULL; -main_Toggle_58_in_6 = NULL; -main_Toggle_58_out_1 = 1; -main_Receiver_346_out_1 = NULL; -main_Inquire_9_in_2 = "is vector"; -main_Inquire_9_in_3 = NULL; -main_Inquire_9_out_1 = NULL; -main_Route_60_out_1 = NULL; -main_Transmitter_128_out_1 = NULL; -main_Receiver_347_out_1 = NULL; -main_Receiver_348_out_1 = NULL; -main_Inquire_37_in_2 = "is vector"; -main_Inquire_37_in_3 = NULL; -main_Inquire_37_out_1 = NULL; -main_Route_134_out_1 = NULL; -main_Switch_160_out_1 = NULL; -main_Route_141_out_1 = NULL; -main_Transmitter_235_out_1 = NULL; -main_Receiver_375_out_1 = NULL; -main_Inquire_43_in_2 = "is not null"; -main_Inquire_43_in_3 = NULL; -main_Inquire_43_out_1 = NULL; -main_Route_144_out_1 = NULL; -main_Collect_66_out_1 = NULL; -main_Integer_25_in_1 = "Integer_25"; -main_Integer_25_in_2 = NULL; -main_Integer_25_in_3 = 50; -main_Integer_25_in_4 = NULL; -main_Integer_25_in_5 = NULL; -main_Integer_25_in_6 = NULL; -main_Integer_25_in_7 = NULL; -main_Integer_25_in_8 = NULL; -main_Integer_25_in_9 = NULL; -main_Integer_25_in_10 = NULL; -main_Integer_25_in_11 = NULL; -main_Integer_25_out_1 = 50; -main_Sample_3_out_1 = NULL; -main_Switch_161_out_1 = NULL; -main_Transmitter_263_out_1 = NULL; -main_Receiver_435_out_1 = NULL; -main_StringList_17_out_1 = { "standard", "spiffy", "speedy", "arrow2D", "sphere", "diamond" }; -main_Selector_96_in_1 = "Selector_96"; -main_Selector_96_in_2 = "arrow2D" ; -main_Selector_96_in_3 = 3 ; -main_Selector_96_in_5 = NULL; -main_Selector_96_in_6 = NULL; -main_Selector_96_in_7 = NULL; -main_Selector_96_out_1 = 3 ; -main_Select_41_in_3 = NULL; -main_Select_41_out_1 = NULL; -main_Scalar_51_in_1 = "Scalar_51"; -main_Scalar_51_in_2 = NULL; -main_Scalar_51_in_3 = 1.0 ; -main_Scalar_51_in_4 = NULL; -main_Scalar_51_in_5 = 1e-10; -main_Scalar_51_in_6 = NULL; -main_Scalar_51_in_7 = NULL; -main_Scalar_51_in_8 = NULL; -main_Scalar_51_in_9 = NULL; -main_Scalar_51_in_10 = NULL; -main_Scalar_51_in_11 = NULL; -main_Scalar_51_out_1 = 1.0 ; -main_Glyph_20_in_3 = 0.5; -main_Glyph_20_in_5 = 0.0; -main_Glyph_20_in_6 = 0.0; -main_Glyph_20_in_7 = NULL; -main_Glyph_20_out_1 = NULL; -main_Transmitter_206_out_1 = NULL; -main_Receiver_215_out_1 = NULL; -main_Switch_116_out_1 = NULL; -main_Scalar_31_in_1 = "Scalar_31"; -main_Scalar_31_in_2 = NULL; -main_Scalar_31_in_3 = 1.0 ; -main_Scalar_31_in_4 = NULL; -main_Scalar_31_in_5 = NULL; -main_Scalar_31_in_6 = NULL; -main_Scalar_31_in_7 = NULL; -main_Scalar_31_in_8 = NULL; -main_Scalar_31_in_9 = NULL; -main_Scalar_31_in_10 = NULL; -main_Scalar_31_in_11 = NULL; -main_Scalar_31_out_1 = 1.0 ; -main_Transmitter_57_out_1 = NULL; -main_Receiver_216_out_1 = NULL; -main_Toggle_23_in_1 = "Toggle_23"; -main_Toggle_23_in_2 = 2; -main_Toggle_23_in_3 = 0; -main_Toggle_23_in_4 = NULL; -main_Toggle_23_in_5 = NULL; -main_Toggle_23_in_6 = NULL; -main_Toggle_23_out_1 = 2; -main_Scalar_40_in_1 = "Scalar_40"; -main_Scalar_40_in_2 = NULL; -main_Scalar_40_in_3 = 0.4 ; -main_Scalar_40_in_4 = NULL; -main_Scalar_40_in_5 = NULL; -main_Scalar_40_in_6 = NULL; -main_Scalar_40_in_7 = NULL; -main_Scalar_40_in_8 = NULL; -main_Scalar_40_in_9 = NULL; -main_Scalar_40_in_10 = NULL; -main_Scalar_40_in_11 = NULL; -main_Scalar_40_out_1 = 0.4 ; -main_Transmitter_337_out_1 = NULL; -main_Receiver_622_out_1 = NULL; -main_Inquire_74_in_2 = "is 3D connections"; -main_Inquire_74_in_3 = NULL; -main_Inquire_74_out_1 = NULL; -main_Compute_98_in_1 = "$0+1"; -main_Compute_98_in_3 = NULL; -main_Compute_98_out_1 = NULL; -main_Receiver_624_out_1 = NULL; -main_Receiver_623_out_1 = NULL; -main_Switch_209_out_1 = NULL; -main_Transmitter_335_out_1 = NULL; -main_Receiver_620_out_1 = NULL; -main_Switch_83_out_1 = NULL; -main_Scalar_38_in_1 = "Scalar_38"; -main_Scalar_38_in_2 = NULL; -main_Scalar_38_in_3 = 1.0 ; -main_Scalar_38_in_4 = NULL; -main_Scalar_38_in_5 = NULL; -main_Scalar_38_in_6 = NULL; -main_Scalar_38_in_7 = NULL; -main_Scalar_38_in_8 = NULL; -main_Scalar_38_in_9 = NULL; -main_Scalar_38_in_10 = NULL; -main_Scalar_38_in_11 = NULL; -main_Scalar_38_out_1 = 1.0 ; -main_Switch_82_out_1 = NULL; -main_AutoColor_34_in_3 = NULL; -main_AutoColor_34_in_4 = NULL; -main_AutoColor_34_in_5 = NULL; -main_AutoColor_34_in_6 = NULL; -main_AutoColor_34_in_9 = NULL; -main_AutoColor_34_in_10 = NULL; -main_AutoColor_34_out_1 = NULL; -main_AutoColor_34_out_2 = NULL; -main_Selector_97_in_1 = "Selector_97"; -main_Selector_97_in_2 = "text" ; -main_Selector_97_in_3 = 1 ; -main_Selector_97_in_4 = NULL; -main_Selector_97_in_5 = NULL; -main_Selector_97_in_6 = NULL; -main_Selector_97_in_7 = NULL; -main_Selector_97_out_1 = 1 ; -main_Transmitter_207_out_1 = NULL; -main_Receiver_357_out_1 = NULL; -main_Toggle_75_in_1 = "Toggle_75"; -main_Toggle_75_in_2 = 1; -main_Toggle_75_in_3 = 0; -main_Toggle_75_in_4 = NULL; -main_Toggle_75_in_5 = NULL; -main_Toggle_75_in_6 = NULL; -main_Toggle_75_out_1 = 1; -main_Transmitter_357_out_1 = NULL; -main_Receiver_658_out_1 = NULL; -main_Scalar_55_in_1 = "Scalar_55"; -main_Scalar_55_in_2 = NULL; -main_Scalar_55_in_3 = 0.0 ; -main_Scalar_55_in_4 = NULL; -main_Scalar_55_in_5 = NULL; -main_Scalar_55_in_6 = NULL; -main_Scalar_55_in_7 = NULL; -main_Scalar_55_in_8 = NULL; -main_Scalar_55_in_9 = NULL; -main_Scalar_55_in_10 = NULL; -main_Scalar_55_in_11 = NULL; -main_Scalar_55_out_1 = 0.0 ; -main_Transmitter_289_out_1 = NULL; -main_Receiver_514_out_1 = NULL; -main_Compute_35_in_1 = "$0 == 0 ? 0 : 1"; -main_Compute_35_in_3 = NULL; -main_Compute_35_out_1 = NULL; -main_Transmitter_356_out_1 = NULL; -main_Receiver_727_out_1 = NULL; -main_Receiver_725_out_1 = NULL; -main_Route_220_out_1 = NULL; -main_Receiver_726_out_1 = NULL; -main_String_15_out_1 = "cellSet0"; -main_foamGetSet_1_out_1 = NULL; -main_Receiver_728_out_1 = NULL; -main_Replace_12_in_3 = NULL; -main_Replace_12_in_4 = "validCells"; -main_Replace_12_out_1 = NULL; -main_Mark_16_in_2 = "validCells"; -main_Mark_16_out_1 = NULL; -main_Include_7_in_2 = NULL; -main_Include_7_in_3 = 0.0; -main_Include_7_in_4 = 1; -main_Include_7_in_5 = 1; -main_Include_7_in_6 = NULL; -main_Include_7_out_1 = NULL; -main_Unmark_6_in_2 = NULL; -main_Unmark_6_out_1 = NULL; -main_Transmitter_310_out_1 = NULL; -main_Receiver_558_out_1 = NULL; -main_Route_215_out_2 = NULL; -main_Receiver_356_out_1 = NULL; -main_Selector_114_in_1 = "Selector_114"; -main_Selector_114_in_2 = "cell indices" ; -main_Selector_114_in_3 = 2 ; -main_Selector_114_in_4 = NULL; -main_Selector_114_in_5 = NULL; -main_Selector_114_in_6 = NULL; -main_Selector_114_in_7 = NULL; -main_Selector_114_out_1 = 2 ; -main_Receiver_655_out_1 = NULL; -main_Receiver_355_out_1 = NULL; -main_Route_202_out_1 = NULL; -main_Receiver_545_out_1 = NULL; -main_Switch_196_out_1 = NULL; -main_Transmitter_309_out_1 = NULL; -main_Receiver_556_out_1 = NULL; -main_Inquire_30_in_2 = "is vector"; -main_Inquire_30_in_3 = NULL; -main_Inquire_30_out_1 = NULL; -main_Compute_36_in_1 = "$0+1"; -main_Compute_36_in_3 = NULL; -main_Compute_36_out_1 = NULL; -main_Switch_163_in_2 = {"sphere"}; -main_Switch_163_in_3 = {"arrow2D"}; -main_Switch_163_out_1 = NULL; -main_Switch_164_in_2 = {"text"}; -main_Switch_164_out_1 = NULL; -main_Transmitter_308_out_1 = NULL; -main_Receiver_554_out_1 = NULL; -main_Scalar_58_in_1 = "Scalar_58"; -main_Scalar_58_in_2 = NULL; -main_Scalar_58_in_3 = 1.0 ; -main_Scalar_58_in_4 = NULL; -main_Scalar_58_in_5 = NULL; -main_Scalar_58_in_6 = NULL; -main_Scalar_58_in_7 = NULL; -main_Scalar_58_in_8 = NULL; -main_Scalar_58_in_9 = NULL; -main_Scalar_58_in_10 = NULL; -main_Scalar_58_in_11 = NULL; -main_Scalar_58_out_1 = 1.0 ; -main_AutoGlyph_1_in_3 = NULL; -main_AutoGlyph_1_in_5 = NULL; -main_AutoGlyph_1_in_6 = NULL; -main_AutoGlyph_1_in_7 = NULL; -main_AutoGlyph_1_out_1 = NULL; -main_Route_120_out_2 = NULL; -main_Receiver_511_out_1 = NULL; -main_AutoColor_35_in_3 = NULL; -main_AutoColor_35_in_4 = NULL; -main_AutoColor_35_in_5 = NULL; -main_AutoColor_35_in_6 = NULL; -main_AutoColor_35_in_7 = NULL; -main_AutoColor_35_in_8 = NULL; -main_AutoColor_35_in_9 = NULL; -main_AutoColor_35_in_10 = NULL; -main_AutoColor_35_out_1 = NULL; -main_Selector_103_in_1 = "Selector_103"; -main_Selector_103_in_2 = "fixed" ; -main_Selector_103_in_3 = 1 ; -main_Selector_103_in_4 = NULL; -main_Selector_103_in_5 = NULL; -main_Selector_103_in_6 = NULL; -main_Selector_103_in_7 = NULL; -main_Selector_103_out_1 = 1 ; -main_Transmitter_251_out_1 = NULL; -main_Receiver_450_out_1 = NULL; -main_Compute_61_in_1 = "$0 > 1 ? 2 : 1"; -main_Compute_61_in_3 = NULL; -main_Compute_61_out_1 = NULL; -main_Transmitter_274_out_1 = NULL; -main_Receiver_465_out_1 = NULL; -main_Toggle_64_in_1 = "Toggle_64"; -main_Toggle_64_in_2 = 2 ; -main_Toggle_64_in_3 = 0; -main_Toggle_64_in_4 = NULL; -main_Toggle_64_in_5 = 2 ; -main_Toggle_64_in_6 = NULL; -main_Toggle_64_out_1 = 2 ; -main_Transmitter_273_out_1 = NULL; -main_Receiver_508_out_1 = NULL; -main_Receiver_457_out_1 = NULL; -main_Receiver_455_out_1 = NULL; -main_Receiver_451_out_1 = NULL; -main_Inquire_62_in_2 = "is not null"; -main_Inquire_62_in_3 = NULL; -main_Inquire_62_out_1 = NULL; -main_Route_182_out_1 = NULL; -main_Transmitter_284_out_1 = NULL; -main_Receiver_490_out_1 = NULL; -main_Route_173_out_1 = NULL; -main_Mark_11_in_2 = "positions"; -main_Mark_11_out_1 = NULL; -main_Compute_56_in_1 = "1"; -main_Compute_56_in_3 = NULL; -main_Compute_56_out_1 = NULL; -main_Receiver_462_out_1 = NULL; -main_Receiver_397_out_1 = NULL; -main_Compute_58_in_1 = "$0 > 1 ? 1 : 0"; -main_Compute_58_in_3 = NULL; -main_Compute_58_out_1 = NULL; -main_Receiver_384_out_1 = NULL; -main_Route_164_out_1 = NULL; -main_Receiver_438_out_1 = NULL; -main_foamGetFieldNames_8_in_3 = "scalarField"; -main_foamGetFieldNames_8_out_1 = NULL; -main_Inquire_56_in_2 = "is not null"; -main_Inquire_56_in_3 = NULL; -main_Inquire_56_out_1 = NULL; -main_Route_167_out_1 = NULL; -main_Selector_106_in_1 = "Selector_106"; -main_Selector_106_in_2 = "T" ; -main_Selector_106_in_3 = 1 ; -main_Selector_106_in_5 = NULL; -main_Selector_106_in_6 = NULL; -main_Selector_106_in_7 = NULL; -main_Selector_106_out_1 = 1 ; -main_Selector_106_out_2 = "T" ; -main_Select_47_in_3 = NULL; -main_Select_47_out_1 = NULL; -main_Route_168_out_1 = NULL; -main_Receiver_442_out_1 = NULL; -main_Receiver_441_out_1 = NULL; -main_Receiver_444_out_1 = NULL; -main_foamReadField_4_in_2 = "scalarField"; -main_foamReadField_4_out_2 = NULL; -main_Inquire_58_in_2 = "is not null"; -main_Inquire_58_in_3 = NULL; -main_Inquire_58_out_1 = NULL; -main_Route_170_out_1 = NULL; -main_Transmitter_243_out_1 = NULL; -main_Receiver_458_out_1 = NULL; -main_Receiver_463_out_1 = NULL; -main_Compute_60_in_1 = "log($0)/log(10)"; -main_Compute_60_in_3 = NULL; -main_Compute_60_out_1 = NULL; -main_Switch_187_out_1 = NULL; -main_Transmitter_270_out_1 = NULL; -main_Receiver_447_out_1 = NULL; -main_Route_184_out_1 = NULL; -main_Selector_107_in_1 = "Selector_107"; -main_Selector_107_in_2 = "sphere" ; -main_Selector_107_in_3 = 2 ; -main_Selector_107_in_4 = {"diamond" "circle" "sphere" }; -main_Selector_107_in_5 = NULL; -main_Selector_107_in_6 = NULL; -main_Selector_107_in_7 = NULL; -main_Selector_107_out_2 = "sphere" ; -main_Scalar_62_in_1 = "Scalar_62"; -main_Scalar_62_in_2 = NULL; -main_Scalar_62_in_3 = 0.002 ; -main_Scalar_62_in_4 = NULL; -main_Scalar_62_in_5 = -1000000.0; -main_Scalar_62_in_6 = NULL; -main_Scalar_62_in_7 = NULL; -main_Scalar_62_in_8 = NULL; -main_Scalar_62_in_9 = NULL; -main_Scalar_62_in_10 = NULL; -main_Scalar_62_in_11 = NULL; -main_Scalar_62_out_1 = 0.002 ; -main_Selector_108_in_1 = "Selector_108"; -main_Selector_108_in_2 = "fixed" ; -main_Selector_108_in_3 = 1 ; -main_Selector_108_in_4 = NULL; -main_Selector_108_in_5 = NULL; -main_Selector_108_in_6 = NULL; -main_Selector_108_in_7 = NULL; -main_Selector_108_out_1 = 1 ; -main_Transmitter_268_out_1 = NULL; -main_Receiver_491_out_1 = NULL; -main_Compute_65_in_1 = "min($0)"; -main_Compute_65_in_3 = NULL; -main_Compute_65_out_1 = NULL; -main_Switch_192_in_2 = 0; -main_Switch_192_in_3 = 0; -main_Switch_192_out_1 = NULL; -main_Glyph_22_in_3 = 0.5; -main_Glyph_22_in_5 = 0.0; -main_Glyph_22_in_7 = NULL; -main_Glyph_22_out_1 = NULL; -main_Transmitter_267_out_1 = NULL; -main_Receiver_399_out_1 = NULL; -main_Route_172_out_1 = NULL; -main_Route_172_out_2 = NULL; -main_Toggle_61_in_1 = "Toggle_61"; -main_Toggle_61_in_2 = 2; -main_Toggle_61_in_3 = 0; -main_Toggle_61_in_4 = NULL; -main_Toggle_61_in_5 = NULL; -main_Toggle_61_in_6 = NULL; -main_Toggle_61_out_1 = 2; -main_Scalar_59_in_1 = "Scalar_59"; -main_Scalar_59_in_2 = NULL; -main_Scalar_59_in_3 = 450.0 ; -main_Scalar_59_in_4 = NULL; -main_Scalar_59_in_5 = NULL; -main_Scalar_59_in_6 = NULL; -main_Scalar_59_in_7 = NULL; -main_Scalar_59_in_8 = NULL; -main_Scalar_59_in_9 = NULL; -main_Scalar_59_in_10 = NULL; -main_Scalar_59_in_11 = NULL; -main_Scalar_59_out_1 = 450.0 ; -main_Switch_176_out_1 = NULL; -main_Scalar_60_in_1 = "Scalar_60"; -main_Scalar_60_in_2 = NULL; -main_Scalar_60_in_3 = 500.0 ; -main_Scalar_60_in_4 = NULL; -main_Scalar_60_in_5 = NULL; -main_Scalar_60_in_6 = NULL; -main_Scalar_60_in_7 = NULL; -main_Scalar_60_in_8 = NULL; -main_Scalar_60_in_9 = NULL; -main_Scalar_60_in_10 = NULL; -main_Scalar_60_in_11 = NULL; -main_Scalar_60_out_1 = 500.0 ; -main_Switch_177_out_1 = NULL; -main_AutoColor_36_in_2 = 1.0; -main_AutoColor_36_in_3 = NULL; -main_AutoColor_36_in_4 = NULL; -main_AutoColor_36_in_5 = NULL; -main_AutoColor_36_in_6 = NULL; -main_AutoColor_36_in_9 = NULL; -main_AutoColor_36_in_10 = NULL; -main_AutoColor_36_out_1 = NULL; -main_AutoColor_36_out_2 = NULL; -main_Toggle_65_in_1 = "Toggle_65"; -main_Toggle_65_in_2 = 2 ; -main_Toggle_65_in_3 = 0; -main_Toggle_65_in_4 = NULL; -main_Toggle_65_in_5 = 2 ; -main_Toggle_65_in_6 = NULL; -main_Toggle_65_out_1 = 2 ; -main_Transmitter_278_out_1 = NULL; -main_Receiver_470_out_1 = NULL; -main_Receiver_631_out_1 = NULL; -main_Receiver_468_out_1 = NULL; -main_Route_205_out_1 = NULL; -main_Receiver_469_out_1 = NULL; -main_foamGetFieldNames_9_in_3 = "vectorField"; -main_foamGetFieldNames_9_out_1 = NULL; -main_Inquire_59_in_2 = "is not null"; -main_Inquire_59_in_3 = NULL; -main_Inquire_59_out_1 = NULL; -main_Route_175_out_1 = NULL; -main_Selector_109_in_1 = "Selector_109"; -main_Selector_109_in_2 = "U" ; -main_Selector_109_in_3 = 0 ; -main_Selector_109_in_5 = NULL; -main_Selector_109_in_6 = NULL; -main_Selector_109_in_7 = NULL; -main_Selector_109_out_1 = 0 ; -main_Selector_109_out_2 = "U" ; -main_Select_48_in_3 = NULL; -main_Select_48_out_1 = NULL; -main_Route_176_out_1 = NULL; -main_Receiver_471_out_1 = NULL; -main_Receiver_472_out_1 = NULL; -main_Receiver_473_out_1 = NULL; -main_foamReadField_5_in_2 = "vectorField"; -main_foamReadField_5_out_2 = NULL; -main_Inquire_60_in_2 = "is not null"; -main_Inquire_60_in_3 = NULL; -main_Inquire_60_out_1 = NULL; -main_Route_177_out_1 = NULL; -main_Transmitter_275_out_1 = NULL; -main_Receiver_479_out_1 = NULL; -main_Scalar_63_in_1 = "Scalar_63"; -main_Scalar_63_in_2 = NULL; -main_Scalar_63_in_3 = 0.01 ; -main_Scalar_63_in_4 = NULL; -main_Scalar_63_in_5 = -1000000.0; -main_Scalar_63_in_6 = NULL; -main_Scalar_63_in_7 = NULL; -main_Scalar_63_in_8 = NULL; -main_Scalar_63_in_9 = NULL; -main_Scalar_63_in_10 = NULL; -main_Scalar_63_in_11 = NULL; -main_Scalar_63_out_1 = 0.01 ; -main_Glyph_24_in_2 = "arrow2D"; -main_Glyph_24_in_3 = 0.5; -main_Glyph_24_in_5 = 0.0; -main_Glyph_24_in_6 = 0.0; -main_Glyph_24_in_7 = NULL; -main_Glyph_24_out_1 = NULL; -main_Transmitter_280_out_1 = NULL; -main_Receiver_482_out_1 = NULL; -main_Toggle_67_in_1 = "Toggle_67"; -main_Toggle_67_in_2 = 2; -main_Toggle_67_in_3 = 0; -main_Toggle_67_in_4 = NULL; -main_Toggle_67_in_5 = NULL; -main_Toggle_67_in_6 = NULL; -main_Toggle_67_out_1 = 2; -main_Scalar_64_in_1 = "Scalar_64"; -main_Scalar_64_in_2 = NULL; -main_Scalar_64_in_3 = 100.0 ; -main_Scalar_64_in_4 = NULL; -main_Scalar_64_in_5 = NULL; -main_Scalar_64_in_6 = NULL; -main_Scalar_64_in_7 = NULL; -main_Scalar_64_in_8 = NULL; -main_Scalar_64_in_9 = NULL; -main_Scalar_64_in_10 = NULL; -main_Scalar_64_in_11 = NULL; -main_Scalar_64_out_1 = 100.0 ; -main_Switch_189_out_1 = NULL; -main_Scalar_65_in_1 = "Scalar_65"; -main_Scalar_65_in_2 = NULL; -main_Scalar_65_in_3 = 140.0 ; -main_Scalar_65_in_4 = NULL; -main_Scalar_65_in_5 = NULL; -main_Scalar_65_in_6 = NULL; -main_Scalar_65_in_7 = NULL; -main_Scalar_65_in_8 = NULL; -main_Scalar_65_in_9 = NULL; -main_Scalar_65_in_10 = NULL; -main_Scalar_65_in_11 = NULL; -main_Scalar_65_out_1 = 140.0 ; -main_Switch_190_out_1 = NULL; -main_AutoColor_37_in_2 = 1.0; -main_AutoColor_37_in_3 = NULL; -main_AutoColor_37_in_4 = NULL; -main_AutoColor_37_in_5 = NULL; -main_AutoColor_37_in_6 = NULL; -main_AutoColor_37_in_9 = NULL; -main_AutoColor_37_in_10 = NULL; -main_AutoColor_37_out_1 = NULL; -main_AutoColor_37_out_2 = NULL; -main_Scalar_49_in_1 = "Scalar_49"; -main_Scalar_49_in_2 = NULL; -main_Scalar_49_in_3 = 0.0 ; -main_Scalar_49_in_4 = NULL; -main_Scalar_49_in_5 = NULL; -main_Scalar_49_in_6 = NULL; -main_Scalar_49_in_7 = NULL; -main_Scalar_49_in_8 = NULL; -main_Scalar_49_in_9 = NULL; -main_Scalar_49_in_10 = NULL; -main_Scalar_49_in_11 = NULL; -main_Scalar_49_out_1 = 0.0 ; -main_Compute_19_in_1 = "$0 == 0 ? 0 : 1"; -main_Compute_19_in_3 = NULL; -main_Compute_19_out_1 = NULL; -main_Receiver_633_out_1 = NULL; -main_Inquire_69_in_2 = "is null"; -main_Inquire_69_in_3 = NULL; -main_Inquire_69_out_1 = NULL; -main_Compute_71_in_1 = "$0+1"; -main_Compute_71_in_3 = NULL; -main_Compute_71_out_1 = NULL; -main_Transmitter_341_out_1 = NULL; -main_Receiver_632_out_1 = NULL; -main_Receiver_510_out_1 = NULL; -main_Receiver_528_out_1 = NULL; -main_Replace_7_in_3 = "BFconnections"; -main_Replace_7_in_4 = "connections"; -main_Replace_7_out_1 = NULL; -main_Transmitter_293_out_1 = NULL; -main_Receiver_531_out_1 = NULL; -main_foamIndexPatches_1_out_1 = NULL; -main_Extract_3_in_2 = NULL; -main_Extract_3_out_1 = NULL; -main_Options_3_in_2 = "dep"; -main_Options_3_in_3 = "connections"; -main_Options_3_in_4 = NULL; -main_Options_3_in_5 = NULL; -main_Options_3_out_1 = NULL; -main_Replace_8_in_3 = "data"; -main_Replace_8_in_4 = "data"; -main_Replace_8_out_1 = NULL; -main_Transmitter_291_out_1 = NULL; -main_Receiver_564_out_1 = NULL; -main_Switch_200_in_2 = NULL; -main_Switch_200_out_1 = NULL; -main_Transmitter_292_out_1 = NULL; -main_Receiver_534_out_1 = NULL; -main_Route_55_out_1 = NULL; -main_Statistics_2_out_5 = NULL; -main_Transmitter_360_out_1 = NULL; -main_Receiver_663_out_1 = NULL; -main_AutoColor_39_in_3 = NULL; -main_AutoColor_39_in_4 = NULL; -main_AutoColor_39_in_5 = NULL; -main_AutoColor_39_in_6 = NULL; -main_AutoColor_39_in_7 = 0.0; -main_AutoColor_39_in_9 = NULL; -main_AutoColor_39_in_10 = NULL; -main_AutoColor_39_out_1 = NULL; -main_AutoColor_39_out_2 = NULL; -main_Toggle_77_in_1 = "Toggle_77"; -main_Toggle_77_in_2 = 1; -main_Toggle_77_in_3 = 0; -main_Toggle_77_in_4 = NULL; -main_Toggle_77_in_5 = NULL; -main_Toggle_77_in_6 = NULL; -main_Toggle_77_out_1 = 1; -main_Transmitter_359_out_1 = NULL; -main_Receiver_662_out_1 = NULL; -main_Receiver_552_out_1 = NULL; -main_Route_217_out_2 = NULL; -main_Post_1_in_2 = "connections"; -main_Post_1_out_1 = NULL; -main_Scalar_70_in_1 = "Scalar_70"; -main_Scalar_70_in_2 = NULL; -main_Scalar_70_in_3 = 1.0 ; -main_Scalar_70_in_4 = NULL; -main_Scalar_70_in_5 = NULL; -main_Scalar_70_in_6 = NULL; -main_Scalar_70_in_7 = NULL; -main_Scalar_70_in_8 = NULL; -main_Scalar_70_in_9 = NULL; -main_Scalar_70_in_10 = NULL; -main_Scalar_70_in_11 = NULL; -main_Scalar_70_out_1 = 1.0 ; -main_Transmitter_311_out_1 = NULL; -main_Receiver_562_out_1 = NULL; -main_Isolate_2_out_1 = NULL; -main_Receiver_563_out_1 = NULL; -main_AutoColor_40_in_3 = NULL; -main_AutoColor_40_in_4 = NULL; -main_AutoColor_40_in_5 = NULL; -main_AutoColor_40_in_6 = NULL; -main_AutoColor_40_in_7 = NULL; -main_AutoColor_40_in_8 = NULL; -main_AutoColor_40_in_9 = NULL; -main_AutoColor_40_in_10 = NULL; -main_AutoColor_40_out_1 = NULL; -main_AutoColor_40_out_2 = NULL; -main_Selector_115_in_1 = "Selector_115"; -main_Selector_115_in_2 = "featurelines" ; -main_Selector_115_in_3 = 2 ; -main_Selector_115_in_4 = NULL; -main_Selector_115_in_5 = NULL; -main_Selector_115_in_6 = NULL; -main_Selector_115_in_7 = NULL; -main_Selector_115_out_1 = 2 ; -main_Transmitter_361_out_1 = NULL; -main_Receiver_664_out_1 = NULL; -main_Scalar_61_in_1 = "Scalar_61"; -main_Scalar_61_in_2 = NULL; -main_Scalar_61_in_3 = 1.0 ; -main_Scalar_61_in_4 = NULL; -main_Scalar_61_in_5 = NULL; -main_Scalar_61_in_6 = NULL; -main_Scalar_61_in_7 = NULL; -main_Scalar_61_in_8 = NULL; -main_Scalar_61_in_9 = NULL; -main_Scalar_61_in_10 = NULL; -main_Scalar_61_in_11 = NULL; -main_Scalar_61_out_1 = 1.0 ; -main_Compute_45_in_1 = "$0 == 0 ? 0 : 1"; -main_Compute_45_in_3 = NULL; -main_Compute_45_out_1 = NULL; -main_Transmitter_338_out_1 = NULL; -main_Receiver_626_out_1 = NULL; -main_Route_204_out_1 = NULL; -main_Route_204_out_2 = NULL; -main_Receiver_625_out_1 = NULL; -main_Route_203_out_1 = NULL; -main_Receiver_628_out_1 = NULL; -main_Receiver_627_out_1 = NULL; -main_Scalar_74_in_1 = "Scalar_74"; -main_Scalar_74_in_2 = NULL; -main_Scalar_74_in_3 = 0.0 ; -main_Scalar_74_in_4 = NULL; -main_Scalar_74_in_5 = NULL; -main_Scalar_74_in_6 = NULL; -main_Scalar_74_in_7 = NULL; -main_Scalar_74_in_8 = NULL; -main_Scalar_74_in_9 = NULL; -main_Scalar_74_in_10 = NULL; -main_Scalar_74_in_11 = NULL; -main_Scalar_74_out_1 = 0.0 ; -main_foamFeatureLines_2_out_1 = NULL; -main_Receiver_666_out_1 = NULL; -main_AutoColor_41_in_3 = NULL; -main_AutoColor_41_in_4 = NULL; -main_AutoColor_41_in_5 = NULL; -main_AutoColor_41_in_6 = NULL; -main_AutoColor_41_in_7 = 0.0; -main_AutoColor_41_in_9 = NULL; -main_AutoColor_41_in_10 = NULL; -main_AutoColor_41_out_1 = NULL; -main_AutoColor_41_out_2 = NULL; -main_Receiver_380_out_1 = NULL; -main_Inquire_46_in_2 = "is not scalar"; -main_Inquire_46_in_3 = NULL; -main_Inquire_46_out_1 = NULL; -main_Route_145_out_1 = NULL; -main_Inquire_47_in_2 = "is not vector"; -main_Inquire_47_in_3 = NULL; -main_Inquire_47_out_1 = NULL; -main_Route_146_out_1 = NULL; -main_Transmitter_239_out_1 = NULL; -main_Receiver_376_out_1 = NULL; -main_Receiver_381_out_1 = NULL; -main_Inquire_50_in_2 = "is not scalar"; -main_Inquire_50_in_3 = NULL; -main_Inquire_50_out_1 = NULL; -main_Route_149_out_1 = NULL; -main_Inquire_51_in_2 = "is not vector"; -main_Inquire_51_in_3 = NULL; -main_Inquire_51_out_1 = NULL; -main_Route_150_out_1 = NULL; -main_Switch_168_out_1 = NULL; -main_AutoGlyph_6_in_2 = "arrow2D"; -main_AutoGlyph_6_in_3 = NULL; -main_AutoGlyph_6_in_4 = NULL; -main_AutoGlyph_6_in_5 = NULL; -main_AutoGlyph_6_in_6 = NULL; -main_AutoGlyph_6_in_7 = NULL; -main_AutoGlyph_6_out_1 = NULL; -main_Receiver_385_out_1 = NULL; -main_Inquire_48_in_2 = "is not scalar"; -main_Inquire_48_in_3 = NULL; -main_Inquire_48_out_1 = NULL; -main_Route_147_out_1 = NULL; -main_Inquire_49_in_2 = "is not vector"; -main_Inquire_49_in_3 = NULL; -main_Inquire_49_out_1 = NULL; -main_Route_148_out_1 = NULL; -main_Transmitter_242_out_1 = NULL; -main_Receiver_386_out_1 = NULL; -main_Receiver_387_out_1 = NULL; -main_Inquire_52_in_2 = "is not scalar"; -main_Inquire_52_in_3 = NULL; -main_Inquire_52_out_1 = NULL; -main_Route_151_out_1 = NULL; -main_Inquire_53_in_2 = "is not vector"; -main_Inquire_53_in_3 = NULL; -main_Inquire_53_out_1 = NULL; -main_Route_152_out_1 = NULL; -main_Switch_170_out_1 = NULL; -main_AutoGlyph_11_in_2 = "arrow2D"; -main_AutoGlyph_11_in_3 = NULL; -main_AutoGlyph_11_in_4 = NULL; -main_AutoGlyph_11_in_5 = NULL; -main_AutoGlyph_11_in_6 = NULL; -main_AutoGlyph_11_in_7 = NULL; -main_AutoGlyph_11_out_1 = NULL; -main_Toggle_87_in_1 = "Toggle_87"; -main_Toggle_87_in_2 = 1; -main_Toggle_87_in_3 = 1; -main_Toggle_87_in_4 = NULL; -main_Toggle_87_in_5 = NULL; -main_Toggle_87_in_6 = NULL; -main_Toggle_87_out_1 = 1; -main_Transmitter_392_out_1 = NULL; -main_Receiver_729_out_1 = NULL; -main_Receiver_732_out_1 = NULL; -main_Route_222_out_1 = NULL; -main_Format_8_in_1 = "case: %s"; -main_Format_8_out_1 = NULL; -main_Caption_1_in_2 = [0.3 0.95]; -main_Caption_1_in_3 = NULL; -main_Caption_1_in_4 = [ 0 0]; -main_Caption_1_in_5 = NULL; -main_Caption_1_in_6 = NULL; -main_Caption_1_in_7 = NULL; -main_Caption_1_in_8 = NULL; -main_Caption_1_in_9 = NULL; -main_Caption_1_out_1 = NULL; -main_Receiver_734_out_1 = NULL; -main_Select_65_in_3 = NULL; -main_Select_65_out_1 = NULL; -main_Transmitter_391_out_1 = NULL; -main_Receiver_731_out_1 = NULL; -main_Route_223_out_1 = NULL; -main_Format_9_in_1 = "time: %s"; -main_Format_9_out_1 = NULL; -main_Caption_2_in_2 = [0.5 0.95]; -main_Caption_2_in_3 = NULL; -main_Caption_2_in_4 = [0 0]; -main_Caption_2_in_5 = NULL; -main_Caption_2_in_6 = NULL; -main_Caption_2_in_7 = NULL; -main_Caption_2_in_8 = NULL; -main_Caption_2_in_9 = NULL; -main_Caption_2_out_1 = NULL; -main_Receiver_425_out_1 = NULL; -main_Selector_32_in_1 = "Selector_32"; -main_Selector_32_in_2 = "auto" ; -main_Selector_32_in_3 = 2 ; -main_Selector_32_in_4 = NULL; -main_Selector_32_in_5 = NULL; -main_Selector_32_in_6 = NULL; -main_Selector_32_in_7 = NULL; -main_Selector_32_out_1 = 2 ; -main_Transmitter_142_out_1 = NULL; -main_Receiver_206_out_1 = NULL; -main_StringList_3_out_1 = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" }; -main_Selector_90_in_1 = "Selector_90"; -main_Selector_90_in_2 = "green" ; -main_Selector_90_in_3 = 5 ; -main_Selector_90_in_5 = NULL; -main_Selector_90_in_6 = NULL; -main_Selector_90_in_7 = NULL; -main_Selector_90_out_1 = 5 ; -main_Select_16_in_3 = NULL; -main_Select_16_out_1 = NULL; -main_Transmitter_105_out_1 = NULL; -main_Receiver_176_out_1 = NULL; -main_Color_18_in_4 = NULL; -main_Color_18_in_5 = NULL; -main_Color_18_out_1 = NULL; -main_Switch_76_out_1 = NULL; -main_Route_157_out_1 = NULL; -main_Route_157_out_2 = NULL; -main_Transmitter_91_out_1 = NULL; -main_Receiver_47_out_1 = NULL; -main_Transmitter_27_out_1 = NULL; -main_Receiver_32_out_1 = NULL; -main_Receiver_426_out_1 = NULL; -main_Selector_55_in_1 = "Selector_55"; -main_Selector_55_in_2 = "auto" ; -main_Selector_55_in_3 = 2 ; -main_Selector_55_in_4 = NULL; -main_Selector_55_in_5 = NULL; -main_Selector_55_in_6 = NULL; -main_Selector_55_in_7 = NULL; -main_Selector_55_out_1 = 2 ; -main_Transmitter_149_out_1 = NULL; -main_Receiver_220_out_1 = NULL; -main_StringList_9_out_1 = { "red", "orange", "blue", "purple", "yellow", "green", "cyan", "magenta", "white", "grey", "black" }; -main_Selector_53_in_1 = "Selector_53"; -main_Selector_53_in_2 = "cyan" ; -main_Selector_53_in_3 = 6 ; -main_Selector_53_in_5 = NULL; -main_Selector_53_in_6 = NULL; -main_Selector_53_in_7 = NULL; -main_Selector_53_out_1 = 6 ; -main_Select_23_in_3 = NULL; -main_Select_23_out_1 = NULL; -main_Transmitter_148_out_1 = NULL; -main_Receiver_217_out_1 = NULL; -main_Color_27_in_4 = NULL; -main_Color_27_in_5 = NULL; -main_Color_27_out_1 = NULL; -main_Switch_120_out_1 = NULL; -main_Route_158_out_1 = NULL; -main_Route_158_out_2 = NULL; -main_Transmitter_150_out_1 = NULL; -main_Receiver_232_out_1 = NULL; -main_Transmitter_158_out_1 = NULL; -main_Receiver_33_out_1 = NULL; -main_Toggle_56_in_1 = "Toggle_56"; -main_Toggle_56_in_2 = 1 ; -main_Toggle_56_in_3 = 0; -main_Toggle_56_in_4 = 2 ; -main_Toggle_56_in_5 = 1 ; -main_Toggle_56_in_6 = NULL; -main_Toggle_56_out_1 = 1 ; -main_Transmitter_201_out_1 = NULL; -main_Receiver_423_out_1 = NULL; -main_Transmitter_259_out_1 = NULL; -main_Receiver_424_out_1 = NULL; -main_Receiver_420_out_1 = NULL; -main_Receiver_421_out_1 = NULL; -main_Route_156_out_2 = NULL; -main_Compute_50_in_1 = "$0/(mag($0)+1e-10)"; -main_Compute_50_in_3 = NULL; -main_Compute_50_out_1 = NULL; -main_Glyph_16_in_3 = 0.5; -main_Glyph_16_in_5 = 0.0; -main_Glyph_16_in_6 = 0.0; -main_Glyph_16_in_7 = NULL; -main_Glyph_16_out_1 = NULL; -main_Replace_3_in_3 = "colors"; -main_Replace_3_in_4 = "colors"; -main_Replace_3_out_1 = NULL; -main_Switch_182_out_1 = NULL; -main_Transmitter_70_out_1 = NULL; -main_Receiver_34_out_1 = NULL; -main_Toggle_57_in_1 = "Toggle_57"; -main_Toggle_57_in_2 = 1; -main_Toggle_57_in_3 = 0; -main_Toggle_57_in_4 = NULL; -main_Toggle_57_in_5 = NULL; -main_Toggle_57_in_6 = NULL; -main_Toggle_57_out_1 = 1; -main_Transmitter_202_out_1 = NULL; -main_Receiver_436_out_1 = NULL; -main_Transmitter_260_out_1 = NULL; -main_Receiver_349_out_1 = NULL; -main_Receiver_433_out_1 = NULL; -main_Receiver_434_out_1 = NULL; -main_Route_162_out_2 = NULL; -main_Compute_53_in_1 = "$0/(mag($0)+1e-10)"; -main_Compute_53_in_3 = NULL; -main_Compute_53_out_1 = NULL; -main_Glyph_19_in_3 = 0.5; -main_Glyph_19_in_5 = 0.0; -main_Glyph_19_in_6 = 0.0; -main_Glyph_19_in_7 = NULL; -main_Glyph_19_out_1 = NULL; -main_Replace_4_in_3 = "colors"; -main_Replace_4_in_4 = "colors"; -main_Replace_4_out_1 = NULL; -main_Switch_184_out_1 = NULL; -main_Transmitter_205_out_1 = NULL; -main_Receiver_94_out_1 = NULL; -main_Transmitter_240_out_1 = NULL; -main_Receiver_377_out_1 = NULL; -main_Transmitter_244_out_1 = NULL; -main_Receiver_378_out_1 = NULL; -main_Receiver_519_in_1 = NULL; -main_Receiver_519_out_1 = NULL; -main_Collect_57_out_1 = NULL; -main_Scalar_46_in_1 = "Scalar_46"; -main_Scalar_46_in_2 = NULL; -main_Scalar_46_in_3 = 0.001 ; -main_Scalar_46_in_4 = NULL; -main_Scalar_46_in_5 = NULL; -main_Scalar_46_in_6 = NULL; -main_Scalar_46_in_7 = NULL; -main_Scalar_46_in_8 = NULL; -main_Scalar_46_in_9 = NULL; -main_Scalar_46_in_10 = NULL; -main_Scalar_46_in_11 = NULL; -main_Scalar_46_out_1 = 0.001 ; -main_Compute_91_in_1 = "$0 == 0 ? 2 : 1"; -main_Compute_91_in_3 = NULL; -main_Compute_91_out_1 = NULL; -main_Toggle_35_in_1 = "Toggle_35"; -main_Toggle_35_in_2 = 1; -main_Toggle_35_in_3 = 1; -main_Toggle_35_in_4 = NULL; -main_Toggle_35_in_5 = NULL; -main_Toggle_35_in_6 = NULL; -main_Toggle_35_out_1 = 1; -main_String_6_out_1 = "red"; -main_Color_23_in_3 = NULL; -main_Color_23_in_4 = NULL; -main_Color_23_in_5 = NULL; -main_Color_23_out_1 = NULL; -main_Switch_88_out_1 = NULL; -main_Ribbon_1_out_1 = NULL; -main_Switch_206_out_1 = NULL; -main_Transmitter_113_out_1 = NULL; -main_Receiver_141_out_1 = NULL; -main_Receiver_608_out_1 = NULL; -main_Receiver_597_out_1 = NULL; -main_Extract_7_in_2 = "positions"; -main_Extract_7_out_1 = NULL; -main_Inquire_71_in_2 = "items"; -main_Inquire_71_in_3 = NULL; -main_Inquire_71_out_1 = NULL; -main_Compute_89_in_1 = "$0 > 1 ? 2:1"; -main_Compute_89_in_3 = NULL; -main_Compute_89_out_1 = NULL; -main_Receiver_596_out_1 = NULL; -main_Receiver_582_out_1 = NULL; -main_Compute_85_in_1 = "0.333*($0.x + $0.y + $0.z)"; -main_Compute_85_in_3 = NULL; -main_Compute_85_out_1 = NULL; -main_Transmitter_323_out_1 = NULL; -main_Receiver_594_out_1 = NULL; -main_Compute_90_in_1 = "$0*0.01"; -main_Compute_90_in_3 = NULL; -main_Compute_90_out_1 = NULL; -main_Glyph_25_in_2 = "circle"; -main_Glyph_25_in_3 = NULL; -main_Glyph_25_in_5 = NULL; -main_Glyph_25_in_6 = NULL; -main_Glyph_25_in_7 = NULL; -main_Glyph_25_out_1 = NULL; -main_ShowConnections_6_out_1 = NULL; -main_Switch_204_out_1 = NULL; -main_Color_22_in_2 = "orange"; -main_Color_22_in_3 = NULL; -main_Color_22_in_4 = NULL; -main_Color_22_in_5 = NULL; -main_Color_22_out_1 = NULL; -main_Route_42_out_1 = NULL; -main_Transmitter_115_out_1 = NULL; -main_Receiver_144_out_1 = NULL; -main_Receiver_466_out_1 = NULL; -main_Selector_101_in_1 = "Selector_101"; -main_Selector_101_in_2 = "red" ; -main_Selector_101_in_3 = 0 ; -main_Selector_101_in_4 = {"red" "orange" "blue" "purple" "yellow" "green" "cyan" "magenta" "white" "grey" "black" }; -main_Selector_101_in_5 = NULL; -main_Selector_101_in_6 = NULL; -main_Selector_101_in_7 = NULL; -main_Selector_101_out_2 = "red" ; -main_Transmitter_250_out_1 = NULL; -main_Receiver_401_out_1 = NULL; -main_Color_29_in_3 = 1.0; -main_Color_29_in_4 = NULL; -main_Color_29_in_5 = NULL; -main_Color_29_out_1 = NULL; -main_Switch_179_out_1 = NULL; -main_Transmitter_252_out_1 = NULL; -main_Receiver_449_out_1 = NULL; -main_Receiver_452_out_1 = NULL; -main_Receiver_445_out_1 = NULL; -main_Receiver_489_out_1 = NULL; -main_Route_171_out_1 = NULL; -main_Mark_10_in_2 = "positions"; -main_Mark_10_out_1 = NULL; -main_Compute_55_in_1 = "1"; -main_Compute_55_in_3 = NULL; -main_Compute_55_out_1 = NULL; -main_Receiver_461_out_1 = NULL; -main_Receiver_396_out_1 = NULL; -main_Compute_57_in_1 = "$0 > 1 ? 1 : 0"; -main_Compute_57_in_3 = NULL; -main_Compute_57_out_1 = NULL; -main_Receiver_437_out_1 = NULL; -main_Route_163_out_1 = NULL; -main_Receiver_379_out_1 = NULL; -main_foamGetFieldNames_7_in_3 = "scalarField"; -main_foamGetFieldNames_7_out_1 = NULL; -main_Inquire_55_in_2 = "is not null"; -main_Inquire_55_in_3 = NULL; -main_Inquire_55_out_1 = NULL; -main_Route_165_out_1 = NULL; -main_Selector_105_in_1 = "Selector_105"; -main_Selector_105_in_2 = "T" ; -main_Selector_105_in_3 = 1 ; -main_Selector_105_in_5 = NULL; -main_Selector_105_in_6 = NULL; -main_Selector_105_in_7 = NULL; -main_Selector_105_out_1 = 1 ; -main_Selector_105_out_2 = "T" ; -main_Select_46_in_3 = NULL; -main_Select_46_out_1 = NULL; -main_Route_166_out_1 = NULL; -main_Receiver_440_out_1 = NULL; -main_Receiver_439_out_1 = NULL; -main_Receiver_443_out_1 = NULL; -main_foamReadField_3_in_2 = "scalarField"; -main_foamReadField_3_out_2 = NULL; -main_Inquire_57_in_2 = "is not null"; -main_Inquire_57_in_3 = NULL; -main_Inquire_57_out_1 = NULL; -main_Route_169_out_1 = NULL; -main_Transmitter_241_out_1 = NULL; -main_Receiver_453_out_1 = NULL; -main_Receiver_464_out_1 = NULL; -main_Compute_59_in_1 = "log($0)/log(10)"; -main_Compute_59_in_3 = NULL; -main_Compute_59_out_1 = NULL; -main_Switch_186_out_1 = NULL; -main_Transmitter_269_out_1 = NULL; -main_Receiver_454_out_1 = NULL; -main_Receiver_492_out_1 = NULL; -main_Compute_66_in_1 = "min($0)"; -main_Compute_66_in_3 = NULL; -main_Compute_66_out_1 = NULL; -main_Switch_193_in_2 = 0; -main_Switch_193_in_3 = 0; -main_Switch_193_out_1 = NULL; -main_Glyph_21_in_3 = 0.5; -main_Glyph_21_in_5 = 0.0; -main_Glyph_21_in_7 = NULL; -main_Glyph_21_out_1 = NULL; -main_Replace_5_in_3 = "colors"; -main_Replace_5_in_4 = "colors"; -main_Replace_5_out_1 = NULL; -main_Transmitter_271_out_1 = NULL; -main_Receiver_388_out_1 = NULL; -main_Toggle_66_in_1 = "Toggle_66"; -main_Toggle_66_in_2 = 2; -main_Toggle_66_in_3 = 1; -main_Toggle_66_in_4 = NULL; -main_Toggle_66_in_5 = NULL; -main_Toggle_66_in_6 = NULL; -main_Toggle_66_out_1 = 2; -main_Transmitter_279_out_1 = NULL; -main_Receiver_477_out_1 = NULL; -main_Transmitter_281_out_1 = NULL; -main_Receiver_478_out_1 = NULL; -main_Receiver_474_out_1 = NULL; -main_Receiver_480_out_1 = NULL; -main_Route_178_out_2 = NULL; -main_Compute_62_in_1 = "$0/(mag($0)+1e-10)"; -main_Compute_62_in_3 = NULL; -main_Compute_62_out_1 = NULL; -main_Glyph_23_in_2 = "arrow2D"; -main_Glyph_23_in_3 = 0.5; -main_Glyph_23_in_5 = 0.0; -main_Glyph_23_in_6 = 0.0; -main_Glyph_23_in_7 = NULL; -main_Glyph_23_out_1 = NULL; -main_Replace_6_in_3 = "colors"; -main_Replace_6_in_4 = "colors"; -main_Replace_6_out_1 = NULL; -main_Switch_188_out_1 = NULL; -main_Transmitter_283_out_1 = NULL; -main_Receiver_488_out_1 = NULL; -main_Scalar_3_in_1 = "Scalar_3"; -main_Scalar_3_in_2 = NULL; -main_Scalar_3_in_3 = 0.0 ; -main_Scalar_3_in_4 = NULL; -main_Scalar_3_in_5 = NULL; -main_Scalar_3_in_6 = NULL; -main_Scalar_3_in_7 = NULL; -main_Scalar_3_in_8 = NULL; -main_Scalar_3_in_9 = NULL; -main_Scalar_3_in_10 = NULL; -main_Scalar_3_in_11 = NULL; -main_Scalar_3_out_1 = 0.0 ; -main_Compute_3_in_1 = "$0 == 0 ? 0 : 1"; -main_Compute_3_in_3 = NULL; -main_Compute_3_out_1 = NULL; -main_Receiver_8_out_1 = NULL; -main_Route_52_out_1 = NULL; -main_ShowBox_1_out_1 = NULL; -main_String_1_out_1 = "yellow"; -main_Color_1_in_4 = NULL; -main_Color_1_in_5 = NULL; -main_Color_1_out_1 = NULL; -main_Receiver_743_out_1 = NULL; -main_Scalar_47_in_1 = "Scalar_47"; -main_Scalar_47_in_2 = NULL; -main_Scalar_47_in_3 = 0.1 ; -main_Scalar_47_in_4 = NULL; -main_Scalar_47_in_5 = NULL; -main_Scalar_47_in_6 = NULL; -main_Scalar_47_in_7 = NULL; -main_Scalar_47_in_8 = NULL; -main_Scalar_47_in_9 = NULL; -main_Scalar_47_in_10 = NULL; -main_Scalar_47_in_11 = NULL; -main_Scalar_47_out_1 = 0.1 ; -main_Compute_17_in_1 = "$0 == 0 ? 0 : 1"; -main_Compute_17_in_3 = NULL; -main_Compute_17_out_1 = NULL; -main_Route_53_out_1 = NULL; -main_foamShowConnections_1_out_1 = NULL; -main_String_9_out_1 = "yellow"; -main_Color_24_in_4 = NULL; -main_Color_24_in_5 = NULL; -main_Color_24_out_1 = NULL; -main_Selector_112_in_1 = "Selector_112"; -main_Selector_112_in_2 = "manual" ; -main_Selector_112_in_3 = 1 ; -main_Selector_112_in_4 = NULL; -main_Selector_112_in_5 = NULL; -main_Selector_112_in_6 = NULL; -main_Selector_112_in_7 = NULL; -main_Selector_112_out_1 = 1 ; -main_Transmitter_340_out_1 = NULL; -main_Receiver_629_out_1 = NULL; -main_String_11_out_1 = "purple"; -main_Color_26_in_4 = NULL; -main_Color_26_in_5 = NULL; -main_Color_26_out_1 = NULL; -main_Selector_113_in_1 = "Selector_113"; -main_Selector_113_in_2 = "faceted" ; -main_Selector_113_in_3 = 1 ; -main_Selector_113_in_4 = NULL; -main_Selector_113_in_5 = NULL; -main_Selector_113_in_6 = NULL; -main_Selector_113_in_7 = NULL; -main_Selector_113_out_2 = "faceted" ; -main_Shade_1_in_2 = 1; -main_Shade_1_in_4 = NULL; -main_Shade_1_in_5 = NULL; -main_Shade_1_in_6 = NULL; -main_Shade_1_in_7 = NULL; -main_Shade_1_in_8 = NULL; -main_Shade_1_out_1 = NULL; -main_Shade_3_in_2 = 1; -main_Shade_3_in_4 = NULL; -main_Shade_3_in_5 = NULL; -main_Shade_3_in_6 = NULL; -main_Shade_3_in_7 = NULL; -main_Shade_3_in_8 = NULL; -main_Shade_3_out_1 = NULL; -main_Receiver_671_out_1 = NULL; -main_ColorBar_13_in_2 = NULL; -main_ColorBar_13_in_3 = NULL; -main_ColorBar_13_in_4 = NULL; -main_ColorBar_13_in_5 = NULL; -main_ColorBar_13_in_6 = 0.0; -main_ColorBar_13_in_8 = NULL; -main_ColorBar_13_in_10 = NULL; -main_ColorBar_13_in_11 = NULL; -main_ColorBar_13_in_12 = NULL; -main_ColorBar_13_in_13 = NULL; -main_ColorBar_13_in_14 = NULL; -main_ColorBar_13_in_15 = NULL; -main_ColorBar_13_in_16 = NULL; -main_ColorBar_13_out_1 = NULL; -main_Collect_69_out_1 = NULL; -main_Switch_195_out_1 = NULL; -main_Receiver_667_out_1 = NULL; -main_Receiver_744_out_1 = NULL; -main_Route_153_out_1 = NULL; -main_foamShowConnections_2_out_1 = NULL; -main_Collect_74_out_1 = NULL; -main_String_14_out_1 = "yellow"; -main_Color_30_in_4 = NULL; -main_Color_30_in_5 = NULL; -main_Color_30_out_1 = NULL; -main_Receiver_673_out_1 = NULL; -main_ColorBar_15_in_2 = NULL; -main_ColorBar_15_in_3 = NULL; -main_ColorBar_15_in_4 = NULL; -main_ColorBar_15_in_5 = NULL; -main_ColorBar_15_in_6 = 0.0; -main_ColorBar_15_in_8 = NULL; -main_ColorBar_15_in_10 = NULL; -main_ColorBar_15_in_11 = NULL; -main_ColorBar_15_in_12 = NULL; -main_ColorBar_15_in_13 = NULL; -main_ColorBar_15_in_14 = NULL; -main_ColorBar_15_in_15 = NULL; -main_ColorBar_15_in_16 = NULL; -main_ColorBar_15_out_1 = NULL; -main_Collect_75_out_1 = NULL; -main_Switch_210_out_1 = NULL; -main_Collect_59_out_1 = NULL; -main_Transmitter_5_out_1 = NULL; -main_Receiver_35_out_1 = NULL; -main_Receiver_657_out_1 = NULL; -main_Switch_165_out_1 = NULL; -main_Route_188_out_2 = NULL; -main_Toggle_76_in_1 = "Toggle_76"; -main_Toggle_76_in_2 = 1; -main_Toggle_76_in_3 = 0; -main_Toggle_76_in_4 = NULL; -main_Toggle_76_in_5 = NULL; -main_Toggle_76_in_6 = NULL; -main_Toggle_76_out_1 = 1; -main_Transmitter_358_out_1 = NULL; -main_Receiver_659_out_1 = NULL; -main_Receiver_661_out_1 = NULL; -main_Receiver_553_out_1 = NULL; -main_Route_216_out_2 = NULL; -main_ShowConnections_7_out_1 = NULL; -main_Receiver_561_out_1 = NULL; -main_Isolate_1_out_1 = NULL; -main_ShowBoundary_2_in_2 = NULL; -main_ShowBoundary_2_out_1 = NULL; -main_Collect_62_out_1 = NULL; -main_String_13_out_1 = "purple"; -main_Receiver_513_out_1 = NULL; -main_Color_28_in_4 = NULL; -main_Color_28_in_5 = NULL; -main_Color_28_out_1 = NULL; -main_Route_189_out_2 = NULL; -main_Receiver_660_out_1 = NULL; -main_ShowConnections_9_out_1 = NULL; -main_Color_31_in_2 = "orange"; -main_Color_31_in_4 = NULL; -main_Color_31_in_5 = NULL; -main_Color_31_out_1 = NULL; -main_Receiver_672_out_1 = NULL; -main_ColorBar_14_in_2 = NULL; -main_ColorBar_14_in_3 = NULL; -main_ColorBar_14_in_4 = NULL; -main_ColorBar_14_in_5 = NULL; -main_ColorBar_14_in_6 = NULL; -main_ColorBar_14_in_7 = NULL; -main_ColorBar_14_in_8 = NULL; -main_ColorBar_14_in_10 = NULL; -main_ColorBar_14_in_11 = NULL; -main_ColorBar_14_in_12 = NULL; -main_ColorBar_14_in_13 = NULL; -main_ColorBar_14_in_14 = NULL; -main_ColorBar_14_in_15 = NULL; -main_ColorBar_14_in_16 = NULL; -main_ColorBar_14_out_1 = NULL; -main_Collect_72_out_1 = NULL; -main_Route_190_out_2 = NULL; -main_Receiver_669_out_1 = NULL; -main_Receiver_559_out_1 = NULL; -main_Route_218_out_1 = NULL; -main_ShowBox_2_out_1 = NULL; -main_Receiver_670_out_1 = NULL; -main_Receiver_560_out_1 = NULL; -main_Route_219_out_1 = NULL; -main_ShowBox_3_out_1 = NULL; -main_Collect_63_out_1 = NULL; -main_Transmitter_208_out_1 = NULL; -main_Receiver_354_out_1 = NULL; -main_Inquire_11_in_2 = "is group"; -main_Inquire_11_in_3 = NULL; -main_Inquire_11_out_1 = NULL; -main_Compute_21_in_1 = "$0+1"; -main_Compute_21_in_3 = NULL; -main_Compute_21_out_1 = NULL; -main_Select_39_in_2 = NULL; -main_Select_39_in_3 = NULL; -main_Select_39_out_1 = NULL; -main_Switch_112_out_1 = NULL; -main_Value_1_out_1 = [ 0.95, 0.95 ]; -main_Selector_94_in_1 = "Selector_94"; -main_Selector_94_in_2 = "vertical" ; -main_Selector_94_in_3 = 0 ; -main_Selector_94_in_4 = NULL; -main_Selector_94_in_5 = NULL; -main_Selector_94_in_6 = NULL; -main_Selector_94_in_7 = NULL; -main_Selector_94_out_1 = 0 ; -main_Receiver_66_out_1 = NULL; -main_Receiver_156_out_1 = NULL; -main_ColorBar_6_in_3 = NULL; -main_ColorBar_6_in_5 = NULL; -main_ColorBar_6_in_10 = NULL; -main_ColorBar_6_in_11 = NULL; -main_ColorBar_6_in_12 = NULL; -main_ColorBar_6_in_13 = NULL; -main_ColorBar_6_in_14 = NULL; -main_ColorBar_6_in_15 = 1; -main_ColorBar_6_in_16 = 12; -main_ColorBar_6_out_1 = NULL; -main_Transmitter_92_out_1 = NULL; -main_Receiver_110_out_1 = NULL; -main_Inquire_13_in_2 = "is group"; -main_Inquire_13_in_3 = NULL; -main_Inquire_13_out_1 = NULL; -main_Compute_23_in_1 = "$0+1"; -main_Compute_23_in_3 = NULL; -main_Compute_23_out_1 = NULL; -main_Select_40_in_2 = NULL; -main_Select_40_in_3 = NULL; -main_Select_40_out_1 = NULL; -main_Switch_119_out_1 = NULL; -main_Value_2_out_1 = [ 0.85, 0.95 ]; -main_Selector_95_in_1 = "Selector_95"; -main_Selector_95_in_2 = "vertical" ; -main_Selector_95_in_3 = 0 ; -main_Selector_95_in_4 = NULL; -main_Selector_95_in_5 = NULL; -main_Selector_95_in_6 = NULL; -main_Selector_95_in_7 = NULL; -main_Selector_95_out_1 = 0 ; -main_Transmitter_75_out_1 = NULL; -main_Receiver_218_out_1 = NULL; -main_Receiver_219_out_1 = NULL; -main_ColorBar_9_in_3 = NULL; -main_ColorBar_9_in_5 = NULL; -main_ColorBar_9_in_10 = NULL; -main_ColorBar_9_in_11 = NULL; -main_ColorBar_9_in_12 = NULL; -main_ColorBar_9_in_13 = NULL; -main_ColorBar_9_in_14 = NULL; -main_ColorBar_9_in_15 = 1; -main_ColorBar_9_in_16 = 12; -main_ColorBar_9_out_1 = NULL; -main_Transmitter_151_out_1 = NULL; -main_Receiver_221_out_1 = NULL; -main_Inquire_54_in_2 = "is group"; -main_Inquire_54_in_3 = NULL; -main_Inquire_54_out_1 = NULL; -main_Compute_44_in_1 = "$0+1"; -main_Compute_44_in_3 = NULL; -main_Compute_44_out_1 = NULL; -main_Select_43_in_2 = NULL; -main_Select_43_in_3 = NULL; -main_Select_43_out_1 = NULL; -main_Switch_178_out_1 = NULL; -main_Value_3_out_1 = [ 0.75, 0.95 ]; -main_Selector_102_in_1 = "Selector_102"; -main_Selector_102_in_2 = "vertical" ; -main_Selector_102_in_3 = 0 ; -main_Selector_102_in_4 = NULL; -main_Selector_102_in_5 = NULL; -main_Selector_102_in_6 = NULL; -main_Selector_102_in_7 = NULL; -main_Selector_102_out_1 = 0 ; -main_Transmitter_265_out_1 = NULL; -main_Receiver_402_out_1 = NULL; -main_Receiver_403_out_1 = NULL; -main_ColorBar_10_in_3 = NULL; -main_ColorBar_10_in_5 = NULL; -main_ColorBar_10_in_10 = NULL; -main_ColorBar_10_in_11 = NULL; -main_ColorBar_10_in_12 = NULL; -main_ColorBar_10_in_13 = NULL; -main_ColorBar_10_in_14 = NULL; -main_ColorBar_10_in_15 = 1; -main_ColorBar_10_in_16 = 12; -main_ColorBar_10_out_1 = NULL; -main_Transmitter_253_out_1 = NULL; -main_Receiver_460_out_1 = NULL; -main_Inquire_61_in_2 = "is group"; -main_Inquire_61_in_3 = NULL; -main_Inquire_61_out_1 = NULL; -main_Compute_63_in_1 = "$0+1"; -main_Compute_63_in_3 = NULL; -main_Compute_63_out_1 = NULL; -main_Select_49_in_2 = NULL; -main_Select_49_in_3 = NULL; -main_Select_49_out_1 = NULL; -main_Switch_191_out_1 = NULL; -main_Value_4_out_1 = [ 0.65, 0.95 ]; -main_Selector_110_in_1 = "Selector_110"; -main_Selector_110_in_2 = "vertical" ; -main_Selector_110_in_3 = 0 ; -main_Selector_110_in_4 = NULL; -main_Selector_110_in_5 = NULL; -main_Selector_110_in_6 = NULL; -main_Selector_110_in_7 = NULL; -main_Selector_110_out_1 = 0 ; -main_Transmitter_276_out_1 = NULL; -main_Receiver_484_out_1 = NULL; -main_Receiver_485_out_1 = NULL; -main_ColorBar_11_in_3 = NULL; -main_ColorBar_11_in_5 = NULL; -main_ColorBar_11_in_10 = NULL; -main_ColorBar_11_in_11 = NULL; -main_ColorBar_11_in_12 = NULL; -main_ColorBar_11_in_13 = NULL; -main_ColorBar_11_in_14 = NULL; -main_ColorBar_11_in_15 = 1; -main_ColorBar_11_in_16 = 12; -main_ColorBar_11_out_1 = NULL; -main_Transmitter_282_out_1 = NULL; -main_Receiver_487_out_1 = NULL; -main_Toggle_28_in_1 = "Toggle_28"; -main_Toggle_28_in_2 = 0; -main_Toggle_28_in_3 = 0; -main_Toggle_28_in_4 = NULL; -main_Toggle_28_in_5 = NULL; -main_Toggle_28_in_6 = NULL; -main_Toggle_28_out_1 = 0; -main_Receiver_127_out_1 = NULL; -main_Route_34_out_1 = NULL; -main_Vector_14_in_1 = "Vector_14"; -main_Vector_14_in_2 = NULL; -main_Vector_14_in_3 = [ 1 1 1 ]; -main_Vector_14_in_4 = NULL; -main_Vector_14_in_5 = NULL; -main_Vector_14_in_6 = NULL; -main_Vector_14_in_7 = NULL; -main_Vector_14_in_8 = NULL; -main_Vector_14_in_9 = NULL; -main_Vector_14_in_10 = NULL; -main_Vector_14_in_11 = NULL; -main_Vector_14_out_1 = [ 1 1 1 ]; -main_Scalar_53_in_1 = "Scalar_53"; -main_Scalar_53_in_2 = NULL; -main_Scalar_53_in_3 = 0.0 ; -main_Scalar_53_in_4 = NULL; -main_Scalar_53_in_5 = NULL; -main_Scalar_53_in_6 = NULL; -main_Scalar_53_in_7 = NULL; -main_Scalar_53_in_8 = NULL; -main_Scalar_53_in_9 = NULL; -main_Scalar_53_in_10 = NULL; -main_Scalar_53_in_11 = NULL; -main_Scalar_53_out_1 = 0.0 ; -main_Compute_34_in_1 = "$0*[ 1 , 1, 1]"; -main_Compute_34_in_3 = NULL; -main_Compute_34_out_1 = NULL; -main_Light_1_in_3 = 1; -main_Light_1_out_1 = NULL; -main_Collect_15_out_1 = NULL; -main_Pick_1_in_1 = "Pick_1"; -main_Pick_1_in_2 = "Image_6"; -main_Pick_1_in_3 = NULL; -main_Pick_1_in_4 = 67; -main_Pick_1_in_5 = NULL; -main_Pick_1_in_6 = 0; -main_Pick_1_in_7 = NULL; -main_Pick_1_in_8 = NULL; -main_Pick_1_in_9 = NULL; -main_Pick_1_out_1 = NULL; -main_Inquire_72_in_2 = "component count"; -main_Inquire_72_in_3 = NULL; -main_Inquire_72_out_1 = NULL; -main_Compute_96_in_1 = "$0 != 0 ? 2 : 1"; -main_Compute_96_in_3 = NULL; -main_Compute_96_out_1 = NULL; -main_Receiver_721_out_1 = NULL; -main_Receiver_722_out_1 = NULL; -main_Compute_105_in_1 = "($0-1) || ($1-1)"; -main_Compute_105_out_1 = NULL; -main_Receiver_351_out_1 = NULL; -main_Render_5_in_3 = NULL; -main_Render_5_out_1 = NULL; -main_Route_118_out_1 = NULL; -main_Display_12_in_2 = NULL; -main_Display_12_in_3 = "X24,,"; -main_Display_12_in_4 = NULL; -main_Display_12_in_5 = NULL; -main_Display_12_in_6 = NULL; -main_Display_12_in_7 = NULL; -main_Display_12_in_8 = NULL; -main_Reset_2_in_1 = "main_Reset_2_out_1"; -main_Reset_2_in_2 = 1; -main_Reset_2_in_3 = 0; -main_Reset_2_in_4 = NULL; -main_Reset_2_in_5 = NULL; -main_Reset_2_in_6 = NULL; -main_Reset_2_out_1 = 1; -main_Toggle_1_in_1 = "Toggle_1"; -main_Toggle_1_in_2 = 0 ; -main_Toggle_1_in_3 = 0; -main_Toggle_1_in_4 = 1 ; -main_Toggle_1_in_5 = 0 ; -main_Toggle_1_in_6 = NULL; -main_Toggle_1_out_1 = 0 ; -main_Remove_1_in_2 = {"connections", "colors", "box", "invalid positions", "invalid connections", "normals"}; -main_Remove_1_out_1 = NULL; -main_Transmitter_171_out_1 = NULL; -main_Receiver_263_out_1 = NULL; -main_Route_1_out_1 = NULL; -main_Switch_1_out_1 = NULL; -main_String_12_out_1 = "%s.%04d.xy"; -main_Receiver_264_out_1 = NULL; -main_Transmitter_389_out_1 = NULL; -main_Receiver_154_out_1 = NULL; -main_Route_180_out_1 = NULL; -main_Switch_201_out_1 = NULL; -main_Format_2_out_1 = NULL; -main_Export_2_in_3 = "array"; -main_Route_201_out_2 = NULL; -main_Extract_8_in_2 = "pick paths"; -main_Extract_8_out_1 = NULL; -main_String_8_out_1 = "%s.%04d.%s"; -main_Receiver_265_out_1 = NULL; -main_Receiver_151_out_1 = NULL; -main_Selector_86_in_1 = "Selector_86"; -main_Selector_86_in_2 = "miff" ; -main_Selector_86_in_3 = "miff" ; -main_Selector_86_in_4 = {"epsf" "ps" "gif" "tiff" "miff" "rgb" "size" }; -main_Selector_86_in_5 = {"epsf" "ps" "gif" "tiff" "miff" "rgb" "size" }; -main_Selector_86_in_6 = NULL; -main_Selector_86_in_7 = NULL; -main_Selector_86_out_1 = "miff" ; -main_Format_1_out_1 = NULL; -main_Receiver_266_out_1 = NULL; -main_Format_5_in_1 = "convert %s.[0-9][0-9][0-9][0-9].%s %s-anim.gif"; -main_Format_5_out_1 = NULL; -main_Select_63_in_2 = 2; -main_Select_63_in_3 = NULL; -main_Select_63_out_1 = NULL; -main_Select_64_in_2 = 3; -main_Select_64_in_3 = NULL; -main_Select_64_out_1 = NULL; -main_Format_7_in_1 = "Picked: face:%d vertex:%d"; -main_Format_7_out_1 = NULL; -main_Receiver_155_out_1 = NULL; -macro Image( - id, - object, - where, - useVector, - to, - from, - width, - resolution, - aspect, - up, - viewAngle, - perspective, - options, - buttonState = 1, - buttonUpApprox = "none", - buttonDownApprox = "none", - buttonUpDensity = 1, - buttonDownDensity = 1, - renderMode = 0, - defaultCamera, - reset, - backgroundColor, - throttle, - RECenable = 0, - RECfile, - RECformat, - RECresolution, - RECaspect, - AAenable = 0, - AAlabels, - AAticks, - AAcorners, - AAframe, - AAadjust, - AAcursor, - AAgrid, - AAcolors, - AAannotation, - AAlabelscale, - AAfont, - interactionMode, - title, - AAxTickLocs, - AAyTickLocs, - AAzTickLocs, - AAxTickLabels, - AAyTickLabels, - AAzTickLabels, - webOptions) -> ( - object, - camera, - where) -{ - ImageMessage( - id, - backgroundColor, - throttle, - RECenable, - RECfile, - RECformat, - RECresolution, - RECaspect, - AAenable, - AAlabels, - AAticks, - AAcorners, - AAframe, - AAadjust, - AAcursor, - AAgrid, - AAcolors, - AAannotation, - AAlabelscale, - AAfont, - AAxTickLocs, - AAyTickLocs, - AAzTickLocs, - AAxTickLabels, - AAyTickLabels, - AAzTickLabels, - interactionMode, - title, - renderMode, - buttonUpApprox, - buttonDownApprox, - buttonUpDensity, - buttonDownDensity) [instance: 1, cache: 1]; - autoCamera = - AutoCamera( - object, - "front", - object, - resolution, - aspect, - [0,1,0], - perspective, - viewAngle, - backgroundColor) [instance: 1, cache: 1]; - realCamera = - Camera( - to, - from, - width, - resolution, - aspect, - up, - perspective, - viewAngle, - backgroundColor) [instance: 1, cache: 1]; - coloredDefaultCamera = - UpdateCamera(defaultCamera, - background=backgroundColor) [instance: 1, cache: 1]; - nullDefaultCamera = - Inquire(defaultCamera, - "is null + 1") [instance: 1, cache: 1]; - resetCamera = - Switch( - nullDefaultCamera, - coloredDefaultCamera, - autoCamera) [instance: 1, cache: 1]; - resetNull = - Inquire( - reset, - "is null + 1") [instance: 2, cache: 1]; - reset = - Switch( - resetNull, - reset, - 0) [instance: 2, cache: 1]; - whichCamera = - Compute( - "($0 != 0 || $1 == 0) ? 1 : 2", - reset, - useVector) [instance: 1, cache: 1]; - camera = Switch( - whichCamera, - resetCamera, - realCamera) [instance: 3, cache: 1]; - AAobject = - AutoAxes( - object, - camera, - AAlabels, - AAticks, - AAcorners, - AAframe, - AAadjust, - AAcursor, - AAgrid, - AAcolors, - AAannotation, - AAlabelscale, - AAfont, - AAxTickLocs, - AAyTickLocs, - AAzTickLocs, - AAxTickLabels, - AAyTickLabels, - AAzTickLabels) [instance: 1, cache: 1]; - switchAAenable = Compute("$0+1", - AAenable) [instance: 2, cache: 1]; - object = Switch( - switchAAenable, - object, - AAobject) [instance:4, cache: 1]; - SWapproximation_options = - Switch( - buttonState, - buttonUpApprox, - buttonDownApprox) [instance: 5, cache: 1]; - SWdensity_options = - Switch( - buttonState, - buttonUpDensity, - buttonDownDensity) [instance: 6, cache: 1]; - HWapproximation_options = - Format( - "%s,%s", - buttonDownApprox, - buttonUpApprox) [instance: 1, cache: 1]; - HWdensity_options = - Format( - "%d,%d", - buttonDownDensity, - buttonUpDensity) [instance: 2, cache: 1]; - switchRenderMode = Compute( - "$0+1", - renderMode) [instance: 3, cache: 1]; - approximation_options = Switch( - switchRenderMode, - SWapproximation_options, - HWapproximation_options) [instance: 7, cache: 1]; - density_options = Switch( - switchRenderMode, - SWdensity_options, - HWdensity_options) [instance: 8, cache: 1]; - renderModeString = Switch( - switchRenderMode, - "software", - "hardware")[instance: 9, cache: 1]; - object_tag = Inquire( - object, - "object tag")[instance: 3, cache: 1]; - annoted_object = - Options( - object, - "send boxes", - 0, - "cache", - 1, - "object tag", - object_tag, - "ddcamera", - whichCamera, - "rendering approximation", - approximation_options, - "render every", - density_options, - "button state", - buttonState, - "rendering mode", - renderModeString) [instance: 1, cache: 1]; - RECresNull = - Inquire( - RECresolution, - "is null + 1") [instance: 4, cache: 1]; - ImageResolution = - Inquire( - camera, - "camera resolution") [instance: 5, cache: 1]; - RECresolution = - Switch( - RECresNull, - RECresolution, - ImageResolution) [instance: 10, cache: 1]; - RECaspectNull = - Inquire( - RECaspect, - "is null + 1") [instance: 6, cache: 1]; - ImageAspect = - Inquire( - camera, - "camera aspect") [instance: 7, cache: 1]; - RECaspect = - Switch( - RECaspectNull, - RECaspect, - ImageAspect) [instance: 11, cache: 1]; - switchRECenable = Compute( - "$0 == 0 ? 1 : (($2 == $3) && ($4 == $5)) ? ($1 == 1 ? 2 : 3) : 4", - RECenable, - switchRenderMode, - RECresolution, - ImageResolution, - RECaspect, - ImageAspect) [instance: 4, cache: 1]; - NoRECobject, RECNoRerenderObject, RECNoRerHW, RECRerenderObject = Route(switchRECenable, annoted_object); - Display( - NoRECobject, - camera, - where, - throttle) [instance: 1, cache: 1]; - image = - Render( - RECNoRerenderObject, - camera) [instance: 1, cache: 1]; - Display( - image, - NULL, - where, - throttle) [instance: 2, cache: 1]; - WriteImage( - image, - RECfile, - RECformat) [instance: 1, cache: 1]; - rec_where = Display( - RECNoRerHW, - camera, - where, - throttle) [instance: 1, cache: 0]; - rec_image = ReadImageWindow( - rec_where) [instance: 1, cache: 1]; - WriteImage( - rec_image, - RECfile, - RECformat) [instance: 1, cache: 1]; - RECupdateCamera = - UpdateCamera( - camera, - resolution=RECresolution, - aspect=RECaspect) [instance: 2, cache: 1]; - Display( - RECRerenderObject, - camera, - where, - throttle) [instance: 1, cache: 1]; - RECRerenderObject = - ScaleScreen( - RECRerenderObject, - NULL, - RECresolution, - camera) [instance: 1, cache: 1]; - image = - Render( - RECRerenderObject, - RECupdateCamera) [instance: 2, cache: 1]; - WriteImage( - image, - RECfile, - RECformat) [instance: 2, cache: 1]; -} -main_Image_6_in_1 = "Image_6"; -main_Image_6_in_3 = "X24,,"; -main_Image_6_in_4 = 1; -main_Image_6_in_5 = [0 0 0]; -main_Image_6_in_6 = [0 0 0]; -main_Image_6_in_7 = 0.00295548; -main_Image_6_in_8 = 1439; -main_Image_6_in_9 = 0.563933; -main_Image_6_in_10 = [0 1 0]; -main_Image_6_in_11 = NULL; -main_Image_6_in_12 = 0; -main_Image_6_in_13 = NULL; -main_Image_6_in_14 = 1; -main_Image_6_in_15 = NULL; -main_Image_6_in_16 = "none"; -main_Image_6_in_17 = NULL; -main_Image_6_in_18 = NULL; -main_Image_6_in_19 = 0; -main_Image_6_in_20 = NULL; -main_Image_6_in_21 = NULL; -main_Image_6_in_23 = NULL; -main_Image_6_in_25 = "image60"; -main_Image_6_in_26 = "miff"; -main_Image_6_in_27 = NULL; -main_Image_6_in_28 = NULL; -main_Image_6_in_29 = 0; -main_Image_6_in_30 = NULL; -main_Image_6_in_31 = NULL; -main_Image_6_in_32 = NULL; -main_Image_6_in_33 = NULL; -main_Image_6_in_34 = NULL; -main_Image_6_in_35 = NULL; -main_Image_6_in_36 = NULL; -main_Image_6_in_37 = NULL; -main_Image_6_in_38 = NULL; -main_Image_6_in_39 = NULL; -main_Image_6_in_40 = NULL; -main_Image_6_in_41 = "panzoom"; -main_Image_6_in_42 = NULL; -main_Image_6_in_43 = NULL; -main_Image_6_in_44 = NULL; -main_Image_6_in_45 = NULL; -main_Image_6_in_46 = NULL; -main_Image_6_in_47 = NULL; -main_Image_6_in_48 = NULL; -main_Image_6_in_49 = NULL; -main_Image_6_out_1 = NULL; -main_Image_6_out_2 = NULL; -main_SelectorList_2_in_1 = "SelectorList_2"; -main_SelectorList_2_in_2 = { "Read data" }; -main_SelectorList_2_in_3 = { "Read data" }; -main_SelectorList_2_in_4 = {"Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" }; -main_SelectorList_2_in_5 = {"Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" }; -main_SelectorList_2_in_6 = NULL; -main_SelectorList_2_in_7 = NULL; -main_SelectorList_2_out_1 = { "Read data" }; -main_ManageControlPanel_8_in_1 = { "Read data" "Field 1" "Field 2" "Streamlines" "Spray" "Spray color range" "Graph" "Write control" "Mesh" "Lighting" "Subset" }; -main_Toggle_68_in_1 = "Toggle_68"; -main_Toggle_68_in_2 = 0; -main_Toggle_68_in_3 = 0; -main_Toggle_68_in_4 = NULL; -main_Toggle_68_in_5 = NULL; -main_Toggle_68_in_6 = NULL; -main_Toggle_68_out_1 = 0; -main_Transmitter_294_out_1 = NULL; -main_Receiver_535_out_1 = NULL; -main_ManageControlPanel_9_in_1 = {"Map plane 1"}; -main_Toggle_69_in_1 = "Toggle_69"; -main_Toggle_69_in_2 = 0; -main_Toggle_69_in_3 = 0; -main_Toggle_69_in_4 = NULL; -main_Toggle_69_in_5 = NULL; -main_Toggle_69_in_6 = NULL; -main_Toggle_69_out_1 = 0; -main_Transmitter_295_out_1 = NULL; -main_Receiver_536_out_1 = NULL; -main_ManageControlPanel_10_in_1 = {"Color range 1"}; -main_Toggle_70_in_1 = "Toggle_70"; -main_Toggle_70_in_2 = 0; -main_Toggle_70_in_3 = 0; -main_Toggle_70_in_4 = NULL; -main_Toggle_70_in_5 = NULL; -main_Toggle_70_in_6 = NULL; -main_Toggle_70_out_1 = 0; -main_Transmitter_298_out_1 = NULL; -main_Receiver_537_out_1 = NULL; -main_ManageControlPanel_11_in_1 = {"Map plane 2"}; -main_Toggle_71_in_1 = "Toggle_71"; -main_Toggle_71_in_2 = 0; -main_Toggle_71_in_3 = 0; -main_Toggle_71_in_4 = NULL; -main_Toggle_71_in_5 = NULL; -main_Toggle_71_in_6 = NULL; -main_Toggle_71_out_1 = 0; -main_Transmitter_299_out_1 = NULL; -main_Receiver_538_out_1 = NULL; -main_ManageControlPanel_12_in_1 = {"Color range 2"}; -main_Toggle_72_in_1 = "Toggle_72"; -main_Toggle_72_in_2 = 0 ; -main_Toggle_72_in_3 = 0; -main_Toggle_72_in_4 = NULL; -main_Toggle_72_in_5 = NULL; -main_Toggle_72_in_6 = NULL; -main_Toggle_72_out_1 = 0 ; -main_Transmitter_300_out_1 = NULL; -main_Receiver_668_out_1 = NULL; -main_ManageControlPanel_13_in_1 = {"Spray color range"}; -main_ManageControlPanel_15_in_1 = {"DX File"}; -main_Toggle_85_in_1 = "Toggle_85"; -main_Toggle_85_in_2 = 0; -main_Toggle_85_in_3 = 0; -main_Toggle_85_in_4 = NULL; -main_Toggle_85_in_5 = NULL; -main_Toggle_85_in_6 = NULL; -main_Toggle_85_out_1 = 0; -main_Transmitter_387_out_1 = NULL; -main_Receiver_723_out_1 = NULL; -main_ManageControlPanel_16_in_1 = {"Options 1"}; -main_Toggle_86_in_1 = "Toggle_86"; -main_Toggle_86_in_2 = 0; -main_Toggle_86_in_3 = 0; -main_Toggle_86_in_4 = NULL; -main_Toggle_86_in_5 = NULL; -main_Toggle_86_in_6 = NULL; -main_Toggle_86_out_1 = 0; -main_Transmitter_388_out_1 = NULL; -main_Receiver_724_out_1 = NULL; -main_ManageControlPanel_17_in_1 = {"Options 2"}; -main_Receiver_371_out_1 = NULL; -main_Route_132_in_2 = 1; -main_Route_132_out_3 = NULL; -main_Reset_5_in_1 = "main_Reset_5_out_1"; -main_Reset_5_in_2 = 0; -main_Reset_5_in_3 = 0; -main_Reset_5_in_4 = NULL; -main_Reset_5_in_5 = NULL; -main_Reset_5_in_6 = NULL; -main_Reset_5_out_1 = 0; -main_Route_85_out_1 = NULL; -main_Print_7_in_2 = NULL; -main_Print_7_in_3 = NULL; -main_Print_15_in_2 = "rd"; -main_Print_15_in_3 = NULL; -main_Print_16_in_2 = "rd"; -main_Print_16_in_3 = NULL; -main_Transmitter_123_out_1 = NULL; -main_Receiver_152_out_1 = NULL; -main_Transmitter_122_out_1 = NULL; -main_Receiver_153_out_1 = NULL; -main_Receiver_521_out_1 = NULL; -main_Receiver_634_out_1 = NULL; -main_Reset_4_in_1 = "main_Reset_4_out_1"; -main_Reset_4_in_2 = 1; -main_Reset_4_in_3 = 0; -main_Reset_4_in_4 = NULL; -main_Reset_4_in_5 = NULL; -main_Reset_4_in_6 = NULL; -main_Reset_4_out_1 = 1; -main_Toggle_31_in_1 = "Toggle_31"; -main_Toggle_31_in_2 = 0; -main_Toggle_31_in_3 = 0; -main_Toggle_31_in_4 = NULL; -main_Toggle_31_in_5 = NULL; -main_Toggle_31_in_6 = NULL; -main_Toggle_31_out_1 = 0; -main_Route_37_out_1 = NULL; -main_Switch_97_out_1 = NULL; -main_Render_6_in_3 = NULL; -main_Render_6_out_1 = NULL; -main_WriteImage_1_in_3 = NULL; -main_WriteImage_1_in_4 = NULL; -Executive("product version 4 4 4"); -$sync - -sequence main(); -play; diff --git a/etc/apps/ensightFoam/bashrc b/etc/apps/ensight/bashrc similarity index 98% rename from etc/apps/ensightFoam/bashrc rename to etc/apps/ensight/bashrc index bdeb45dc6..ba320e7ca 100644 --- a/etc/apps/ensightFoam/bashrc +++ b/etc/apps/ensight/bashrc @@ -23,7 +23,7 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Script -# ensightFoam/bashrc +# ensight/bashrc # # Description # Setup file for Ensight 8.? diff --git a/etc/apps/ensightFoam/cshrc b/etc/apps/ensight/cshrc similarity index 98% rename from etc/apps/ensightFoam/cshrc rename to etc/apps/ensight/cshrc index 9f784ed13..bb48324cb 100644 --- a/etc/apps/ensightFoam/cshrc +++ b/etc/apps/ensight/cshrc @@ -23,7 +23,7 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Script -# ensightFoam/cshrc +# ensight/cshrc # # Description # Startup File for Ensight 8.?. diff --git a/etc/apps/paraview/bashrc b/etc/apps/paraview/bashrc deleted file mode 100644 index d65c25205..000000000 --- a/etc/apps/paraview/bashrc +++ /dev/null @@ -1,65 +0,0 @@ -#----------------------------------*-sh-*-------------------------------------- -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------ -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# Script -# paraview/bashrc -# -# Description -# Setup file for Paraview. -# Sourced from OpenFOAM-?.?/etc/bashrc -# -#------------------------------------------------------------------------------ - -export CMAKE_HOME=$WM_THIRD_PARTY_DIR/cmake-2.4.6/platforms/$WM_ARCH - -if [ -r $CMAKE_HOME ]; then - export PATH=$CMAKE_HOME/bin:$PATH -else - unset CMAKE_HOME -fi - -export ParaView_VERSION=2.4.4 - -export ParaView_INST_DIR=$WM_THIRD_PARTY_DIR/ParaView$ParaView_VERSION -export ParaView_DIR=$ParaView_INST_DIR/lib/paraview-2.4 - -if [ "$PYTHONPATH" ]; then - export PYTHONPATH=$PYTHONPATH:$ParaView_DIR/Utilities/VTKPythonWrapping -else - export PYTHONPATH=$ParaView_DIR/Utilities/VTKPythonWrapping -fi - -if [ -r $ParaView_INST_DIR ]; then - export PV_INTERFACE_PATH=$FOAM_UTILITIES/postProcessing/graphics/PVFoamReader/PVFoamReader/Make - - export PATH=$ParaView_INST_DIR/bin:$PATH - export LD_LIBRARY_PATH=${ParaView_INST_DIR}/lib:${ParaView_INST_DIR}/lib/vtk:${LD_LIBRARY_PATH} - export PV_PLUGIN_PATH=$FOAM_LIBBIN -fi - -if [ -r $ParaView_DIR ]; then - export VTK_DIR=$ParaView_DIR/VTK -fi - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/paraview/cshrc b/etc/apps/paraview/cshrc deleted file mode 100644 index 2ccfbb1a2..000000000 --- a/etc/apps/paraview/cshrc +++ /dev/null @@ -1,65 +0,0 @@ -#----------------------------------*-sh-*-------------------------------------- -# ========= | -# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox -# \\ / O peration | -# \\ / A nd | Copyright held by original author -# \\/ M anipulation | -#------------------------------------------------------------------------------ -# License -# This file is part of OpenFOAM. -# -# OpenFOAM is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation; either version 2 of the License, or (at your -# option) any later version. -# -# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenFOAM; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# Script -# paraview/cshrc -# -# Description -# Startup File for Paraview. -# Sourced from OpenFOAM-?.?/etc/cshrc -# -#------------------------------------------------------------------------------ - -setenv CMAKE_HOME $WM_THIRD_PARTY_DIR/cmake-2.4.6/platforms/$WM_ARCH - -if ( -r $CMAKE_HOME ) then - set path=($CMAKE_HOME/bin $path) -else - unsetenv CMAKE_HOME -endif - -setenv ParaView_VERSION 2.4.4 - -setenv ParaView_INST_DIR $WM_THIRD_PARTY_DIR/paraview-$ParaView_VERSION -setenv ParaView_DIR $ParaView_INST_DIR/platforms/$WM_ARCH$WM_COMPILER - -if ($?PYTHONPATH) then - setenv PYTHONPATH ${PYTHONPATH}:$ParaView_DIR/bin:$ParaView_DIR/Utilities/VTKPythonWrapping -else - setenv PYTHONPATH $ParaView_DIR/bin:$ParaView_DIR/Utilities/VTKPythonWrapping -endif - -if ( -r $ParaView_INST_DIR ) then - setenv PV_INTERFACE_PATH $FOAM_UTILITIES/postProcessing/graphics/PVFoamReader/PVFoamReader/Make - - set path=($ParaView_DIR/bin $path) - setenv LD_LIBRARY_PATH ${ParaView_DIR}/lib:${ParaView_DIR}/lib/vtk:${LD_LIBRARY_PATH} - setenv PV_PLUGIN_PATH $FOAM_LIBBIN -endif - -if ( -r $ParaView_DIR ) then - setenv VTK_DIR $ParaView_DIR/VTK -endif - -# ----------------------------------------------------------------------------- diff --git a/etc/apps/paraview3/bashrc b/etc/apps/paraview3/bashrc index 927755005..f5fdc1e4a 100644 --- a/etc/apps/paraview3/bashrc +++ b/etc/apps/paraview3/bashrc @@ -29,26 +29,50 @@ # Setup file for ParaView3. # Sourced from OpenFOAM-?.?/etc/bashrc # +# Note +# The env. variable 'ParaView_DIR' is required for building plugins #------------------------------------------------------------------------------ export CMAKE_HOME=$WM_THIRD_PARTY_DIR/cmake-2.4.6/platforms/$WM_ARCH if [ -r $CMAKE_HOME ]; then - export PATH=$CMAKE_HOME/bin:$PATH +# determine the cmake to be used +unset CMAKE_HOME +for cmake in cmake-2.6.4 cmake-2.6.2 cmake-2.4.6 +do + cmake=$WM_THIRD_PARTY_DIR/$cmake/platforms/$WM_ARCH + if [ -r $cmake ] + then + export CMAKE_HOME=$cmake + export PATH=$CMAKE_HOME/bin:$PATH else unset CMAKE_HOME -fi + break + fi +done export ParaView_VERSION="3.3-cvs" # export ParaView_VERSION="3.4.0" +# set MAJOR and VERSION variables if not already set +[ -z "$ParaView_MAJOR" ] && export ParaView_MAJOR=paraview-3.6 +[ -z "$ParaView_VERSION" ] && export ParaView_VERSION=3.6.1 export ParaView_INST_DIR=$WM_THIRD_PARTY_DIR/ParaView-$ParaView_VERSION +export ParaView_INST_DIR=$WM_THIRD_PARTY_DIR/paraview-$ParaView_VERSION export ParaView_DIR=$ParaView_INST_DIR/platforms/$WM_ARCH$WM_COMPILER if [ "$PYTHONPATH" ]; then export PYTHONPATH=$PYTHONPATH:$ParaView_DIR/Utilities/VTKPythonWrapping +# add in python libraries if required +paraviewPython=$ParaView_DIR/Utilities/VTKPythonWrapping +if [ -r $paraviewPython ] +then + if [ "$PYTHONPATH" ] + then + export PYTHONPATH=$PYTHONPATH:$paraviewPython:$ParaView_DIR/lib/$ParaView_MAJOR else export PYTHONPATH=$ParaView_DIR/Utilities/VTKPythonWrapping + export PYTHONPATH=$paraviewPython:$ParaView_DIR/lib/$ParaView_MAJOR fi if [ $WM_ARCH == "darwinPpc" -o $WM_ARCH == "darwinIntel" ] then @@ -56,6 +80,8 @@ then fi if [ -r $ParaView_DIR ]; then +if [ -r $ParaView_DIR ] +then export PATH=$ParaView_DIR/bin:$PATH export LD_LIBRARY_PATH=$ParaView_DIR/bin:$LD_LIBRARY_PATH if [ $WM_ARCH == "darwinPpc" -o $WM_ARCH == "darwinIntel" ] @@ -73,4 +99,5 @@ if [ -r $ParaView_DIR ]; then fi fi +unset cmake paraviewPython # ----------------------------------------------------------------------------- diff --git a/etc/apps/paraview3/cshrc b/etc/apps/paraview3/cshrc index d2064d14c..66aaf1841 100644 --- a/etc/apps/paraview3/cshrc +++ b/etc/apps/paraview3/cshrc @@ -26,36 +26,44 @@ # paraview3/cshrc # # Description -# Startup File for Paraview3 -# Sourced from OpenFOAM-?.?/etc/cshrc +# Setup file for paraview-3.x +# Sourced from OpenFOAM-*/etc/cshrc # +# Note +# The env. variable 'ParaView_DIR' is required for building plugins #------------------------------------------------------------------------------ -setenv CMAKE_HOME $WM_THIRD_PARTY_DIR/cmake-2.4.6/platforms/$WM_ARCH +# determine the cmake to be used +unsetenv CMAKE_HOME +foreach cmake ( cmake-2.6.4 cmake-2.6.2 cmake-2.4.6 ) + set cmake=$WM_THIRD_PARTY_DIR/$cmake/platforms/$WM_ARCH + if ( -r $cmake ) then + setenv CMAKE_HOME $cmake + set path=($CMAKE_HOME/bin $path) + break + endif +end -if ( -r $CMAKE_HOME ) then - set path=($CMAKE_HOME/bin $path) -else - unsetenv CMAKE_HOME -endif +if ( ! $?ParaView_MAJOR ) setenv ParaView_MAJOR paraview-3.6 +if ( ! $?ParaView_VERSION ) setenv ParaView_VERSION 3.6.1 -setenv ParaView_VERSION 3.3-cvs - -setenv ParaView_INST_DIR $WM_THIRD_PARTY_DIR/ParaView$ParaView_VERSION +setenv ParaView_INST_DIR $WM_THIRD_PARTY_DIR/paraview-$ParaView_VERSION setenv ParaView_DIR $ParaView_INST_DIR/platforms/$WM_ARCH$WM_COMPILER -if ($?PYTHONPATH) then - setenv PYTHONPATH ${PYTHONPATH}:$ParaView_DIR/bin:$ParaView_DIR/Utilities/VTKPythonWrapping -else - setenv PYTHONPATH $ParaView_DIR/bin:$ParaView_DIR/Utilities/VTKPythonWrapping +# add in python libraries if required +set paraviewPython=$ParaView_DIR/Utilities/VTKPythonWrapping +if ( -r $paraviewPython ) then + if ($?PYTHONPATH) then + setenv PYTHONPATH ${PYTHONPATH}:${paraviewPython}:$ParaView_DIR/lib/${$ParaView_MAJOR} + else + setenv PYTHONPATH ${paraviewPython}:$ParaView_DIR/lib/${$ParaView_MAJOR} + endif endif -setenv PYTHONPATH $ParaView_DIR/lib/paraview-3.3/:$PYTHONPATH - if ( -r $ParaView_INST_DIR ) then set path=($ParaView_DIR/bin $path) - setenv LD_LIBRARY_PATH $ParaView_DIR/lib:$LD_LIBRARY_PATH setenv PV_PLUGIN_PATH $FOAM_LIBBIN endif +unset cmake paraviewPython # ----------------------------------------------------------------------------- diff --git a/etc/bashrc b/etc/bashrc index 920477245..4ded7bb19 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -33,14 +33,15 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=1.5-dev -#: ${WM_PROJECT_VERSION:=dev}; export WM_PROJECT_VERSION +export WM_PROJECT_VERSION=1.6-ext # helps to easily write #ifdefs to detect a dev-version export FOAM_DEV=1 -#!!User: -# either set $FOAM_INST_DIR before sourcing this file or set +################################################################################ +# USER EDITABLE PART +# +# either set $FOAM_INST_DIR before sourcing this file or set # $foamInstall below to where OpenFOAM is installed # # Location of FOAM installation @@ -49,9 +50,22 @@ foamInstall=$HOME/$WM_PROJECT # foamInstall=~$WM_PROJECT # foamInstall=/usr/local/$WM_PROJECT # foamInstall=/opt/$WM_PROJECT +# +# END OF (NORMAL) USER EDITABLE PART +################################################################################ +# note the location for later use (eg, in job scripts) : ${FOAM_INST_DIR:=$foamInstall}; export FOAM_INST_DIR +# The old dirs to be cleaned from the various environment variables +# - remove anything under top-level directory. +# NB: the WM_PROJECT_INST_DIR might not be identical between versions +foamOldDirs="$FOAM_INST_DIR $HOME/$WM_PROJECT/$USER" +if [ "$WM_PROJECT_INST_DIR" != "$FOAM_INST_DIR" ] +then + foamOldDirs="$WM_PROJECT_INST_DIR $foamOldDirs" +fi + # Location of site/user files # ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -62,13 +76,13 @@ export WM_PROJECT_USER_DIR=$HOME/$WM_PROJECT/$USER-$WM_PROJECT_VERSION # Location of third-party software # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -export WM_THIRD_PARTY_DIR=$WM_PROJECT_INST_DIR/ThirdParty +export WM_THIRD_PARTY_DIR=$WM_PROJECT_INST_DIR/ThirdParty-$WM_PROJECT_VERSION -# Operating System/Platform from Unix or MSWindows -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# WM_OS = Unix | MSWindows -: ${WM_OS:=Unix}; export WM_OS +# Operating System/Platform +# ~~~~~~~~~~~~~~~~~~~~~~~~~ +# WM_OSTYPE = POSIX | ???? +: ${WM_OSTYPE:=POSIX}; export WM_OSTYPE # Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc) @@ -91,12 +105,8 @@ export WM_NCOMPPROCS=2 # WM_COMPILE_OPTION = Opt | Debug | Prof : ${WM_COMPILE_OPTION:=Opt}; export WM_COMPILE_OPTION -#: ${WM_COMPILE_OPTION:=Debug}; export WM_COMPILE_OPTION -# WM_JAVAC_OPTION = Opt | Debug -: ${WM_JAVAC_OPTION:=Opt}; export WM_JAVAC_OPTION - -# WM_MPLIB = | OPENMPI| LAM | MPICH | MPICH-GM | HPMPI | GAMMA | MPI | QSMPI +# WM_MPLIB = | OPENMPI | MPICH | MPICH-GM | HPMPI | GAMMA | MPI | QSMPI : ${WM_MPLIB:=OPENMPI}; export WM_MPLIB @@ -137,9 +147,6 @@ Linux) export WM_CFLAGS='-m64 -fPIC' export WM_CXXFLAGS='-m64 -fPIC' export WM_LDFLAGS='-m64' - #export WM_COMPILER=Icc - #export WM_CC='icc' - #export WM_CXX='icpc' ;; *) echo Unknown WM_ARCH_OPTION $WM_ARCH_OPTION, should be 32 or 64 @@ -216,21 +223,18 @@ USAGE esac -# Clean standard environment variables (PATH, MANPATH, LD_LIBRARY_PATH) -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Clean standard environment variables (PATH, LD_LIBRARY_PATH, MANPATH) +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cleanProg=$WM_PROJECT_DIR/bin/foamCleanPath -# Remove anything under top-level foam directory -wildCards="$WM_PROJECT_INST_DIR $HOME/$WM_PROJECT/$USER" - -#- Clean path/PATH -cleanPath=`$cleanProg "$PATH" "$wildCards"` && PATH="$cleanPath" +#- Clean PATH +cleanEnv=`$cleanProg "$PATH" "$foamOldDirs"` && PATH="$cleanEnv" #- Clean LD_LIBRARY_PATH -cleanPath=`$cleanProg "$LD_LIBRARY_PATH" "$wildCards"` && LD_LIBRARY_PATH="$cleanPath" +cleanEnv=`$cleanProg "$LD_LIBRARY_PATH" "$foamOldDirs"` && LD_LIBRARY_PATH="$cleanEnv" #- Clean MANPATH -cleanPath=`$cleanProg "$MANPATH" "$wildCards"` && MANPATH="$cleanPath" +cleanEnv=`$cleanProg "$MANPATH" "$foamCleanDirs"` && MANPATH="$cleanEnv" export PATH LD_LIBRARY_PATH MANPATH @@ -255,33 +259,33 @@ _foamSource $WM_PROJECT_DIR/etc/aliases.sh # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # _foamSource $WM_PROJECT_DIR/etc/apps/paraview/bashrc _foamSource $WM_PROJECT_DIR/etc/apps/paraview3/bashrc -_foamSource $WM_PROJECT_DIR/etc/apps/ensightFoam/bashrc -# _foamSource $WM_PROJECT_DIR/etc/apps/cint/bashrc +_foamSource $WM_PROJECT_DIR/etc/apps/ensight/bashrc -# Again clean environment (path, PATH, MANPATH, LD_LIBRARY_PATH) -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -#- Clean path/PATH. Only remove duplicates -cleanPath=`$cleanProg "$PATH"` && PATH="$cleanPath" +# Clean environment paths again. Only remove duplicates +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#- Clean PATH +cleanEnv=`$cleanProg "$PATH"` && PATH="$cleanEnv" #- Clean LD_LIBRARY_PATH -cleanPath=`$cleanProg "$LD_LIBRARY_PATH"` && LD_LIBRARY_PATH="$cleanPath" +cleanEnv=`$cleanProg "$LD_LIBRARY_PATH"` && LD_LIBRARY_PATH="$cleanEnv" #- Clean MANPATH -cleanPath=`$cleanProg "$MANPATH"` && MANPATH="$cleanPath:" +cleanEnv=`$cleanProg "$MANPATH"` && MANPATH="$cleanEnv:" export PATH LD_LIBRARY_PATH MANPATH #- Clean LD_PRELOAD -if [ "$LD_PRELOAD" != "" ]; then - cleanPath=`$cleanProg "$LD_PRELOAD"` && LD_PRELOAD="$cleanPath" +if [ "$LD_PRELOAD" != "" ] +then + cleanEnv=`$cleanProg "$LD_PRELOAD"` && LD_PRELOAD="$cleanEnv" export LD_PRELOAD fi # cleanup environment: # ~~~~~~~~~~~~~~~~~~~~ -unset cleanPath cleanProg foamInstall +unset cleanEnv cleanProg foamInstall foamOldDirs unset _foamSource # ----------------------------------------------------------------------------- diff --git a/etc/cellModels b/etc/cellModels index 344f0e7e7..ca710a777 100644 --- a/etc/cellModels +++ b/etc/cellModels @@ -1,8 +1,8 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.openfoam.org | +| \\ / O peration | Version: 1.6 | +| \\ / A nd | Web: http://www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/etc/controlDict b/etc/controlDict index 7c6beba98..07f29b4bd 100644 --- a/etc/controlDict +++ b/etc/controlDict @@ -2,7 +2,7 @@ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.openfoam.org | +| \\ / A nd | Web: http://www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile @@ -19,7 +19,6 @@ FoamFile Documentation { docBrowser "kde-open %f"; - // docBrowser "open %f"; // for the Mac doxyDocDirs ( "$WM_PROJECT_USER_DIR/Doxygen/html" @@ -39,6 +38,7 @@ DebugSwitches cyclicGgi 0; coupledLduMatrix 1; + Analytical 0; APIdiffCoefFunc 0; Ar 0; BICCG 0; @@ -62,18 +62,25 @@ DebugSwitches C8H18 0; C9H20 0; CH3OH 0; - CallbackRegistry 0; + CH4N2O 0; CarnahanStarling 0; + CallbackRegistry 0; + CentredFitData 0; + CentredFitData 0; + CentredFitData 0; + CentredFitData 0; ChomiakInjector 0; + Cloud 0; + Cloud 0; + Cloud 0; Cloud 0; - Cloud 0; Cloud 0; Cloud 0; - Cloud 0; - Cloud 0; Cloud 0; CoEuler 0; CompositionModel 0; + ConeInjection 0; + Constant 0; ConstantRateDevolatilisation 0; CrankNicholson 0; CrossPowerLaw 0; @@ -82,6 +89,7 @@ DebugSwitches DICGaussSeidel 0; DILU 0; DILUGaussSeidel 0; + DataEntry 0; DeardorffDiffStress 0; DispersionModel 0; DispersionRASModel 0; @@ -91,6 +99,7 @@ DebugSwitches Euler 0; EulerImplicit 0; EulerRotation 0; + extendedCellToFaceStencil 0; FDIC 0; FaceCellWave 0; GAMG 0; @@ -112,39 +121,40 @@ DebugSwitches H2O 0; HashTable 0; HeatTransferModel 0; + HerschelBulkley 0; HrenyaSinclair 0; IC8H18 0; ICCG 0; + IDDESDelta 0; IDEA 0; IFstream 0; + IOMap 0; IOPtrList 0; IOPtrList 0; IOPtrList 0; IOPtrList 0; IOobject 0; InjectionModel 0; + IntegrationScheme 0; JohnsonJackson 0; KRR4 0; - KinematicCloud 0; - KinematicCloud 0; - KinematicCloud 0; - KinematicParcel 0; - KinematicParcel 0; + KinematicCloud 0; + KinematicCloud 0; + KinematicCloud 0; + KinematicParcel 0; + KinematicParcel 0; + LESModel 0; LESdelta 0; LESfilter 0; - LESmodel 0; LISA 0; LRR 0; LRRDiffStress 0; LamBremhorstKE 0; LaunderGibsonRSTM 0; LaunderSharmaKE 0; - LduMatrix 1; LienCubicKE 0; LienCubicKELowRe 0; LienLeschzinerLowRe 0; - Lun 0; - LunSavage 0; MB 0; MC 0; MCV 0; @@ -190,17 +200,19 @@ DebugSwitches PatchToPatchInterpolation 0; Phi 0; PointEdgeWave 0; + POSIX 0; Prandtl 0; PrimitivePatch 0; Pstream 0; QUICK 0; QUICKV 0; QZeta 0; + RASModel 0; RK 0; RNGkEpsilon 0; RanzMarshall 0; - ReactingCloud 0; - ReactingParcel 0; + ReactingCloud 0; + ReactingParcel 0; Rebound 0; ReitzDiwakar 0; ReitzKHRT 0; @@ -213,6 +225,8 @@ DebugSwitches SIBS 0; SKA 0; SLTS 0; + SRFModel 0; + SRFVelocity 0; STARCDRotation 0; Schaeffer 0; SchillerNaumann 0; @@ -220,8 +234,9 @@ DebugSwitches SingleKineticRateDevolatilisation 0; SingleMixtureFraction 0; Smagorinsky 0; - SmoothSolver 0; SpalartAllmaras 0; + SpalartAllmarasDDES 0; + SpalartAllmarasIDDES 0; SphereDrag 0; StandardWallInteraction 0; StaticHashTable 0; @@ -233,13 +248,16 @@ DebugSwitches SyamlalOBrien 0; SyamlalRogersOBrien 0; TAB 0; - ThermoCloud 0; - ThermoCloud 0; - ThermoParcel 0; - ThermoParcel 0; + Table 0; + ThermoCloud 0; + ThermoCloud 0; + ThermoParcel 0; + ThermoParcel 0; UMIST 0; UMISTV 0; - Unix 0; + UpwindFitData 0; + UpwindFitData 0; + UpwindFitData 0; WallInteractionModel 0; WenYu 0; aC11H10 0; @@ -250,6 +268,9 @@ DebugSwitches addPoint 0; advective 0; algebraicPair 0; + alphaContactAngle 0; + alphaFixedPressure 0; + alphatWallFunction 0; angularOscillatingDisplacement 0; angularOscillatingVelocity 0; anisotropic 0; @@ -257,14 +278,21 @@ DebugSwitches atomizationModel 0; attachDetach 0; autoHexMeshDriver 0; + autoLayerDriver 0; + autoRefineDriver 0; + autoSnapDriver 0; bC11H10 0; backward 0; basePatch 0; basicKinematicCloud 0; + basicKinematicParcel 0; basicMixture 0; basicReactingCloud 0; + basicReactingParcel 0; basicThermo 0; basicThermoCloud 0; + basicThermoParcel 0; + biLinearFit 0; binaryAbsorptionEmission 0; blended 0; blobsSheetAtomization 0; @@ -279,7 +307,6 @@ DebugSwitches boxToPoint 0; breakupModel 0; calculated 0; - cartesian 0; cell 0; cellClassification 0; cellCuts 0; @@ -297,6 +324,8 @@ DebugSwitches cellToFace 0; cellToPoint 0; cellZone 0; + centredCECStencil 0; + centredCFCStencil 0; chemistryReader 0; chemistrySolver 0; chemkinReader 0; @@ -309,24 +338,25 @@ DebugSwitches commSchedule 0; commonRailInjector 0; compound 0; - conductivityModel 0; constInjector 0; constant 0; constantAbsorptionEmission 0; - constantGammaContactAngle 0; + constantAlphaContactAngle 0; constantScatter 0; coordinateRotation 0; coordinateSystem 0; + coordinateSystems 0; corrected 0; coupled 0; cubeRootVol 0; cubic 0; + cubicUpwindFit 0; curve 0; cyclic 0; cyclicLduInterface 0; cyclicLduInterfaceField 0; + cylinderToCell 0; cylindrical 0; - dataSchedule 0; decompositionMethod 0; definedHollowConeInjector 0; definedInjector 0; @@ -335,11 +365,11 @@ DebugSwitches diagonal 0; dictionary 0; dimensionSet 1; - directMapped 0; + directMappedBase 0; directMappedPatch 0; + directMappedVelocityFlux 0; directionMixed 0; directional 0; - disallowDefaultFvsPatchField 0; disallowGenericFvPatchField 0; disallowGenericPointPatchField 0; disallowGenericPolyPatch 0; @@ -350,6 +380,7 @@ DebugSwitches displacementInterpolation 0; displacementLaplacian 0; displacementSBRStress 0; + distanceSurface 0; downwind 0; dragModel 0; duplicatePoints 0; @@ -357,8 +388,8 @@ DebugSwitches dynMixedSmagorinsky 0; dynOneEqEddy 0; dynSmagorinsky 0; + dynamicAlphaContactAngle 0; dynamicFvMesh 0; - dynamicGammaContactAngle 0; dynamicInkJetFvMesh 0; dynamicMotionSolverFvMesh 0; dynamicRefineFvMesh 0; @@ -368,6 +399,7 @@ DebugSwitches empty 0; engineMesh 0; enrichedPatch 0; + epsilonWallFunction 0; errorDrivenRefinement 0; evaporationModel 0; exponential 0; @@ -392,13 +424,20 @@ DebugSwitches filteredLinear 0; filteredLinear2 0; filteredLinear2V 0; + filteredLinear3 0; + filteredLinear3V 0; fixedEnthalpy 0; - fixedFluxBuoyantPressure 0; + buoyantPressure 0; + fixedFluxBoussinesqBuoyantPressure 0; fixedFluxPressure 0; fixedGradient 0; + fixedInternalEnergy 0; + fixedInternalValue 0; fixedNormalSlip 0; + fixedPressureCompressibleDensity 0; fixedUnburntEnthalpy 0; fixedValue 0; + flowRateInletVelocity 0; fluxCorrectedVelocity 0; foamChemistryReader 0; foamFile 0; @@ -421,20 +460,18 @@ DebugSwitches fvTensorMatrix 0; fvVectorMatrix 0; fvsPatchField 0; - gammaContactAngle 0; - gammaFixedPressure 0; general 0; generic 0; genericPatch 0; geomCellLooper 0; geometricSurfacePatch 0; - ggi 0; global 0; globalMeshData 0; globalPoints 0; gnuplot 0; gradientDispersionRAS 0; gradientEnthalpy 0; + gradientInternalEnergy 0; gradientUnburntEnthalpy 0; granularPressureModel 0; hCombustionThermo 0; @@ -465,25 +502,29 @@ DebugSwitches hhuMixtureThermo>>>> 0; hierarchical 0; hollowConeInjector 0; + iC3H8O 0; indexedOctree 0; indexedParticle 0; injectorModel 0; injectorType 0; inletOutlet 0; inletOutletTotalTemperature 0; - inputMode 0; interfaceCompression 0; intersectedSurface 0; inverseDistance 0; inverseFaceDistance 0; inversePointDistance 0; inverseVolume 0; + isoSurface 0; + isoSurfaceCell 0; jplot 0; jumpCyclic 0; kEpsilon 0; + kOmega 0; kOmegaSST 0; + kOmegaSSTSAS 0; + kqRWallFunction 0; kinematicCloud 0; - kinematicParcel 0; labelField 0; labelList 0; labelListList 0; @@ -502,6 +543,7 @@ DebugSwitches leastSquares 0; leastSquaresVectors 0; level 2; + limitWith 0; limited 0; limitedCubic 0; limitedCubic01 0; @@ -516,6 +558,7 @@ DebugSwitches limitedSurfaceInterpolationScheme 0; limitedVanLeer 0; linear 0; + linearFit 0; linearUpwind 0; linearUpwindV 0; liquid 0; @@ -526,7 +569,6 @@ DebugSwitches localPointRegion 0; lowReOneEqEddy 0; manual 0; - massFlowRateInletVelocity 0; meshCutAndRemove 0; meshCutter 0; meshModifier 0; @@ -538,6 +580,7 @@ DebugSwitches midPointAndFace 0; mixed 0; mixedEnthalpy 0; + mixedInternalEnergy 0; mixedSmagorinsky 0; mixedUnburntEnthalpy 0; mixerFvMesh 0; @@ -550,22 +593,32 @@ DebugSwitches motionSolver 0; movingConeTopoFvMesh 0; movingWallVelocity 0; - muSgsWallFunction 0; + muSgsSpalartAllmarasWallFunction 0; multiDirRefinement 0; + multiHoleInjector 0; multivariateSelection 0; - mutStandardRoughWallFunction 0; + mutRoughWallFunction 0; + mutSpalartAllmarasStandardRoughWallFunction 0; + mutSpalartAllmarasStandardWallFunction 0; + mutSpalartAllmarasWallFunction 0; + mutWallFunction 0; + nC3H8O 0; nbrToCell 0; nearestToCell 0; + nearestToPoint 0; noAbsorptionEmission 0; noDragModel 0; noRadiation 0; none 0; normal 0; normalToFace 0; - nuSgsWallFunction 0; - nutStandardRoughWallFunction 0; - nutStandardWallFunction 0; + nuSgsSpalartAllmarasWallFunction 0; + nutRoughWallFunction 0; + nutSpalartAllmarasStandardRoughWallFunction 0; + nutSpalartAllmarasStandardWallFunction 0; + nutSpalartAllmarasWallFunction 0; nutWallFunction 0; + obj 0; objectRegistry 0; octree 0; octreeDataEdges 0; @@ -573,7 +626,7 @@ DebugSwitches octreeDataFaceList 0; octreeDataTriSurface 0; off 0; - offsetTriSurfaceMesh 0; + omegaWallFunction 0; oneEqEddy 0; orientedSurface 0; oscillatingDisplacement 0; @@ -615,11 +668,13 @@ DebugSwitches polyMeshInfo 0; polyTopoChange 0; polyTopoChanger 0; + powerLaw 0; pressureDirectedInletOutletVelocity 0; pressureDirectedInletVelocity 0; pressureInletOutletVelocity 0; pressureInletUniformVelocity 0; pressureInletVelocity 0; + pressureNormalInletOutletVelocity 0; pressureSwirlInjector 0; primitiveMesh 0; primitiveMeshGeometry 0; @@ -631,11 +686,13 @@ DebugSwitches pureMixture>>> 0; pureMixture>>> 0; quadratic 0; - radialModel 0; + quadraticFit 0; + quadraticLinearFit 0; + quadraticLinearUpwindFit 0; + quadraticUpwindFit 0; radiationModel 0; raw 0; reactingCloud 0; - reactingParcel 0; reaction 0; realizableKE 0; refinementHistory 0; @@ -643,6 +700,7 @@ DebugSwitches reflect 0; regIOobject 0; regionSplit 0; + regionToCell 0; remove 0; removeCell 0; removeCells 0; @@ -693,8 +751,8 @@ DebugSwitches staticFvMesh 0; steadyState 0; stl 0; - stochasticDispersionRAS 0; string 0; + stochasticDispersionRAS 0; supersonicFreestream 0; surfaceFeatures 0; surfaceInterpolation 0; @@ -726,11 +784,12 @@ DebugSwitches tensorAverageField 0; tensorField 0; thermoCloud 0; - thermoParcel 0; thermophysicalFunction 0; time 0; - timeVaryingGammaContactAngle 0; + timeVaryingAlphaContactAngle 0; + timeVaryingFlowRateInletVelocity 0; timeVaryingMappedFixedValue 0; + timeVaryingTotalPressure 0; timeVaryingUniformFixedValue 0; timer 0; topoAction 0; @@ -751,17 +810,19 @@ DebugSwitches treeNode 0; triSurface 0; triSurfaceMesh 0; - triSurfaceMeshes 0; turbulenceModel 0; + turbulentHeatFluxTemperature 0; turbulentInlet 0; turbulentIntensityKineticEnergyInlet 0; turbulentMixingLengthDissipationRateInlet 0; + turbulentMixingLengthFrequencyInlet 0; uncorrected 0; undoableMeshCutter 0; uniform 0; uniformFixedValue 0; unitInjector 0; upwind 0; + upwindCFCStencil 0; value 0; vanAlbada 0; vanAlbadaV 0; @@ -786,7 +847,7 @@ DebugSwitches volTensorField::DimensionedInternalField 0; volVectorField 0; volVectorField::DimensionedInternalField 0; - vtkFoam 0; + vtk 0; walkPatch 0; wall 0; wallHeatTransfer 0; @@ -817,54 +878,6 @@ OptimisationSwitches // commsType blocking; //scheduled; //blocking; floatTransfer 0;// Floating transfer not realiable nProcsSimpleSum 0; - - nSquaredProjection 0; -} - -Tolerances -{ - // Primitive mesh checking limits - primitiveMeshClosedThreshold 1e-6; - primitiveMeshAspectThreshold 1000; - primitiveMeshNonOrthThreshold 70; - primitiveMeshSkewThreshold 4; - primitiveMeshFaceAngleThreshold 10; - primitiveMeshFaceFlatnessThreshold 0.8; - - // Geometric matching tolerances - cyclicMatchTol 1e-4; - processorMatchTol 1e-4; - - // Volumetric closed domain - closedDomainTol 1e-10; - - // Patch-to-patch interpolation tolerances - patchToPatchDirectHit 1e-5; - patchToPatchProjectionTol 0.05; - - // Thermophysical models - specieThermoTol 1e-4; - - // Intersection tolerance - intersectionPlanarTol 0.2; - intersectionMissTol 1e-10; - - // Sliding interface -// slidingPointMergeTol 0.2; -// slidingEdgeMergeTol 0.05; -// slidingIntegralAdjTol 0.15; -// slidingEdgeMasterCatchFraction 0.4; -// slidingEdgeEndCutoffTol 0.0001; -// slidingEdgeCoPlanarTol 0.8; - - slidingPointMergeTol 0.2; - slidingEdgeMergeTol 0.05; - slidingIntegralAdjTol 0.15; - slidingEdgeMasterCatchFraction 0.4; - slidingEdgeEndCutoffTol 0.0001; - slidingEdgeCoPlanarTol 0.8; - -// GGIAreaErrorTol 1e-8; } DimensionedConstants @@ -872,31 +885,30 @@ DimensionedConstants // SI units //- Universal gas constant [J/(kmol K)] - R 8314.51; + R 8314.51; //- Standard pressure [Pa] - Pstd 1.0e5; + Pstd 1.0e5; //- Standard temperature [K] - Tstd 298.15; + Tstd 298.15; //- Stefan-Boltzmann constant [J/(K4 m2 s)] - sigmaSB sigmaSB [1 0 -3 -4 0 0 0] 5.670e-08; - + sigmaSB sigmaSB [1 0 -3 -4 0 0 0] 5.670e-08; /* USCS units //- Universal gas constant [lbm ft2/(s2 kmol R)] - R 3406.78; + R 3406.78; //- Standard pressure [lbm/(ft2)] - Pstd 2088.6; + Pstd 2088.6; //- Standard temperature [degR] - Tstd 536.67; + Tstd 536.67; //- Stefan-Boltzmann constant [lbm /(degR4 ft s)] - sigmaSB sigmaSB [1 0 -3 -4 0 0 0] 8.2292e-08; + sigmaSB sigmaSB [1 0 -3 -4 0 0 0] 8.2292e-08; */ } diff --git a/etc/cshrc b/etc/cshrc index 06da70181..044841310 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -32,13 +32,14 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION 1.5-dev -#if ( ! $?WM_PROJECT_VERSION ) setenv WM_PROJECT_VERSION dev +setenv WM_PROJECT_VERSION 1.6-ext # helps to easily write #ifdefs to detect a dev-version setenv FOAM_DEV 1 -#!!User: +################################################################################ +# USER EDITABLE PART +# # either setenv FOAM_INST_DIR before sourcing this file or set # foamInstall below to where OpenFOAM is installed # @@ -48,9 +49,17 @@ set foamInstall = $HOME/$WM_PROJECT # set foamInstall = ~$WM_PROJECT # set foamInstall = /usr/local/$WM_PROJECT # set foamInstall = /opt/$WM_PROJECT +# +# END OF (NORMAL) USER EDITABLE PART +################################################################################ +# note the location for later use (eg, in job scripts) if ( ! $?FOAM_INST_DIR ) setenv FOAM_INST_DIR $foamInstall +# The old dirs to be cleaned from the various environment variables +# - remove anything under top-level directory. +# NB: the WM_PROJECT_INST_DIR might not be identical between versions +set foamOldDirs="$FOAM_INST_DIR $HOME/$WM_PROJECT/$LOGNAME" # Location of site/user files # ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -61,16 +70,16 @@ setenv WM_PROJECT_USER_DIR $HOME/$WM_PROJECT/$LOGNAME-$WM_PROJECT_VERSION # Location of third-party software # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -setenv WM_THIRD_PARTY_DIR $WM_PROJECT_INST_DIR/ThirdParty +setenv WM_THIRD_PARTY_DIR $WM_PROJECT_INST_DIR/ThirdParty-$WM_PROJECT_VERSION -# Operating System/Platform from Unix or MSWindows -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# WM_OS = Unix | MSWindows -if ( ! $?WM_OS ) setenv WM_OS Unix +# Operating System/Platform +# ~~~~~~~~~~~~~~~~~~~~~~~~~ +# WM_OSTYPE = POSIX | ???? +if ( ! $?WM_OSTYPE ) setenv WM_OSTYPE POSIX -# Compiler: set to Gcc, Gcc42 or Icc (for Intel's icc) +# Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if ( ! $?WM_COMPILER ) setenv WM_COMPILER Gcc @@ -89,15 +98,9 @@ if ( ! $?WM_ARCH_OPTION ) setenv WM_ARCH_OPTION 64 if ( ! $?WM_PRECISION_OPTION ) setenv WM_PRECISION_OPTION DP # WM_COMPILE_OPTION = Opt | Debug | Prof -#if ( ! $?WM_COMPILE_OPTION ) setenv WM_COMPILE_OPTION Opt -#if ( ! $?WM_COMPILE_OPTION ) setenv WM_COMPILE_OPTION Debug -setenv WM_COMPILE_OPTION Opt -#setenv WM_COMPILE_OPTION Debug +if ( ! $?WM_COMPILE_OPTION ) setenv WM_COMPILE_OPTION Opt -# WM_JAVAC_OPTION = Opt | Debug -if ( ! $?WM_JAVAC_OPTION ) setenv WM_JAVAC_OPTION Opt - -# WM_MPLIB = | OPENMPI | LAM | MPICH | MPICH-GM | HPMPI | GAMMA | MPI | QSMPI +# WM_MPLIB = | OPENMPI | MPICH | MPICH-GM | HPMPI | GAMMA | MPI | QSMPI if ( ! $?WM_MPLIB ) setenv WM_MPLIB OPENMPI @@ -139,9 +142,6 @@ case Linux: setenv WM_CFLAGS '-m64 -fPIC' setenv WM_CXXFLAGS '-m64 -fPIC' setenv WM_LDFLAGS '-m64' - #setenv WM_COMPILER Icc - #setenv WM_CC 'icc' - #setenv WM_CXX 'icpc' breaksw default: @@ -202,15 +202,15 @@ case SunOS: default: echo echo "Your '$WM_ARCH' operating system is not supported by this release" - echo "of OpenFOAM. For further assistance, please contact www.openfoam.org" + echo "of OpenFOAM. For further assistance, please contact www.OpenFOAM.org" echo breaksw endsw -# Clean standard environment variables (path, PATH, MANPATH, LD_LIBRARY_PATH) -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Clean standard environment variables (path/PATH, LD_LIBRARY_PATH, MANPATH) +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ set cleanProg=$WM_PROJECT_DIR/bin/foamCleanPath if (! $?LD_LIBRARY_PATH ) then @@ -220,21 +220,18 @@ if (! $?MANPATH) then setenv MANPATH '' endif -# Remove anything under top-level foam directory -set wildCards="$WM_PROJECT_INST_DIR $HOME/$WM_PROJECT/$LOGNAME" - #- Clean path/PATH set colonPath=`echo "$path" | sed -e 's/ /:/g'` -set PATH=`$cleanProg "$colonPath" "$wildCards"` +set cleanEnv=`$cleanProg "$colonPath" "$foamOldDirs"` if ( $status == 0 ) then - set path=`echo "$PATH" | sed -e 's/:/ /g'` + set path=`echo "$cleanEnv" | sed -e 's/:/ /g'` endif #- Clean LD_LIBRARY_PATH -setenv LD_LIBRARY_PATH `$cleanProg "$LD_LIBRARY_PATH" "$wildCards"` +setenv LD_LIBRARY_PATH `$cleanProg "$LD_LIBRARY_PATH" "$foamOldDirs"` #- Clean MANPATH -setenv MANPATH `$cleanProg "$MANPATH" "$wildCards"` +setenv MANPATH `$cleanProg "$MANPATH" "$foamOldDirs"` # Source project setup files @@ -248,17 +245,16 @@ _foamSource $WM_PROJECT_DIR/etc/aliases.csh # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # _foamSource $WM_PROJECT_DIR/etc/apps/paraview/cshrc _foamSource $WM_PROJECT_DIR/etc/apps/paraview3/cshrc -_foamSource $WM_PROJECT_DIR/etc/apps/ensightFoam/cshrc -# _foamSource $WM_PROJECT_DIR/etc/apps/cint/bashrc +# _foamSource $WM_PROJECT_DIR/etc/apps/ensight/cshrc -# Again clean environment (path, PATH, MANPATH, LD_LIBRARY_PATH) -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -#- Clean path/PATH. Only remove duplicates +# Clean environment paths again. Only remove duplicates +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#- Clean path/PATH set colonPath=`echo "$path" | sed -e 's/ /:/g'` -set PATH=`$cleanProg "$colonPath"` +set cleanEnv=`$cleanProg "$colonPath"` if ( $status == 0 ) then - set path=`echo "$PATH" | sed -e 's/:/ /g'` + set path=`echo "$cleanEnv" | sed -e 's/:/ /g'` endif #- Clean LD_LIBRARY_PATH @@ -274,9 +270,7 @@ endif # cleanup environment: # ~~~~~~~~~~~~~~~~~~~~ -unset cleanProg -unset wildCards -unset colonPath +unset cleanEnv cleanProg colonPath foamInstall foamOldDirs unalias _foamSource # ----------------------------------------------------------------------------- diff --git a/etc/settings.csh b/etc/settings.csh index 0fff6d3de..13e4eb0b1 100644 --- a/etc/settings.csh +++ b/etc/settings.csh @@ -35,8 +35,6 @@ alias _foamAddPath 'set path=(\!* $path)' # prefix to LD_LIBRARY_PATH alias _foamAddLib 'setenv LD_LIBRARY_PATH \!*\:${LD_LIBRARY_PATH}' -# make directory if it doesn't already exist -alias _foamMkDir 'if ( ! -d \!* ) mkdir -p \!*' # location of the jobControl directory setenv FOAM_JOB_DIR $WM_PROJECT_INST_DIR/jobControl @@ -53,15 +51,19 @@ setenv WM_DECOMP_INC -DFACE_DECOMP setenv WM_DECOMP_LIBS "-lfaceDecompFiniteElement -lfaceDecompositionMotionSolver" # base configuration -setenv FOAM_SRC $WM_PROJECT_DIR/src -setenv FOAM_LIB $WM_PROJECT_DIR/lib -setenv FOAM_LIBBIN $WM_PROJECT_DIR/lib/$WM_OPTIONS setenv FOAM_APP $WM_PROJECT_DIR/applications setenv FOAM_APPBIN $WM_PROJECT_DIR/applications/bin/$WM_OPTIONS +setenv FOAM_LIB $WM_PROJECT_DIR/lib +setenv FOAM_LIBBIN $WM_PROJECT_DIR/lib/$WM_OPTIONS +setenv FOAM_SRC $WM_PROJECT_DIR/src + +# shared site configuration - similar naming convention as ~OpenFOAM expansion +setenv FOAM_SITE_APPBIN $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS +setenv FOAM_SITE_LIBBIN $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS # user configuration -setenv FOAM_USER_LIBBIN $WM_PROJECT_USER_DIR/lib/$WM_OPTIONS setenv FOAM_USER_APPBIN $WM_PROJECT_USER_DIR/applications/bin/$WM_OPTIONS +setenv FOAM_USER_LIBBIN $WM_PROJECT_USER_DIR/lib/$WM_OPTIONS # convenience setenv FOAM_TUTORIALS $WM_PROJECT_DIR/tutorials @@ -73,16 +75,14 @@ setenv FOAM_RUN $WM_PROJECT_USER_DIR/run set path=($WM_DIR $WM_PROJECT_DIR/bin $path) _foamAddPath $FOAM_APPBIN +_foamAddPath $FOAM_SITE_APPBIN _foamAddPath $FOAM_USER_APPBIN + # Make sure to pick up dummy versions of external libraries last +_foamAddLib $FOAM_LIBBIN/dummy _foamAddLib $FOAM_LIBBIN +_foamAddLib $FOAM_SITE_LIBBIN _foamAddLib $FOAM_USER_LIBBIN -# create these directories if necessary: -_foamMkDir $FOAM_LIBBIN -_foamMkDir $FOAM_APPBIN -_foamMkDir $FOAM_USER_LIBBIN -_foamMkDir $FOAM_USER_APPBIN - # Select compiler installation # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -94,7 +94,14 @@ switch ("$compilerInstall") case OpenFOAM: switch ("$WM_COMPILER") case Gcc: - setenv WM_COMPILER_DIR $WM_THIRD_PARTY_DIR/gcc-4.3.1/platforms/$WM_ARCH$WM_COMPILER_ARCH + setenv WM_COMPILER_DIR $WM_THIRD_PARTY_DIR/gcc-4.3.3/platforms/$WM_ARCH$WM_COMPILER_ARCH + _foamAddLib $WM_THIRD_PARTY_DIR/mpfr-2.4.1/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + _foamAddLib $WM_THIRD_PARTY_DIR/gmp-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + breaksw + case Gcc43: + setenv WM_COMPILER_DIR $WM_THIRD_PARTY_DIR/gcc-4.3.3/platforms/$WM_ARCH$WM_COMPILER_ARCH + _foamAddLib $WM_THIRD_PARTY_DIR/mpfr-2.4.1/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + _foamAddLib $WM_THIRD_PARTY_DIR/gmp-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib breaksw case Gcc42: setenv WM_COMPILER_DIR $WM_THIRD_PARTY_DIR/gcc-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH @@ -126,7 +133,7 @@ unset MPI_ARCH_PATH switch ("$WM_MPLIB") case OPENMPI: - set mpi_version=openmpi-1.2.6 + set mpi_version=openmpi-1.3.3 setenv MPI_HOME $WM_THIRD_PARTY_DIR/$mpi_version setenv MPI_ARCH_PATH $MPI_HOME/platforms/$WM_OPTIONS @@ -140,18 +147,28 @@ case OPENMPI: unset mpi_version breaksw -case LAM: - set mpi_version=lam-7.1.4 - setenv MPI_HOME $WM_THIRD_PARTY_DIR/$mpi_version - setenv MPI_ARCH_PATH $MPI_HOME/platforms/$WM_OPTIONS - setenv LAMHOME $WM_THIRD_PARTY_DIR/$mpi_version - # note: LAMHOME is deprecated, should probably point to MPI_ARCH_PATH too +case SYSTEMOPENMPI: - _foamAddPath $MPI_ARCH_PATH/bin - _foamAddLib $MPI_ARCH_PATH/lib + # This uses the installed openmpi. It needs mpicc installed! + + set mpi_version=openmpi-system + + # Set compilation flags here instead of in wmake/rules/../mplibSYSTEMOPENMPI + setenv PINC `mpicc --showme:compile` + setenv PLIBS `mpicc --showme:link` + set libDir=`echo "$PLIBS" | sed -e 's/.*-L\([^ ]*\).*/\1/'` + + if ($?FOAM_VERBOSE && $?prompt) then + echo "Using system installed MPI:" + echo " compile flags : $PINC" + echo " link flags : $PLIBS" + echo " libmpi dir : $libDir" + endif + + _foamAddLib $libDir setenv FOAM_MPI_LIBBIN $FOAM_LIBBIN/$mpi_version - unset mpi_version + unset mpi_version libDir breaksw case MPICH: @@ -272,7 +289,6 @@ endif # ~~~~~~~~~~~~~~~~~~~~ unalias _foamAddPath unalias _foamAddLib -unalias _foamMkDir unset minBufferSize # ----------------------------------------------------------------------------- diff --git a/etc/settings.sh b/etc/settings.sh index bf3eb4095..3717e37b4 100644 --- a/etc/settings.sh +++ b/etc/settings.sh @@ -34,32 +34,21 @@ # prefix to PATH _foamAddPath() { - while [ $# -ge 1 ] - do - export PATH=$1:$PATH - shift - done + while [ $# -ge 1 ] + do + export PATH=$1:$PATH + shift + done } # prefix to LD_LIBRARY_PATH _foamAddLib() { - while [ $# -ge 1 ] - do - export LD_LIBRARY_PATH=$1:$LD_LIBRARY_PATH - shift - done -} - - -# make directories if they don't already exist -_foamMkDir() -{ - while [ $# -ge 1 ] - do - [ -d $1 ] || mkdir -p $1 - shift - done + while [ $# -ge 1 ] + do + export LD_LIBRARY_PATH=$1:$LD_LIBRARY_PATH + shift + done } @@ -78,15 +67,19 @@ export WM_DECOMP_INC=-DFACE_DECOMP export WM_DECOMP_LIBS="-lfaceDecompFiniteElement -lfaceDecompositionMotionSolver" # base configuration -export FOAM_SRC=$WM_PROJECT_DIR/src -export FOAM_LIB=$WM_PROJECT_DIR/lib -export FOAM_LIBBIN=$WM_PROJECT_DIR/lib/$WM_OPTIONS export FOAM_APP=$WM_PROJECT_DIR/applications export FOAM_APPBIN=$WM_PROJECT_DIR/applications/bin/$WM_OPTIONS +export FOAM_LIB=$WM_PROJECT_DIR/lib +export FOAM_LIBBIN=$WM_PROJECT_DIR/lib/$WM_OPTIONS +export FOAM_SRC=$WM_PROJECT_DIR/src + +# shared site configuration - similar naming convention as ~OpenFOAM expansion +export FOAM_SITE_APPBIN=$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS +export FOAM_SITE_LIBBIN=$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS # user configuration -export FOAM_USER_LIBBIN=$WM_PROJECT_USER_DIR/lib/$WM_OPTIONS export FOAM_USER_APPBIN=$WM_PROJECT_USER_DIR/applications/bin/$WM_OPTIONS +export FOAM_USER_LIBBIN=$WM_PROJECT_USER_DIR/lib/$WM_OPTIONS # convenience export FOAM_TUTORIALS=$WM_PROJECT_DIR/tutorials @@ -97,11 +90,10 @@ export FOAM_RUN=$WM_PROJECT_USER_DIR/run # add OpenFOAM scripts and wmake to the path export PATH=$WM_DIR:$WM_PROJECT_DIR/bin:$PATH -_foamAddPath $FOAM_APPBIN $FOAM_USER_APPBIN -_foamAddLib $FOAM_LIBBIN $FOAM_USER_LIBBIN - -# create these directories if necessary: -_foamMkDir $FOAM_LIBBIN $FOAM_USER_LIBBIN $FOAM_APPBIN $FOAM_USER_APPBIN +_foamAddPath $FOAM_APPBIN $FOAM_SITE_APPBIN $FOAM_USER_APPBIN + # Make sure to pick up dummy versions of external libraries last +_foamAddLib $FOAM_LIBBIN/dummy +_foamAddLib $FOAM_LIBBIN $FOAM_SITE_LIBBIN $FOAM_USER_LIBBIN # Compiler settings @@ -114,11 +106,18 @@ unset compilerBin compilerLib #compilerInstall=OpenFOAM compilerInstall=System -case "$compilerInstall" in +case "${compilerInstall:-OpenFOAM}" in OpenFOAM) case "$WM_COMPILER" in Gcc) - export WM_COMPILER_DIR=$WM_THIRD_PARTY_DIR/gcc-4.3.1/platforms/$WM_ARCH$WM_COMPILER_ARCH + export WM_COMPILER_DIR=$WM_THIRD_PARTY_DIR/gcc-4.3.3/platforms/$WM_ARCH$WM_COMPILER_ARCH + _foamAddLib $WM_THIRD_PARTY_DIR/mpfr-2.4.1/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + _foamAddLib $WM_THIRD_PARTY_DIR/gmp-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + ;; + Gcc43) + export WM_COMPILER_DIR=$WM_THIRD_PARTY_DIR/gcc-4.3.3/platforms/$WM_ARCH$WM_COMPILER_ARCH + _foamAddLib $WM_THIRD_PARTY_DIR/mpfr-2.4.1/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib + _foamAddLib $WM_THIRD_PARTY_DIR/gmp-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH/lib ;; Gcc42) export WM_COMPILER_DIR=$WM_THIRD_PARTY_DIR/gcc-4.2.4/platforms/$WM_ARCH$WM_COMPILER_ARCH @@ -156,7 +155,7 @@ unset MPI_ARCH_PATH case "$WM_MPLIB" in OPENMPI) - mpi_version=openmpi-1.2.6 + mpi_version=openmpi-1.3.3 export MPI_HOME=$WM_THIRD_PARTY_DIR/$mpi_version export MPI_ARCH_PATH=$MPI_HOME/platforms/$WM_OPTIONS @@ -170,15 +169,24 @@ OPENMPI) unset mpi_version ;; -LAM) - mpi_version=lam-7.1.4 - export MPI_HOME=$WM_THIRD_PARTY_DIR/$mpi_version - export MPI_ARCH_PATH=$MPI_HOME/platforms/$WM_OPTIONS - export LAMHOME=$WM_THIRD_PARTY_DIR/$mpi_version - # note: LAMHOME is deprecated, should probably point to MPI_ARCH_PATH too +SYSTEMOPENMPI) + mpi_version=openmpi-system + + # Set compilation flags here instead of in wmake/rules/../mplibSYSTEMOPENMPI + export PINC=`mpicc --showme:compile` + export PLIBS=`mpicc --showme:link` + libDir=`echo "$PLIBS" | sed -e 's/.*-L\([^ ]*\).*/\1/'` + + if [ "$FOAM_VERBOSE" -a "$PS1" ] + then + echo "Using system installed MPI:" + echo " compile flags : $PINC" + echo " link flags : $PLIBS" + echo " libmpi dir : $libDir" + fi + + _foamAddLib $libDir - _foamAddPath $MPI_ARCH_PATH/bin - _foamAddLib $MPI_ARCH_PATH/lib export FOAM_MPI_LIBBIN=$FOAM_LIBBIN/$mpi_version unset mpi_version @@ -291,13 +299,14 @@ export MPI_BUFFER_SIZE # Switch on the hoard memory allocator if available # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -#if [ -f $FOAM_LIBBIN/libhoard.so ]; then +#if [ -f $FOAM_LIBBIN/libhoard.so ] +#then # export LD_PRELOAD=$FOAM_LIBBIN/libhoard.so:$LD_PRELOAD #fi # cleanup environment: # ~~~~~~~~~~~~~~~~~~~~ -unset _foamAddPath _foamAddLib _foamMkDir minBufferSize +unset _foamAddPath _foamAddLib minBufferSize # -----------------------------------------------------------------------------