EnSight 10 Intro Tutorial 1

Get Adobe Flash player

Comments ( 0 )

Viz Used by Zebras?

Why are zebras striped and what does it have to do with visualization?

The Economist is offering up their take on this.

economist article

Comments ( 0 )

Software Support Engineer Job for EnSight

Computational Engineering International (CEI) is currently considering entry level candidates for the position of Engineering Services and Support Engineer.

Functions:

* Act as the level 1 technical contact for accounts in the US
* Assist CEI support engineers and distributors world wide
* Resolve usage based questions via phone and e-mail and investigate software problems
* File and track software bugs and keep users informed of progress
* Work with development team to resolve issues
* Participate in introductory and advanced training classes
* Assist in product testing and software release activities
* Be able to work independently

Required Skills/Background

* Engineering degree or equivalent
* Very clear oral and written communication skills
* Must enjoy problem solving with customers

Other Skills of Interest

* Experience with CAE tools and solvers
* Scientific Visualization
* Python
* Numerical methods

Compensation

In addition to paying a competitive base salary based on education, experience, job duties, and contributions towards the company’s success, CEI also offers the following compensation components:

* Profit Sharing – Based on net profits of the company per quarter. On a yearly basis this component has historically been between 10 and 20% of base pay.
* Medical Insurance – CEI provides comprehensive medical insurance to the employee plus family at no cost to the employee.
* Dental Insurance – CEI provides dental insurance to the employee plus family at no cost to the employee.
* Life and Disability Insurance – CEI provides base coverage for the employee at no cost.
* Health Care Reimbursement Account – CEI provides some funding into this account and the employee may contribute pre tax dollars for further funding.
* Bonus Pay – CEI values the contributions of it’s employees and routinely recognizes extra ordinary efforts by offering bonus pay ranging from a few hundered dollars to a few thousand.
* Stock Grants – CEI values the contributions of it’s employees and recognizes extra ordinary efforts by offering stock grants and restricted stock grants. The value of these grants ranges from a few hundred dollars to many thousand with vesting over multiple years.
* Employee Stock Ownership Plan (ESOP) – CEI believes that employees should have the benefits of company ownership. Over the past several years CEI has agressively contributed to this plan.
* Retirement Plan – Employees of CEI may contribute to a SAR/SEP retirement plan where the employee is free to make any investment he/she may choose.
* Paid Vacation – In additon to 10 paid holidays, employees start with 15 paid vacation days per year.

About CEI

Computational Engineering International (CEI) is a profitable, privately
held software company that develops, markets, and supports software for
analyzining, visualizing and communicating computer-aided engineering
results and scientific data. For more information on our business please visit our
website www.ceisoftware.com.

CEI, Inc. is an Equal Opportunity Employer. CEI, Inc. does not discriminate on the basis of race, color, religion, sex, national origin, age, disability, or any other characteristic protected by applicable state or federal civil rights law.

To Apply

If you are a qualified candidate and consider yourself passionate about what you do and enjoy being part of a team where every employee contributes to the success of the company, please submit your resume to https://www.formstack.com/forms/CEI-job_application. We look forward to hearing from you!

Comments ( 0 )

EnSight Speaker’s Bureau

Back when I worked at NASA we had a speaker’s bureau, they probably still do, anyway you could sign up and then if a school or the Rotarians wanted an astronaut to come visit their class and explain how to go potty in orbit (#1 question) NASA could send a lowly engineer instead and keep the astronaut busy training for their next mission.

Here at CEI we don’t have such a huge demand for speakers.  But from time to time we try to think about planning our next user meeting.  And of course we’ll always talk about the latest release and probably about the one planned for after that.  But the best talks are aways from the EnSight users,  because you guys are doing the cool things with jet cars,  unmanned vehicles, world’s largest dump trucks, and new ways to peer into the human heart with MRI.

So we’re asking, no begging you to consider registering as a potential user meeting speaker.  We made an easy form.  Filling it out only expresses interest – not commitment.  And sometimes we even have budget to help or provide travel expenses.  Last year Darren Grove from Boeing spoke in Tokyo at our Japanese EnSight Forum on the work on the North American Eagle.

Please register if you like to travel and you can talk about your work to other engineers.

 

 

Comments ( 0 )

Support Corner – Calculator Performance Tip

Here’s an interesting calculator problem,

You know that
var{5} is the value of the variable at timestep 5
and
var{0} is the value of the variable at timestep 0.

If you want to know the difference between the two,
you can put the following expression in the calculator.

var{5} – var{0]

but, for models of any size, it is so slow it appears to hang.

Why?

If you include a reference to a variable from two or more different
timesteps, the calculator will change back and forth between timesteps element 
by element or node by node and take a considerable amount of time. If you
need to do a calculation with two different timesteps, assign each of the
timesteps to a temporary variable, then use the temporary variables in your
calculation.

For example,

var{5} – var{0}

is prone to drastic slowdown in EnSight. Whereas

temp5 = var{5}
temp0 = var{0}
temp5-temp0

will run much faster.

This is documented in Knowledge Base under Calculator Variable Problems, and now in ch 7 of the User Manual.

Signed – EnSight Support

Comments ( 0 )

Journal of Magnetic Resonance Imaging showcases EnSight image on Cover

The April 2012 issue of JMRI cover features an image made with EnSight.

And an article inside mentions how EnSight is used with MRI/DICOM data to visualize blood flow.

Cover image for Vol. 35 Issue 4

Comments ( 0 )

EnSight 9.2.2f Release Notes

New or Major Capabilities Added

None. This version of EnSight is just maintenance on the previous version released in EnSight 9.2.2e in November 2011.  All new development activity is focused on EnSight 10.

 

Bug Fixes and Minor Changes

 

ProductSummaryID
EnSight ClientThe derived tensor variables for readers like Ansys could be improperly named...1912
EnSight ClientVolume rendering does not work on Linux systems with ATI hardware2071
EnSight ClientBugs with the HPC Remote Server tab2078
EnSight Clientcontext restore failure when context tries to create a variable that already exists2193
EnSight ClientImprove diagnostic output from the socket transport2151
EnSight ServerCrash when trying to compute an isovolume1800
EnSight ServerNo streamlines when time is 1e+7, vel is 1e-6 and xyz is 11793
EnSight ServerStar-ccm file crashes EnSight server during load1852
EnSight ServerUDMF can't return Z_UNDEF value2097
EnSight Serverunstructured autodistribute of user-defined format using 2.0 api, with nsided/nfaced elements problem2198
EnSight SOSSOS crash -- server decomposed fluent data1776
EnSight SOSDon't reload a comm2 transport DSO if already loaded2149
ReadersTecplot ASCII fails to properly read block packed data1838
Comments ( 0 )

EnSight 10.0.2b Release Notes

New or Major Capabilities Added

Checkpoints. Checkpoints now include option to save to Sessions tab for easily moving a checkpoint you want to keep around. Most Recent Checkpoint is also now listed in the Sessions tab. Checkpoints description field now automatically includes the following information about the checkpoint: path to the data that was read, number of variables, number of parts to help you locate the correct checkpoint from a list of visually similar ones. You can right-click and Delete a session file. More.

Multi-core Unstructured Volume Rendering. Threading of the structured volume rendering can significantly improve the sampling from the unstructured data.

Offset Parts. Offset parts of an elevated surface can now use surface normals or the user can specify the normal to be used.

Timestep Read Ahead Thread. In some cases a performance boost for EnSight can be obtained by assigning a thread to touch files belonging to the next time step in anticipation that they will be used next. It is not enabled by default, you have to turn this on by setting an environment variable or using a test: command. (More: How To Manual >; Introduction >; Use Environment Variables).

ENSIGHT_PRECACHE_ENABLE [0/1] 0 means disabled, 1 means enabled.

Part Constant Query user-defined tool. This useful tool has been enhanced to include support for RTZ clips. User Tools >; Analyze >; Part Constant Query. More.

CEISHELL. EnSight’s launch technology for parallel and distributed environments adds support for multi-hop VPN; this provides communications between EnSight components operating on computers separated by multiple network links. CEIShell Launcher is a GUI-based utility for launching CEIShell networks, querying their status, and launching EnSight on top of the CEIShell network. The EnSight Client now includes a CEIShell log window for displaying CEIShell messages along with output from EnSight components launched via CEIShell.

Large part support. EnSight can now handle a single part with more
than 2Billion nodes or elements.

EnSight DR. Both multi panel and parallel composite capability is now active.

Create Analytical Rigid Surfaces from ABAQUS ODB data. A user-defined tool has been created by CEI to read the 1D parts in the ABAQUS ODB data and create analytical surfaces in EnSight. User Tools >; Visualize >; Create ARS. More.

 

Bug Fixes and Minor Changes

 

SummaryID
EnSight Client
Visual Symmetry, Rotation. Degree amount only takes 2 decimals2144
Crash trying to copy a volume rendered part to color copies by other variables2146
Right-click menu option Palette... brings up a new palette editor every time2147
EnSight crashes while File -- > Save Geometric Entities2152
Command line option -slim_on_server was incompatible with Server of Servers (SOS)2161
When the variable is changed on a structured volume part, the volume quality reverts to medium2170
Deactivation of a created variable can cause client to crash2172
Heads Up Macro (HUM) broken2173
XYZ query failes2185
International text capability is causing the Feature Panel title to not display properly2186
Segfault after deleteing a part and the feature panel is visible2190
Reversed -,+ stepper buttons on Min,Max threshholding values for Shock, Vortex Core, & SepAttachment lines2208
Case map fail2210
Calculator Window not inserting PreDefined Function2155
Annotation Strings for "geom C1 1" and "geom C1 2" appear not read in2171
Query data pop-up dialog needs to use exponential format2201
Save animation help button is highlighted instead of field for text entry.2202
Axis triad does not properly scale with high resolution images2177
EnSight Server
Unstructured autodistribute of user-defined format using 2.0 api, with nsided/nfaced elements problem2197
Comments ( 0 )

Prometheus Engineers Improved Fire

“Communicating the results of CFD analysis is critical to a successful project and our business.  It can be difficult to explain to someone not familiar with CFD what they are looking at.  The ease with which we can change views, compare different cases side-by-side, and create animations in EnSight allows us to provide the necessary perspective to our customers for a more successful presentation.  Furthermore, the ability to use macros to format the data is invaluable for reviewing results quickly and efficiently.  ”  Emmanuella Sotiropoulou, Vice President, Engineering Prometheus Applied Technologies, LLC

Comments ( 0 )

EnSight 10.0.1b Release Notes

New or Major Capabilities Added

New NASTRAN OP2 (beta) Reader.  The NASTRAN OP2 reader reads some OP2 files that the existing reader was not able to read. Both the existing and this new alternative NASTRAN readers remain available.  We would appreciate feedback when customers have tried them both on the same dataset.

New GMV Reader.  GMV is the format used by ConvergeCFD and Barracuda and sometimes KIVA.  This is just an Alpha reader we are releasing to get customer participation in the pre-release testing phase.

Checkpoints.  Checkpoints are automatically created session files useful for if/when EnSight crashes and you want to return to your work.  No need to waste time making session files manually or recreating your work in EnSight manually.  To install checkpoints go to:   User Tools > Utilities. You set how often checkpoints are saved and how many you want to be saved before the old ones are deleted.   Notice also that there is a manual checkpoints utility you can also put in your Main toolbar for manual checkpoints.  Access Checkpoints in the Welcome Window,   Window > Welcome To.

Stereo viewing control panel in User Tools.  Controls the eye separation values for stereo viewing.

The command language manual is back, but is not accessible via the GUI. We do include the file now.

Improved multi-value input in the transformation editor (e.g. single entry of vectors, etc) and other locations.

International Fonts.  We now support ‘font linking’.  This allows for improved display of font glyphs that are not available in the current font.  The classic example is a variable name with Japanese text in it displaying as ‘squares’ using the default annotation font, ‘Arial’. In 10.0.1(b) on a Japanese Windows system the text should display properly.

There were some changes that improve startup performance in specific environmental situations (e.g. large numbers of fonts and some network drive cases).

‘dconfig’ displays now supported.  This applies to multiple displays connected from a single graphics card.  (No Distributed Rendering (DR) support yet in v10.0).

EnVe includes some additional tools for stereo .evo manipulation: extraction of channels, swapping of channels, creation of ‘side-by-side’ style stereo framing used by the nVidia stereo movie viewer and Youtube.

 

 

Bug Fixes and Minor Changes

 

IDDefect/EnhancementProductShort Description
2081defectEnSight ClientDeleting case 2, then selecting case 3 causes crash
2098defectEnSight ClientQuery/plot editor broken for plots
2138defectEnSight ClientCommands for save of query information to file pop up a file dialog
1977defectEnSight Clienttransforming plane tool causes invalid command, unplayable file
1983defectEnSight ClientVisibilty changes wait for Mouse Movement?
1987defectEnSight ClientKeyframe transient start/end time messed up
1988defectEnSight ClientKeyframe transient increment ignored
1989defectEnSight ClientFlipbook Step increment doesn't work
1990defectEnSight ClientGamepads no longer work on Linux, using spacedevice.defaults
1992defectEnSight Clientload parts somewhat broken
1997defectEnSight ClientCommand dialog 'cd' button doesn't work
2000defectEnSight ClientExponent (up/down) Min/Max Stepper buttons for thresholding missing in FED of Shock/Vortex Core/Separation&AttachmentLines
2001defectEnSight ClientDefine (Dependent) Variables... button should come before the variable selection button.
2009defectEnSight ClientDeactivating a computed variable causes a client crash
2012defectEnSight ClientProblem between box tool 'fit to selected parts' and transformation editor
2018defectEnSight ClientBad command language from conic tools
2019defectEnSight ClientBad command language from the revolution tool
2024defectEnSight ClientRev tool not updated in the transformation dialog
2026defectEnSight ClientTool for particle tracing should be made visible
2039defectEnSight ClientElevated surface from 1D part
2041defectEnSight ClientIssues with multiline annotations and click-n-go
2052defectEnSight ClientIssues with LPARTS
2053defectEnSight ClientIssues with solution time GUI
2055defectEnSight ClientIssues with saving an animation with animated traces and transient data
2060defectEnSight Clientdeleting part a child part didn't get removed
2061defectEnSight ClientCombined Transient xy query is not transient
2062defectEnSight ClientClip of a particle trace part crashes ensight
2063defectEnSight Clientdist2part fails on mac
2067defectEnSight ClientCan't plot the queries of 3 or more different (i.e. energy) variables on the same plot
2069defectEnSight ClientCan not play a *.py file from a *.enc file in batch mode
2070defectEnSight ClientRight click add to new plot to add multiple selected queries to new plot
2073defectEnSight Clientvariable range changes over time
2074defectEnSight ClientCannot save a transient animation on my mac
2077defectEnSight Clientbugs with HPC Remote Server UDT
2079defectEnSight ClientFile Export causes Crash
2086defectEnSight Clientbad command language
2090defectEnSight Clientcontours not colored by variable
2095defectEnSight Clientclient remote server manual connect session restore fail
2099defectEnSight ClientPicking elements for subset parts does not work
2101defectEnSight ClientLong text annotations could cause EnSight to crash...
2102defectEnSight ClientLPART load() crashes ensight
2103defectEnSight ClientLong path plus filename for python extension icon file can corrupt memory.
2106defectEnSight ClientCancel button on flipbook load status panel does not work
2110defectEnSight Clientfinite/infinite flag for revolution tool clips
2117defectEnSight ClientClip by revolving a 1D part axis vector values are not applied correctly, only X is used
2122defectEnSight ClientTransformation editor is not being initialized when managed from Edit->Transformation editor
2130defectEnSight Clienttransient anmation dialog missing functionality
1982defectEnSight ClientKeyframe play button left on
1984defectEnSight ClientErroneous keyframe warning dialog
1985defectEnSight ClientWrong FED layout for keyframing
1999defectEnSight Clientquery jump to next endpoint not redrawing
2003defectEnSight ClientButton scaling in symbol dialog broken
2004defectEnSight Clientvolume element rep of block structured parts is popping up dialog
2006defectEnSight Client-swd command line option doesn't work well on Windows
2017defectEnSight ClientFinite outside cylinder clip error
2036defectEnSight ClientElevated surface widgets too small
2059defectEnSight Clientpart: select_visible, part: select_invisible, part: select_showing do not work for batch mode
2084defectEnSight Clientpoint elements fail to calculate server number properly
2094defectEnSight ClientFED clip problems
2100defectEnSight Clientclip fed for cylinder
2125enhancementEnSight Clientvector arrows should display based on the transparency attribute.
2058defectReadersFlow3D velocity vector slow
2082defectEnSight ServerChanging Clip from Mesh to Grid with Nfaced cells hangs server
2108defectEnSight ServerChanging time step when Vortex Core created crashes server
2132defectEnSight ServerCrash after creating IsoVolume following isosurface of per elem variable of Polyhedral data
1976defectEnSight SOSError reading a mix of structured and unstructured parts from a case file, in SOS
Comments ( 0 )