repo.or.cz
/
foam-extend-4.0.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Feature: Various improvements to the test harness. Author: Martin Beaudoin. Merge...
[foam-extend-4.0.git]
/
bin
/
paraFoam.bat
blob
47695ce7f0399fbf35ab11882923b0b299b848ea
1
@echo off
2
3
set CASE_DIR=%cd%
4
for /d %%d in (%CASE_DIR%) do set CASE_FILE=%%~nxd.foam
5
6
type nul >>%CASE_FILE%
7
8
set PARAVIEW_CMD=paraview --data="%CASE_FILE%"
9
echo Running %PARAVIEW_CMD% ...
10
%PARAVIEW_CMD%
11
12
del /f %CASE_FILE%