detection and visualization of defects in 3d unstructured models of nematic liquid crystals ketan...

34
Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science & Engineering Department, Mississippi State University * Now at Vital Images. Inc

Upload: abigail-gonzalez

Post on 27-Mar-2015

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Detection and Visualization of Defects in

3D Unstructured Modelsof Nematic Liquid Crystals

Ketan Mehta* & T. J. Jankun-Kelly

Viz Lab,

Computer Science & Engineering Department,

Mississippi State University

* Now at Vital Images. Inc

Page 2: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Presentation Outline

Introduction and Motivation Defect Detection Background Algorithm Case Studies Conclusion Future Goals Q&A

Page 3: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Nematic Liquid Crystals

Unique state of matter Sensitivity

Page 4: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Liquid Crystals Physics

Orientation measured via: scalar order parameter (S),

director (n) and Q-tensor.

Uniaxial Biaxial

Page 5: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Biosensor Design

Design a nematic liquid crystal (NLC)-based bio-sensor.

10-30nm

Nanostructured substrate

Receptor LC

10-30nm

Nanostructured substrateReceptor pesticide

Pesticide

Page 6: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Facilitate Bio-sensor Design Process

Computational simulation

(physics)

Existing analysis methods• Partial views• Cutting-plane • Isosurface

Extend and provide both correct and deeper

How does Visualization beneift design process?

Page 7: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Challenges

Explore unstructured grid

Identify defect cores

Visualize and present relevant information

Page 8: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Introduction and Motivation Defect Detection Background Algorithm Case Studies Conclusion Future Goals Q&A

Page 9: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Structural Defects – Disclination

Very high director (n) gradient. Defects influence physical properties.

+1/2 defect

-1/2 defect

Axial +1 defect

+1

+2

Page 10: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Defect Detection Methods – Physical Sciences

Toyoki and Zapotocky’s

2D approach.

Hobdell and Windel

extended 2D to 3D.

Fukuda et al. demonstrated

benefit of adaptive grids• Unstructured

motivation

[M. Zapotocky et al. Feb’95]

[J. Hobdell et al. ’97]

Page 11: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Defect Detection Methods – Scientific Visualization

Sparavigna et al. • Oriented LIC and

streamlines

[A. Sparavigna et al. Oct’99 ]

Slavin et al. used • Streamlines• Streamtubes• Ellipsoids• Smooth field

[V. Slavin et al. Oct’04]

Page 12: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Existing Approaches: Contour map, Isosurface and Streamlines

Tools used:Ensight and TecPLot

Existing investigation methods

Page 13: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Existing Approach: S-based Analysis

Cut-planeS-mapped to color

IsosurfaceS-based

Surface boundary

Validation method for our algorithm

Tool used: FieldView

Page 14: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Validation Approach

Defect detection algorithm validation using

• Well understood models

• Comparative analysis

• Insights from experts

Page 15: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Presentation Outline

Introduction and Motivation Defect Detection Background Algorithm Case Studies Conclusion Future Goals Q&A

Page 16: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Defect Core Identification in Unstructured Grid!

Problems?

Approaches not extensible

Defect classification fails!!

Page 17: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

NNP Sorted Spiral Winding

Existing approaches on regular structure

Regularity fails in unstructured space

Page 18: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Ordered Winding

Nearest-neighbor-path traversals:

random (left) and ordered (right)

Nearest Neighbor - preserve spatial orientation

Page 19: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Defect Detection Algorithm –Visual Flow

DATA

GRID (HDF5)

Nearest Neighbor Sorted list Visualization of Defect Nodes

Pre-process Detect Visualize

Page 20: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Visualization

Defect structures and orientation vectors

Colored nodes and arrow

Analyte (impurity) outline visualized

as a mesh

Page 21: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Presentation Outline

Introduction and Motivation Defect Detection Background Algorithm Case studies Conclusion Future Goals Q&A

Page 22: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Effectiveness and Validation

Verification using comparative analysis

Based on three Case studies• Regular structured

• backward compatibility• Unstructured temporal

• detecting changing features• Unstructured complex model

• real-life application

Page 23: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

I: Defect Detection: Structured Model

Page 24: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

II: Defect Detection: Temporal

Time Line10000 15000 20000 30000

Page 25: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

II: Defect Detection: Temporal

Time Line10000 15000 20000 30000

Page 26: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

II: Defect Detection: Temporal

Time Line10000 15000 20000 30000

Page 27: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

II: Defect Detection: Temporal

Time Line10000 15000 20000 30000

Page 28: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

III: Defect Detection: Immunoglobulin G Model (IgG)

Complex bio-molecular model

Existing method- isosurfacing

Our

method

Page 29: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Summary So Far

Semi-automatic defect detection feasible• On structured and un-structured grids

Easier to navigate – reduces analysis time

Provides correct and deeper insight

Page 30: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Surface mesh (red) and isosurface (blue)

Existing Techniques: S-, b-parameter, Isosurface

Biaxial plot

Scalar order plot

Cut-plane (mesh)

Page 31: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Comparison of Existing and Proposed Technique

Defect nodes identified with our algorithm (new)

Surface mesh (red) and isosurface (blue) (existing)

Page 32: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Future Work

Integration with Q-tensor based analysis and NLCGlyph [Jankun-Kelly 06 – very soon].

Further user study based validation.

Defect classification scheme for unstructured grids.

Page 33: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Acknowledgement

Collaborators• Dr. Rajendran Mohanraj, • Huang Li

Faculty and Staff of the

Computer Science & Engineering Department, MSU

National Science Foundation EPSCoR program via award #0132618.

Vital Images, Inc.

Page 34: Detection and Visualization of Defects in 3D Unstructured Models of Nematic Liquid Crystals Ketan Mehta* & T. J. Jankun-Kelly Viz Lab, Computer Science

Thank You!!