Isosurface

Hi

I have done a simulation which includes some floating objects. I want "Isosurface" to show the results.

I used the following command:


set dirout2=%dirout%\Isosurface

%isosurface% -dirin %diroutdata% -saveiso %dirout2%/PartAll -onlytype:+all -vars:+all

if not "%ERRORLEVEL%" == "0" goto fail


But, the floating objects are not shown. Only fluid, fixed and moving objects are shown.

What is the problem with the floating objects?

Comments

Sign In or Register to comment.