<!DOCTYPE html>
<html>
<head>
	<title>Light Simulation - Optical Simulation Software | ANSYS</title>
	<meta name="keywords" content='light simulation, optical simulation, optical simulation software' />
	<meta name="description" content='ANSYS optical simulation software helps you design optical systems by simulating optical performance within a system and evaluating final illumination.' />
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta name="VIcurrentDateTime" content="637399050904858129" />
<script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script>

			<meta name="robots" content="follow, index" />

	

	<!-- OneTrust Cookies Consent Notice (Production Standard, ansys.com, en-US) start -->
	<script src="https://optanon.blob.core.windows.net/consent/197d2d2c-1a77-4311-bef1-5a59224e6d41.js" type="text/javascript" charset="UTF-8"></script>
	<script type="text/javascript">
		function OptanonWrapper() { }
	</script>
	<!-- OneTrust Cookies Consent Notice (Production Standard, ansys.com, en-US) end -->

	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<meta name="google-site-verification" content="rGQakbdLB3do7E4nJG0d4fpD7Mg0Won5QtQXb81T-ko" />
	<style id="ansys-above-the-fold-css"></style>

	<script>
		/*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
		(function (w) {
			"use strict";
			/* exported loadCSS */
			var loadCSS = function (href, before, media) {
				// Arguments explained:
				// `href` [REQUIRED] is the URL for your CSS file.
				// `before` [OPTIONAL] is the element the script should use as a reference for injecting our stylesheet <link> before
				// By default, loadCSS attempts to inject the link after the last stylesheet or script in the DOM. However, you might desire a more specific location in your document.
				// `media` [OPTIONAL] is the media type or query of the stylesheet. By default it will be 'all'
				var doc = w.document;
				var ss = doc.createElement("link");
				var ref;
				if (before) {
					ref = before;
				}
				else {
					var refs = (doc.body || doc.getElementsByTagName("head")[0]).childNodes;
					ref = refs[refs.length - 1];
				}

				var sheets = doc.styleSheets;
				ss.rel = "stylesheet";
				ss.href = href;
				// temporarily set media to something inapplicable to ensure it'll fetch without blocking render
				ss.media = "only x";

				// wait until body is defined before injecting link. This ensures a non-blocking load in IE11.
				function ready(cb) {
					if (doc.body) {
						return cb();
					}
					setTimeout(function () {
						ready(cb);
					});
				}
				// Inject link
				// Note: the ternary preserves the existing behavior of "before" argument, but we could choose to change the argument to "after" in a later release and standardize on ref.nextSibling for all refs
				// Note: `insertBefore` is used instead of `appendChild`, for safety re: //www.paulirish.com/2011/surefire-dom-element-insertion/
				ready(function () {
					ref.parentNode.insertBefore(ss, (before ? ref : ref.nextSibling));
				});
				// A method (exposed on return object for external use) that mimics onload by polling document.styleSheets until it includes the new sheet.
				var onloadcssdefined = function (cb) {
					var resolvedHref = ss.href;
					var i = sheets.length;
					while (i--) {
						if (sheets[i].href === resolvedHref) {
							return cb();
						}
					}
					setTimeout(function () {
						onloadcssdefined(cb);
					});
				};

				function loadCB() {
					if (ss.addEventListener) {
						ss.removeEventListener("load", loadCB);
					}
					ss.media = media || "all";
				}

				// once loaded, set link's media back to `all` so that the stylesheet applies once it loads
				if (ss.addEventListener) {
					ss.addEventListener("load", loadCB);
				}
				ss.onloadcssdefined = onloadcssdefined;
				onloadcssdefined(loadCB);
				return ss;
			};
			// commonjs
			if (typeof exports !== "undefined") {
				exports.loadCSS = loadCSS;
			}
			else {
				w.loadCSS = loadCSS;
			}
		}(typeof global !== "undefined" ? global : this));
	</script>

	<script>
		/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
		(function (w) {
			// rel=preload support test
			if (!w.loadCSS) {
				return;
			}
			var rp = loadCSS.relpreload = {};
			rp.support = function () {
				try {
					return w.document.createElement("link").relList.supports("preload");
				} catch (e) {
					return false;
				}
			};

			// loop preload links and fetch using loadCSS
			rp.poly = function () {
				var links = w.document.getElementsByTagName("link");
				for (var i = 0; i < links.length; i++) {
					var link = links[i];
					if (link.rel === "preload" && link.getAttribute("as") === "style") {
						w.loadCSS(link.href, link, link.getAttribute("media"));
						link.rel = null;
					}
				}
			};

			// if link[rel=preload] is not supported, we must fetch the CSS manually using loadCSS
			if (!rp.support()) {
				rp.poly();
				var run = w.setInterval(rp.poly, 300);
				if (w.addEventListener) {
					w.addEventListener("load", function () {
						rp.poly();
						w.clearInterval(run);
					});
				}
				if (w.attachEvent) {
					w.attachEvent("onload", function () {
						w.clearInterval(run);
					});
				}
			}
		}(this));
	</script>
	<link rel="shortcut icon" type="image/x-icon" href="//storage.ansys.com/staticfiles/ansys/favicon.ico" />
					<link rel="canonical" href="https://www.ansys.com/products/optical" />
					<link rel="alternate" href="https://www.ansys.com/products/optical" hreflang="x-default" />
						<link rel="alternate" href="https://www.ansys.com/de-de/products/optical" hreflang="de-de" />
						<link rel="alternate" href="https://www.ansys.com/it-it/products/optical" hreflang="it-it" />
						<link rel="alternate" href="https://www.ansys.com/zh-cn/products/optical" hreflang="zh-cn" />
						<link rel="alternate" href="https://www.ansys.com/fr-fr/products/optical" hreflang="fr-fr" />
						<link rel="alternate" href="https://www.ansys.com/ja-jp/products/optical" hreflang="ja-jp" />
						<link rel="alternate" href="https://www.ansys.com/ko-kr/products/optical" hreflang="ko-kr" />
						<link rel="alternate" href="https://www.ansys.com/products/optical" hreflang="en" />


	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	
	<link href="/bundles/RefreshBundlecss?v=eE8o2iDxIUwVBjFI686Tf_A2IfDKvm9mCstV-CdLEq01" rel="preload" as="style" onload="this.rel='stylesheet'" type="text/css" media="all" />

	<link href="/bundles/RefreshBundlecss?v=eE8o2iDxIUwVBjFI686Tf_A2IfDKvm9mCstV-CdLEq01" rel="stylesheet"/>

	<!--<link href="/assets/css/foundation-css/fonts-refresh.min.css?ver=2.0" rel="stylesheet" type="text/css" media="all" />
	<link href="/assets/css/foundation-css/foundation-refresh.min.css" rel="stylesheet" type="text/css" media="all" />
	<link href="/assets/css/foundation-css/ansys-refresh.css?ver=2.0" rel="stylesheet" type="text/css" media="all" />
	<link href="/assets/fancybox/jquery.fancybox-1.3.1.css" rel="stylesheet" type="text/css" media="all" />
	<link href="/assets/css/foundation-css/form.css?ver=2.0" rel="stylesheet" type="text/css" media="all" />-->
	<!--<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="preload" as="style" onload="this.rel='stylesheet'" type="text/css" media="all" />-->

	<noscript>
		<link href="/assets/css/foundation-css/ansys.css?ver=3.46" rel="stylesheet" type="text/css" media="all" />
		<link href="/assets/css/foundation-css/fonts.min.css?ver=1.1" rel="stylesheet" type="text/css" media="all" />
		<link rel="stylesheet" href="/assets/css/foundation-css/foundation.min.css" />
		<link href="/assets/css/foundation-css/ansys.css?ver=3.46" rel="stylesheet" type="text/css" media="all" />
		<link href="/assets/fancybox/jquery.fancybox-1.3.1.css" rel="stylesheet" type="text/css" media="all" />
	</noscript>
	<script src="/assets/js/foundation-js/modernizr.min.js" defer></script>

	<!-- Twitter Card data -->
	<meta name="twitter:card" content="summary_large_image">
	<meta name="twitter:url" value="https://www.ansys.com/products/optical" />
	<meta name="twitter:title" value="Light Simulation - Optical Simulation Software | ANSYS" />
	<meta name="twitter:description" value="ANSYS optical simulation software helps you design optical systems by simulating optical performance within a system and evaluating final illumination." />
	<meta name="twitter:image" value="https://www.ansys.com/-/media/ansys/corporate/social/optical/optical_1200x600.jpg" />
	<meta name="twitter:site" value="https://www.ansys.com" />

	<!-- Open Graph data -->

	<meta property="og:title" content="Light Simulation - Optical Simulation Software | ANSYS" />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="https://www.ansys.com/products/optical" />
	<meta property="og:image" content="https://www.ansys.com/-/media/ansys/corporate/social/optical/optical_1200x630.jpg" />
	<meta property="og:description" content="ANSYS optical simulation software helps you design optical systems by simulating optical performance within a system and evaluating final illumination." />


	<!-- Schema.org markup for Google+ -->

	<meta itemprop="name" content="Light Simulation - Optical Simulation Software | ANSYS" />
	<meta itemprop="description" content="ANSYS optical simulation software helps you design optical systems by simulating optical performance within a system and evaluating final illumination." />
	<meta itemprop="image" content="" />

	<!-- Pinterest Domain Verification -->
	<meta name="p:domain_verify" content="0f4d36984af520b6ebea16910121f2f5" />
	<span class="ProductInterest" style="display:none"></span>
	<!--[if lte IE 8]>
	<link rel="stylesheet" type="text/css" href="/assets/css/IE-fix.css" />
	<![endif]-->
			<!-- Google Tag Manager -->
			<script>
				(function (w, d, s, l, i) {
					w[l] = w[l] || []; w[l].push({
						'gtm.start':
							new Date().getTime(), event: 'gtm.js'
					}); var f = d.getElementsByTagName(s)[0],
						j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
							'//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
				})(window, document, 'script', 'dataLayer', 'GTM-MVFT24');
			</script>
			<!-- End Google Tag Manager -->




  <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="QFXTL-U4VQG-RNY3Q-4KTV5-RTZM3",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(c){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"QFXTL-U4VQG-RNY3Q-4KTV5-RTZM3";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="jj6uyjdinqonox47zvba-f-dccd07f65-clientnsv4-s.akamaihd.net",i={"ak.v":"29","ak.cp":"192022","ak.ai":parseInt("180631",10),"ak.ol":"0","ak.cr":16,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"1cbdae7","ak.r":34692,"ak.a2":n,"ak.m":"b","ak.n":"essl","ak.bpcip":"74.125.76.0","ak.cport":63466,"ak.gh":"184.28.156.13","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1604308290","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==FIBHwJ1gG+7nZ6COkyRRijDMDkQIOsIqoKcH58NjtDnHWa6rS/WZNLg6Iv81d6/bVSxx+3U2kAV3mX1KKmHBopLZBj6QIBs+uY7PwDq9pCZX4KBohml3ikB3/1ZY4sbZa0ZqE+E+wgjPqfqAwBiO398mvkJxl4T9hmp4j9GmBs9CSoKbQlGdy4Z6Z0qLpt4kX97QhnCXxqMegnhleS/z/tG8KnZm25o6jLi8pR7+mzRcOhRF+8Y8qOmqhkEYjStOGRGjgWDPKaoCvTCkBDA6KQyw3MWcIQS2KUlG1439ZB1INtlrUg08E64p17/QP7w5qOwDvN0P2h2dA9LW+YU79d/qmgppgWf+yNMvaSZaDU67MUp2QFBVtSIPB6dh6O2VGS0knfqMxtc5X+/KDSbMOrcjssJy0OXTb5NDztXkALs=","ak.pv":"52","ak.dpoabenc":""};if(""!==t)i["ak.ruds"]=t;var o={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))i["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.r","ak.acc","ak.t"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:a,init:function(){if(!o.i){var e=BOOMR.subscribe;e("before_beacon",o.av,null,null),e("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>
<body id="mainbody">
            <!-- Google Tag Manager -->
            <noscript>
                <iframe src="//www.googletagmanager.com/ns.html?id=GTM-MVFT24"
                        height="0" width="0" style="display:none;visibility:hidden"></iframe>
            </noscript>
            <!-- End Google Tag Manager -->

    <!-- New Site Code -->
    <div class="off-canvas-wrap" data-offcanvas>
        <div class="inner-wrap">
            <!-- Off Canvas CONTENT -->
            <aside class="right-off-canvas-menu">
                
            </aside>

            



    <header class="row">
        <div>
            <div class="small-12 left">
                <div class="global">
                    
<div class="medium-4 left branding-col">
    <a href="/" class="brand logobrand"><img src="/-/media/ansys/global/brandings/ansys-logo-yellow-skew-white-text.svg?h=63&amp;la=en&amp;w=195&amp;hash=D273CEA103FDFB623AE8410295175A3C1D5953BC" alt="ANSYS Logo" width="195" height="63" /></a>
</div>


                    <!-- branding -->
                    <!-- //branding -->
                    <!--Search for Mobile-->
                    <div class="mobileheader mobile-global small-12 left" style="display:none;">
<form action="/api/sitecore/List/SiteHeader" method="post">                            <div class="headersearchbox mobile-only">
                                <div class="large-1 columns trigger-search" id="headersearchbutton"></div>
                                <input type="text" name="searchName" class="search-input large-8 columns" id="searchbox" placeholder="Search" autocomplete="off">
                                <div class="myButton large-1 columns" id="headerglobalicon">
                                    <ul class="inline-list left mgtop10">

                                                        <li class="hide-for-small hide-for-medium">
                    <a href="/about-ansys/careers"> 
                    
                    Careers
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="/academic"> 
                    
                    Academic
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://support.ansys.com"> 
                    
                    Customer Portal
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://www.ansys.com/resource-library"> 
                    
                    Resource Library
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://www.ansys.com/blog"> 
                    
                    Blog
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    
                    
                    
                    
                </li>


                                        <!-- country selection dropdown -->
                                        <li class="country-dropdown theflags">

                                            <a href="#" class="button split countries" style="margin-top:5px; padding-right: 5px;">
                                                        <img src="/assets/images/icons/global-search-icon-new.png" alt="United States" />

                                                <span data-dropdown="country-drop"></span>
                                            </a>
                                            <br>
                                                <div id="country-drop" class="f-dropdown">
                                                    <ul>

                                                        <li><a id="languageButton-en-IN" href="/en-in" onclick="SwitchToLanguage('en-in', 'en'); return false;">English, India</a></li>
                                                        <li><a id="languageButton-en-GB" href="/en-gb" onclick="SwitchToLanguage('en-gb', 'en'); return false;">English, UK</a></li>
                                                        <li><a id="languageButton-en" href="/en" onclick="SwitchToLanguage('en', 'en'); return false;">English, US</a></li>
                                                        <li><a id="languageButton-fr-FR" href="/fr-fr" onclick="SwitchToLanguage('fr-fr', 'en'); return false;">Français</a></li>
                                                        <li><a id="languageButton-de-DE" href="/de-de" onclick="SwitchToLanguage('de-de', 'en'); return false;">Deutsch</a></li>
                                                        <li><a id="languageButton-it-IT" href="/it-it" onclick="SwitchToLanguage('it-it', 'en'); return false;">Italiano</a></li>
                                                        <li><a id="languageButton-ja-JP" href="/ja-jp" onclick="SwitchToLanguage('ja-jp', 'en'); return false;">日本語</a></li>
                                                        <li><a id="languageButton-ko-KR" href="/ko-kr" onclick="SwitchToLanguage('ko-kr', 'en'); return false;">한국어</a></li>
                                                        <li><a id="languageButton-zh-CN" href="/zh-cn" onclick="SwitchToLanguage('zh-cn', 'en'); return false;">简体中文</a></li>
                                                        <li><a id="languageButton-zh-TW" href="/zh-tw" onclick="SwitchToLanguage('zh-tw', 'en'); return false;">繁體中文</a></li>
                                                    </ul>
                                                </div>
                                        </li>
                                    </ul>
                                </div>
                            </div>
</form>                    </div>
                    <!--//Search for Mobile-->
                    <!-- global navigation - CMS driven -->
                    <div class="medium-12 floatleft hide-for-small desktop-global">
                        <ul class="inline-list right">


                                            <li class="hide-for-small hide-for-medium">
                    <a href="/about-ansys/careers"> 
                    
                    Careers
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="/academic"> 
                    
                    Academic
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://support.ansys.com"> 
                    
                    Customer Portal
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://www.ansys.com/resource-library"> 
                    
                    Resource Library
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    <a href="https://www.ansys.com/blog"> 
                    
                    Blog
                    </a>
                </li>
                <li class="hide-for-small hide-for-medium">
                    
                    
                    
                    
                </li>


                            <!-- country selection dropdown -->
                            <li class="country-dropdown theflags">

                                <a href="#" class="button split countries" style="margin-top:5px; padding-right: 5px;">
                                            <img src="/assets/images/icons/global-search-icon-new.png" alt="United States" />

                                    <span data-dropdown="country-drop"></span>
                                </a>
                                <br>
                                    <div id="country-drop" class="f-dropdown">
                                        <ul>

                                            <li><a id="languageButton-en-IN" href="/en-in" onclick="SwitchToLanguage('en-in', 'en'); return false;">English, India</a></li>
                                            <li><a id="languageButton-en-GB" href="/en-gb" onclick="SwitchToLanguage('en-gb', 'en'); return false;">English, UK</a></li>
                                            <li><a id="languageButton-en" href="/en" onclick="SwitchToLanguage('en', 'en'); return false;">English, US</a></li>
                                            <li><a id="languageButton-fr-FR" href="/fr-fr" onclick="SwitchToLanguage('fr-fr', 'en'); return false;">Français</a></li>
                                            <li><a id="languageButton-de-DE" href="/de-de" onclick="SwitchToLanguage('de-de', 'en'); return false;">Deutsch</a></li>
                                            <li><a id="languageButton-it-IT" href="/it-it" onclick="SwitchToLanguage('it-it', 'en'); return false;">Italiano</a></li>
                                            <li><a id="languageButton-ja-JP" href="/ja-jp" onclick="SwitchToLanguage('ja-jp', 'en'); return false;">日本語</a></li>
                                            <li><a id="languageButton-ko-KR" href="/ko-kr" onclick="SwitchToLanguage('ko-kr', 'en'); return false;">한국어</a></li>
                                            <li><a id="languageButton-zh-CN" href="/zh-cn" onclick="SwitchToLanguage('zh-cn', 'en'); return false;">简体中文</a></li>
                                            <li><a id="languageButton-zh-TW" href="/zh-tw" onclick="SwitchToLanguage('zh-tw', 'en'); return false;">繁體中文</a></li>
                                        </ul>
                                    </div>
                            </li>
                        </ul>
                    </div>
                    <!-- //global navigation -->
                </div>
            </div> <!-- //Closure of 2 divs from main.cshtml -->
            <!-- primary navigation -->
            <div class="small-12 left">
                <div class="floatnone">
                    <div class="small-12 floatleft">
                        <ul id="jetmenu" class="jetmenu text-right">
                                                        <li>
                                                            <a href="/products"> 
                                                            ProductS
                                                            </a>
                                                                    <a href="javascript:;" class="show-more rotatedown"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/products/3d-design"> 
                                                                                                3D Design
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/academic"> 
                                                                                                Academic
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/electronics"> 
                                                                                                Electronics
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/embedded-software"> 
                                                                                                Embedded Software
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/fluids"> 
                                                                                                Fluids
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/products/materials"> 
                                                                                                Materials
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/optical"> 
                                                                                                Optical
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/photonics"> 
                                                                                                Photonics
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/platform"> 
                                                                                                Platform
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/products/semiconductors"> 
                                                                                                Semiconductors
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                        <li>
                                                                                            <a href="/products/structures"> 
                                                                                            Structures
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/products/systems"> 
                                                                                            Systems
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/products"> 
                                                                                            All Products
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/products/ansys-store"> 
                                                                                            Ansys Store
                                                                                            </a>
                                                                                        </li>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>
                                                    <li class="fix-sub">
                                                        <a href="/solutions"> 
                                                        
                                                        Solutions
                                                        </a>

                                                        <a href="javascript:;" class="show-more rotatedown"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                        <div class="megamenu full-width small-push-0 ">
                                                            <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                            <li class="title">
                                                                                <a href="/solutions/solutions-by-industry"> 
                                                                                <h5>Solutions by Industry</h5>
                                                                                </a>
                                                                            </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/automotive"> 
                                                                                    Automotive
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/aerospace"> 
                                                                                    Aerospace
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/construction"> 
                                                                                    Construction
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/consumer-goods"> 
                                                                                    Consumer Goods
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/energy"> 
                                                                                    Energy
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/healthcare"> 
                                                                                    Healthcare
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/high-tech"> 
                                                                                    High-Tech
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/industrial-equipment-and-rotating-machinery"> 
                                                                                    Industrial Equipment &amp; Rotating Machinery
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/materials-and-chemical-processing"> 
                                                                                    Materials &amp; Chemical Processing
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-industry/military"> 
                                                                                    Military
                                                                                    </a>
                                                                                </li>
                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                            <li class="title">
                                                                                <a href="/solutions/technology-trends"> 
                                                                                <h5>Technology Trends</h5>
                                                                                </a>
                                                                            </li>
                                                                                <li>
                                                                                    <a href="/solutions/technology-trends/5g"> 
                                                                                    5G
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/technology-trends/autonomous-engineering"> 
                                                                                    Autonomous Engineering
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/technology-trends/electrification"> 
                                                                                    Electrification
                                                                                    </a>
                                                                                </li>
                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                            <li class="title">
                                                                                <a href="/solutions/solutions-by-role"> 
                                                                                <h5>Solutions by Role</h5>
                                                                                </a>
                                                                            </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/engineers"> 
                                                                                    Engineers
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/executives"> 
                                                                                    Executives
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/it-professionals"> 
                                                                                    IT Professionals
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/product-designers"> 
                                                                                    Product Designers
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/managers"> 
                                                                                    Managers
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/solutions/solutions-by-role/professors"> 
                                                                                    Professors
                                                                                    </a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="/academic"> 
                                                                                    Students
                                                                                    </a>
                                                                                </li>
                                                                        </ul>
                                                                    </div>
                                                            </div>
                                                        </div>
                                                    </li>
                                                        <li>
                                                            <a href="/services"> 
                                                            Services
                                                            </a>
                                                                    <a href="javascript:;" class="show-more rotatedown"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/services/training-center"> 
                                                                                                Training
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/services/learning-hub"> 
                                                                                                Ansys Learning Hub
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/services/consulting"> 
                                                                                                Consulting &amp; Professional Services
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                        <li>
                                                                                            <a href="/services/reliability-engineering-services"> 
                                                                                            Reliability Engineering Services
                                                                                            </a>
                                                                                        </li>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>
                                                        <li>
                                                            <a href="/support"> 
                                                            Support
                                                            </a>
                                                                    <a href="javascript:;" class="show-more"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>
                                                        <li>
                                                            <a href="/about-ansys"> 
                                                            About Ansys
                                                            </a>
                                                                    <a href="javascript:;" class="show-more rotatedown"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/about-ansys/advantage-magazine"> 
                                                                                                Ansys Advantage Magazine
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/about-ansys/diversity-and-inclusion"> 
                                                                                                Diversity &amp; Inclusion
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/about-ansys/business-ethics"> 
                                                                                                Business Ethics
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/contact-us"> 
                                                                                                Contacts &amp; Locations
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                            <li>
                                                                                                <a href="/about-ansys/dimensions-magazine"> 
                                                                                                Dimensions Magazine
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/about-ansys/events"> 
                                                                                                Events
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/about-ansys/investor-relations"> 
                                                                                                Investor Relations
                                                                                                </a>
                                                                                            </li>
                                                                                            <li>
                                                                                                <a href="/about-ansys/news-center"> 
                                                                                                News Center
                                                                                                </a>
                                                                                            </li>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>
                                                                                        <li>
                                                                                            <a href="/about-ansys/partner-ecosystem"> 
                                                                                            Ansys Partner Ecosystem
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/about-ansys/careers"> 
                                                                                            Careers
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/about-ansys/quality-assurance"> 
                                                                                            Quality Assurance
                                                                                            </a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="/about-ansys/startup-program"> 
                                                                                            Ansys Startup Program
                                                                                            </a>
                                                                                        </li>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>
                                                        <li>
                                                            <a href="/products/free-trials" class="button"> 
                                                            Free Trials
                                                            </a>
                                                                    <a href="javascript:;" class="show-more"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>
                                                        <li>
                                                            <a href="/contact-us" class="move-to-last"> 
                                                            Contact Us
                                                            </a>
                                                                    <a href="javascript:;" class="show-more"><span class="visuallyhidden"><i class="thersaquoright"></i></span></a>

                                                            <div class="megamenu full-width small-push-0 ">
                                                                <div class="row">
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>
                                                                    <div class="medium-4 small-6 columns">
                                                                        <ul>

                                                                        </ul>
                                                                    </div>

                                                                </div>


                                                            </div>
                                                        </li>

                            <li class="thetopsearch hide-for-small hide-for-medium">
                                <span class="search-icons"></span>
                                <form action="/api/sitecore/List/SiteHeader" method="post">
                                    <a title="Search Ansys.com" class="trigger-search hide-for-small"><i class="fa fa-play search-icon displaynone"></i></a>
                                    <input type="text" class="search-input" placeholder="Search" name="searchName" autocomplete="off"/>
                                </form>
                            </li>
                        </ul>
                    </div>


                </div>
            </div>
        </div>
        <span class="themegamenubg "></span>
    </header>


<!-- Hero Slider -->

    <div class="row row-full-width">
        <div class="small-12 row banner-row-full-width">
            <div class="homepage-hero-refresh productspagetopbanner">
                                <div class="thebgimgbanner-refresh innerpage">
                                    <div style="display: none;" class="theimg">
<a DisableWebEdit="False"> <img src="/-/media/ansys/corporate/banners/landing/optical-mobile.jpg?h=407&amp;la=en&amp;w=490&amp;hash=324060E1C2D7D7F6D79F1FEA86B36AC0E428320F" class="mobile-only-banner" alt="Optical" width="490" height="407" /><img src="/-/media/ansys/corporate/banners/landing/optical.jpg?h=450&amp;la=en&amp;w=1950&amp;hash=2A40CCD08DDCD2B1C9C7642FD5DDDC28FD1CB2BD" class="desktop-only-banner" alt="Optical" width="1950" height="450" /></a>
                                    </div>

                                    <div class="banner-information large-6 medium-12 small-12 small-only-text-center medium-only-text-center columns">
                                                                <div class="table">
                            <div class="valign">


                                <div style="" class="banner-description"><h1 class="banner-header">Optical</h1>
<p class="banner-text">Lighting conditions affect product performance, human comfort and perception - so modeling light propagation and its impact is crucial. ANSYS optical simulation software uniquely simulates a system’s optical performance and evaluates the final illumination effect.</p></div>

                            </div>
                        </div>

                                    </div>
                                </div>

            </div>
        </div>
    </div>

<!-- //hero slider -->


<section class="main-content product-page" id="fluent">

    
    
<div class="row breadcrumbs">
    <article class="large-12">
        <ul class="floatleft">
                    <li><a href="/">Home</a></li>
                    <li><a href="/products">Products</a></li>
                    <li><a href="/products/optical">Optical</a></li>

        </ul>
    </article>
</div>

<!-- Breadcrumb Schema -->
<script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": "1",
            "item": {
            "@id": "https://www.ansys.com/",
            "name": "Home"
            }
            } ,         
        {
            "@type": "ListItem",
            "position": "2",
            "item": {
            "@id": "https://www.ansys.com/products",
            "name": "Products"
            }
            } ,         
        {
            "@type": "ListItem",
            "position": "3",
            "item": {
            "@id": "https://www.ansys.com/products/optical",
            "name": "Optical"
            }
            }         
]
    }
</script>
    

    <article class="row">
        <div class="large-12 columns">
            <div class="large-9 columns">
                <div class="row">
                    
<div class="floatleft">

    <div class="small-12 floatleft">
        
        <div class="pagetitleimagebodypagecontent"><h2>Light Simulation</h2>
<div style="background-color: #f0f0f0; padding: 20px; margin-top: 20px;">
<h3>ANSYS SPEOS lets you see optical simulation in a new light</h3>
<p>Experience light simulation for optical system optimization and validation within a multiphysics environment. SPEOS offers: </p>
<div style="margin-left:30px;">
<p>An intuitive and comprehensive user interface.</p>
<p>Enhanced productivity with use of GPUs for simulation previews.</p>
<p>Easy access to the ANSYS multiphysics ecosystem. </p>
</div>
<p><a href="/products/optical/ansys-speos" class="button">Learn More</a></p>
</div>
<br />
<h3>Easily solve complex optical problems</h3>
<p>ANSYS physics-based imaging, photonics and illumination software streamlines the design process, so you can better understand how your product will look and operate under real-world lighting and usage conditions. For example, you can virtually assess the performance of a smart automotive headlight within a dynamic driving scenario, rather than building and testing costly physical prototypes. Whether you are designing a TV screen, street lighting network, smart headlight, head-up display or interior mood lighting in an automobile, ANSYS optical simulation software helps you make your design more efficient and appealing.</p>
<h3>Visual appearance for perceived quality</h3>
<p>When customers evaluate your products, the overall look and details can make the difference. ANSYS optical software lets you simulate light interactions with materials so you can see how your product will appear in real-world conditions. Create the best &ldquo;visual signature&rdquo; for your product using simulation to see &ldquo;eye to eye&rdquo; with your customers. </p>
<h3>Optical sensors for autonomous vehicles</h3>
<p>Optical sensors are the eyes of any intelligent system. ANSYS physics-based simulations can help you assess raw signals from camera and lidar systems in their operating environments. You can post-process the simulated data to optimize sensor layout on vehicles in dynamic driving conditions.  </p></div>
    </div>
</div>

                </div>
            </div>

            <div class="large-3 floatleft">
                




<div id="socialSharingWidget" class="socialsharewidget small-11 medium-12 large-12 left">
    <div class="small-12 left">
        <h5 class="left small-12">Share:</h5>

        <div class="columns small-12 pdleft0 mgleft0">
                    <p class="left">
                                    <a class="social-share" href="#" style="border: none;" social-share-link="http://www.facebook.com/sharer.php?u=">
                                        <span class="fa-stack fa-1x">

                                            <i>
                                                <img src="/-/media/ansys/social+share+icon/ansys_fb_icon.png?h=35&amp;w=42&amp;la=en&amp;hash=20A3696065B98289665A56845A91ED3E923AB55F" class="fa fa-stack-2x" alt="" />
                                            </i>
                                        </span>
                                    </a>


                    </p>
                    <p class="left">
                                    <a class="social-share" href="#" style="border: none;" social-share-link="https://www.linkedin.com/cws/share?url=">
                                        <span class="fa-stack fa-1x">

                                            <i>
                                                <img src="/-/media/ansys/social+share+icon/ansys_linkedin_icon.png?h=35&amp;w=42&amp;la=en&amp;hash=6DF4924EBCCBDA0D5CB81E0E4830FEFE8C46B41F" class="fa fa-stack-2x" alt="" />
                                            </i>
                                        </span>
                                    </a>


                    </p>
                    <p class="left">
                                    <a class="social-share" href="#" style="border: none;" social-share-link="https://twitter.com/share?url=">
                                        <span class="fa-stack fa-1x">

                                            <i>
                                                <img src="/-/media/ansys/social+share+icon/ansys_twitter_icon.png?h=35&amp;w=42&amp;la=en&amp;hash=8EB1B244D385C615FFFADFBC8B2795C8E6A3D8EC" class="fa fa-stack-2x" alt="" />
                                            </i>
                                        </span>
                                    </a>


                    </p>
                    <p class="left">
                                    <a class="theemailshare" href="mailto:?subject=Optical" style="border: none;">
                                        <span class="fa-stack fa-1x">
                                            <i class="fa fa-envelope-o fa-stack-2x"></i>
                                        </span>
                                    </a>


                    </p>

            
            
        </div>
    </div>

</div>

<script src="/assets/js/foundation-js/jquery.min.js"></script>
<script type='text/javascript'>
    $(document).ready(function () {
        $(document).ready(function () {
            var resizeDelay = 200;
            var doResize = true;
            var resizer = function () {
                if (doResize) {
                    var win = $(this);
                    if (win.width() <= 1024) {
                        $('#socialSharingWidget').css("margin-top", "0").css("margin-right", "65px");
                        if ($('.breadcrumbs').length > 0) {
                            $('#socialSharingWidget').insertAfter($('.breadcrumbs'));
                        }
                    }
                    doResize = false;
                }
            };
            var resizerInterval = setInterval(resizer, resizeDelay);
            resizer();

            $(window).resize(function () {
                doResize = true;
            });
        });

    });

    /* Share Page Widgets Functionality */

    function fbShare(socialLink, url, title, descr, image, winWidth, winHeight) {
        var winTop = (screen.height / 2) - (winHeight / 2);
        var winLeft = (screen.width / 2) - (winWidth / 2);
        window.open(socialLink + url, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
    }

    function gplusShare(url, winWidth, winHeight) {
        var winTop = (screen.height / 2) - (winHeight / 2);
        var winLeft = (screen.width / 2) - (winWidth / 2);
        window.open('https://plus.google.com/share?url=' + url, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
    }

    function linkedinShare(socialLink, url, winWidth, winHeight) {
        var winTop = (screen.height / 2) - (winHeight / 2);
        var winLeft = (screen.width / 2) - (winWidth / 2);
        window.open(socialLink + url, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
    }

    function twitterShare(socialLink, url, descr, winWidth, winHeight) {
        var winTop = (screen.height / 2) - (winHeight / 2);
        var winLeft = (screen.width / 2) - (winWidth / 2);
        window.open(socialLink + url + '&text=' + descr, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
    }

    // debugger;
    var theshareimg = $('meta[property="og:image"]').attr("content");
    var thesharetitle = $('meta[property="og:title"]').attr("content");
    var thesharedescription = $('meta[property="og:description"]').attr("content");
    var theshareurl = $('meta[property="og:url"]').attr("content").replace(/\+/g, "%2B");

    $.ajax({
        url: theshareimg,
        type: "POST",
        dataType: "image",
        success: function () {
            /* function if image exists (setting it in div or smthg.)*/
        },
        error: function () {
            /* function if image doesn't exist like hideing div*/
            theshareimg = "/sitecore/shell/-/media/Ansys/Global/Brandings/logo-ansys.ashx?h=63&la=en&w=195&hash=5753D882B60D3604710DBB1CE8B3F2F026998618";
        }
    });

    //this code executing on click of social share icon
    $(".social-share").click(function (e) {

        var socialLinkURL = $(this).attr('social-share-link');
        if (socialLinkURL.toLocaleLowerCase().indexOf("facebook") != -1) {
            fbShare(socialLinkURL, theshareurl, thesharetitle, thesharedescription, theshareimg, 520, 350);
            e.preventDefault();
        }
        else if (socialLinkURL.toLocaleLowerCase().indexOf("twitter") != -1) {
            twitterShare(socialLinkURL, theshareurl, thesharedescription, 520, 350);
            e.preventDefault();
        }

        else {

            linkedinShare(socialLinkURL, theshareurl, 520, 350);
            e.preventDefault();
        }

        //fbShare(url, thesharetitle, thesharedescription, theshareimg, 520, 350);
        //e.preventDefault();
    });

    $(".thefbshare").click(function (e) {
        fbShare(theshareurl, thesharetitle, thesharedescription, theshareimg, 520, 350);
        e.preventDefault();
    });

    $(".thegoogleplusshare").click(function (e) {
        gplusShare(theshareurl, 520, 350);
        e.preventDefault();
    });

    $(".thelinkedinshare").click(function (e) {
        linkedinShare(theshareurl, 520, 350);
        e.preventDefault();
    });

    $(".thetwittershare").click(function (e) {
        twitterShare(theshareurl, thesharedescription, 520, 350);
        e.preventDefault();
    });

    /* Email Script */
    $('.theemailshare img').click(function (event) {
        $(".thetooltip").remove();
        event.preventDefault();
        var thetop = $(this).parent().parent().offset();
        if ($(this).parent().parent().attr("id") == "socialbtns") {
            $(this).parent().parent().find(".thetooltip").fadeOut("slow");
            $(this).parent().parent().append('<div class="thetooltip"><div id="theclosebtn">X</div><div id="theleftarrow-pointer"></div></div>');
            $("#thearrow-pointer").css('right', -1);
            $(this).parent().parent().find(".thetooltip").css({ 'top': 160, 'left': 45, 'width': 320, 'border': '1px solid #CCCCCC', 'padding': 10, 'position': 'absolute', 'background': '#FFFFFF', 'z-index': 50, 'float': 'left' });
        }

        else {
            $(this).parent().parent().find(".thetooltip").fadeOut("slow");
            $(this).parent().parent().append('<div class="thetooltip"><div id="theclosebtn">X</div><div id="thearrow-pointer"></div></div>');
            $("#thearrow-pointer").css('right', -1);
            $(this).parent().parent().find(".thetooltip").css({ 'top': 35, 'left': -70, 'width': 320, 'border': '1px solid #CCCCCC', 'padding': 10, 'position': 'absolute', 'background': '#FFFFFF', 'z-index': 50, 'float': 'left' });
        }

        $(this).parent().parent().css('display', 'inline');
        $("#site-email").text("Title: " + thesharetitle + "\n\n" + "Page URL: " + theshareurl + "\n\n" + "Page Description: " + "\n" + thesharedescription);
        $('#thesharepg').clone().appendTo(".thetooltip").show();
        $(this).parent().parent().find(".thetooltip").fadeIn("slow");
        return false;
    });



</script>
<hr />
<div class="featuredarticle">
<h4>Safran Aerosystems &mdash; Aeronautic Lighting Systems</h4>
<p class="subheader">Safran Aerosystems designs and validates exterior aircraft lighting of the future with Ansys optical simulation.</p>
<p class="pdtop20"><a class="button button-grey" href="/-/media/ansys/corporate/resourcelibrary/casestudy/cs-safran-aerosystems.pdf?la=en&amp;hash=0FDE927A8D5137E0CFF956B5F52328C26F5193B0" target="_blank">Learn More</a></p>
</div>






    <ul class="side-nav rlpop">

                <li><a href="#" theanchor="#articles" target="_blank" class="therllink">Articles</a></li>
                <div id="articles" class="rlpopupcontent">
                    
                    <ul>
                                    <li>
                                        <a href='/-/media/ansys/corporate/resourcelibrary/article/protecting-fusion-reactors-from-extreme-heat-aa-v13-i1.pdf' target='_blank'>
                                            <span>Protecting Fusion Reactors from Extreme Heat - ANSYS Advantage - V13 I1 - Article</span>
                                        </a>
                                    </li>
                    </ul>
                </div>
                <li><a href="#" theanchor="#casestudies" target="_blank" class="therllink">Case Studies</a></li>
                <div id="casestudies" class="rlpopupcontent">
                    
                    <ul>
                                    <li>
                                        <a href='/-/media/ansys/corporate/resourcelibrary/casestudy/cs-safran-aerosystems.pdf' target='_blank'>
                                            <span>SAFRAN Aerosystems - Design and Validation of Aeronautic Lighting Systems </span>
                                        </a>
                                    </li>
                                    <li>
                                        <a href='/-/media/ansys/corporate/resourcelibrary/casestudy/lite-on-case-study.pdf' target='_blank'>
                                            <span>Ansys + Lite-On Technologies</span>
                                        </a>
                                    </li>
                                    <li>
                                        <a href='/-/media/ansys/corporate/resourcelibrary/casestudy/almeco-success-story.pdf' target='_blank'>
                                            <span>ALMECO Group - Presenting a Smart Virtual Reality Experience for Lighting</span>
                                        </a>
                                    </li>
                                    <li><a href="https://www.ansys.com/-/media/ansys/corporate/resourcelibrary/casestudy/cs-quintessence-yachts.pdf"><span>ANSYS OPTIS &amp; Quintessence Yachts: Using Virtual Reality as a Highly Reliable Marketing Tool</span></a></li>
                                    <li><a href="https://www.ansys.com/-/media/ansys/corporate/resourcelibrary/casestudy/cs-bentley-reinvents-design-future-vehicles-with-vr.pdf"><span>Bentley Reinvents the Design of Future Vehicles With Virtual Reality</span></a></li>
                                    <li>
                                        <a href='/-/media/ansys/corporate/resourcelibrary/casestudy/ansys-cevt-case-study.pdf' target='_blank'>
                                            <span>Ansys + CEVT</span>
                                        </a>
                                    </li>
                    </ul>
                </div>
                <li><a href="#" theanchor="#whitepapers" target="_blank" class="therllink">White Papers</a></li>
                <div id="whitepapers" class="rlpopupcontent">
                    
                    <ul>
                                <li>
												<a href="/resource-library/white-paper/how-to-design-safe-laser-headlamps?tli=en-us" target="_blank"><span>How to Design, Optimize and Validate Safe Laser Headlamps Through Virtual Experimentation</span></a>											

                                </li>
                                <li>
												<a href="/resource-library/white-paper/autonomous-vehicle-safety-validation?tli=en-us" target="_blank"><span>An Integrated Simulation Platform to Validate Autonomous Vehicle Safety</span></a>											

                                </li>
                                <li>
												<a href="/resource-library/white-paper/speos?tli=en-us" target="_blank"><span>Ansys SPEOS: Illuminating the Possibilities</span></a>											

                                </li>
                                <li>
												<a href="/resource-library/white-paper/ivision-towards-smarter-aircraft-interfaces-with-vr?tli=en-us" target="_blank"><span>Towards Smarter Aircraft Interfaces With Virtual Reality</span></a>											

                                </li>
                                <li>
												<a href="/resource-library/white-paper/managing-changing-quality-needs-automotive-wp?tli=en-us" target="_blank"><span>Managing Changing Quality Needs in Automotive and Consumer Product Industries</span></a>											

                                </li>
                    </ul>
                </div>


    </ul>

            </div>
        </div>

    </article>


    
    <script>
		var theiconlistapplicationscolor = "#F5F5F5";
		var theiconlistapplicationsbg = "";
    </script>



<!-- APP GRID -->
<article class="row iconlistapplications">
    <div class="medium-12 large-12 small-12 columns">
        <p class="component-header pdbottom20">Applications</p>
        <ul class="small-block-grid-1 medium-block-grid-4 large-block-grid-4 text-center" data-equalizer="iconlistapplications">
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Transform the vehicle interior by creatively using light to enhance driver information and well-being. Imagine a harmonious and stylized interior with innovative functions and lighting systems.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/resource-library/white-paper/physics-based-virtual-prototyping-automotive-interior-lighting&quot; target=&quot;_blank&quot;&gt;Read More&lt;/a&gt;' thetitle='Automotive Interior Lighting' thelinktext='Read More' data-equalizer-watch="iconlistapplications">Automotive Interior Lighting</a>


                                <img src="/-/media/ansys/corporate/applications/optical/interior-lighting.jpg?h=160&amp;la=en&amp;w=255&amp;hash=517598243991B0FF329DA11CB5D50C2A4CFE175A" class="displaynone" alt="Automotive interior lighting" width="255" height="160" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='Combine light, materials and optical sensors to create the most innovative products. Optimize product performance and appearance, predicting possible defects or issues early in the design process.' thetitle='Backlighting' thelinktext='Read More' data-equalizer-watch="iconlistapplications">Backlighting</a>


                                <img src="/-/media/ansys/corporate/applications/optical/backlighting.jpg?h=160&amp;la=en&amp;w=255&amp;hash=F76ED8701C3F7FFE60B46A09F392629641BECB85" class="displaynone" alt="Backlighting for optical design" width="255" height="160" title="Backlighting" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Create and manage intelligent lighting systems from single luminaires to smart cities. Decide where to position each element for the best effect while evaluating reflection, performance and everything in between.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/resource-library/webinar/ansys-speos-new-lighting-advancements&quot; target=&quot;_blank&quot;&gt;Read More&lt;/a&gt;' thetitle='General Lighting' thelinktext='Read More' data-equalizer-watch="iconlistapplications">General Lighting</a>


                                <img src="/-/media/ansys/corporate/applications/optical/general-lighting.jpg?h=160&amp;la=en&amp;w=255&amp;hash=D24DC142AD4D09BB24A5919CA64CF04B5E83DE96" class="displaynone" alt="General lighting for optical design" width="255" height="160" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Experience your HUD system from the driver&amp;rsquo;s viewpoint, making reliable decisions based on feasibility and performance early in the design process. Optimize layout, angles and tolerances, while seamlessly collaborating with suppliers to create best-in-class HUD systems.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/products/optical/ansys-speos/head-up-display-solution#6&quot;&gt;Learn More&lt;/a&gt;' thetitle='HUD' thelinktext='Read More' data-equalizer-watch="iconlistapplications">HUD</a>


                                <img src="/-/media/ansys/corporate/applications/optical/optical-hud.jpg?h=160&amp;la=en&amp;w=255&amp;hash=C0EB5990914843217BFDB87E42E502F303AB4001" class="displaynone" alt="Head Up Display HUD system" width="255" height="160" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Revolutionize your exterior lighting to enhance driver safety, visual comfort and brand identity. Design and test the latest industrial developments while ensuring compliance with brand and international standards.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/resource-library/webinar/ansys-speos-tips-tricks-optical-part-design-exterior-workflow&quot; target=&quot;_blank&quot;&gt;Read More&lt;/a&gt;' thetitle='Automotive Exterior Lighting' thelinktext='Read More' data-equalizer-watch="iconlistapplications">Automotive Exterior Lighting</a>


                                <img src="/-/media/ansys/corporate/applications/optical/exterior-lighting.jpg?h=160&amp;la=en&amp;w=255&amp;hash=75D605506AE361F47244BA19C04D5400D948CCD5" class="displaynone" alt="Automotive Exterior Lighting" width="255" height="160" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Improve the customer experience by virtually marketing and configuring your products in real time, with lifelike virtual prototypes. Explore an interactive environment where infinite options and configurations of materials, lit effects and appearances become the ultimate decision-making tool.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/resource-library/case-study/almeco-light-reflectors&quot; target=&quot;_blank&quot;&gt;Read More&lt;/a&gt;' thetitle='VR Marketing &amp;amp; Sales Configurator' thelinktext='Read More' data-equalizer-watch="iconlistapplications">VR Marketing &amp; Sales Configurator</a>


                                <img src="/-/media/ansys/corporate/applications/optical/vr-marketing-and-sales.jpg?h=160&amp;la=en&amp;w=255&amp;hash=254FA1F79544B438A664C6B9BF45441199BAEE58" class="displaynone" alt="Virtual reality & sales configurator" width="255" height="160" />
                            </div>
                        </li>
                        <li>



                            <div>
                                        <a href="" thehref="" class="small pd5 iconlistpopup" thedescription='&lt;p&gt;Assess camera and lidar raw signals in an integrated environment, apply electronic post-processing and evaluate sensor layout on vehicles.&lt;/p&gt;
&lt;a class=&quot;call-out-small&quot; href=&quot;/resource-library/white-paper/autonomous-vehicle-safety-validation&quot;&gt;Read More&lt;/a&gt;' thetitle='Autonomous Sensor Technologies' thelinktext='Read More' data-equalizer-watch="iconlistapplications">Autonomous Sensor Technologies</a>


                                <img src="/-/media/ansys/corporate/applications/optical/autonomous-sensor-technologies.jpg?h=160&amp;la=en&amp;w=255&amp;hash=22C6E55C75320CF05D9D79D59C934549A3A3C817" class="displaynone" alt="Autonomous sensor technologies" width="255" height="160" />
                            </div>
                        </li>


        </ul>
    </div>

</article>
<!-- //APP GRID -->



    


<!-- PRODUCT GRID -->
<article class="row product-grid flagshipproducts">
    <div class="small-12 columns">
        <p class="component-header pdbottom20 pdleft0">Flagship Products</p>
        <ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-3 text-center" data-equalizer="flagshipproducts">

                        <li>
                                <h5 style="background:url(/-/media/ansys/ansysrefresh/iconslist/optical-ansys-refresh-center.png) -1px 100% no-repeat;height:40px;color:" class="equalizeheight valign">
                                    SPEOS
                                    <img src="/-/media/ansys/ansysrefresh/product-icons-white/optical-software-prod-page-icon-white.png?h=70&amp;la=en&amp;w=70&amp;hash=FB01926B0B82500FC1C3B10F716BA111F57E3530" class="theiconimg" alt="Optical Icon" width="70" height="70" />

                                </h5>
                            <div data-equalizer-watch="flagshipproducts" class="clearfix highlights">
<p>SPEOS is a comprehensive lighting and illumination software for the design, optimization, visualization and validation of any optical system.</p>
<a href="/products/optical/ansys-speos" class="button">Learn More</a><a href="/products/optical/ansys-speos"></a>
                            </div>

                        </li>
                        <li>
                                <h5 style="background:url(/-/media/ansys/ansysrefresh/iconslist/systems_ansys_refresh.png) -1px 100% no-repeat;height:40px;color:" class="equalizeheight valign">
                                    VRXPERIENCE
                                    <img src="/-/media/ansys/ansysrefresh/product-icons-white/systems-prod-page-icon-white.png?h=70&amp;la=en&amp;w=70&amp;hash=BC77988BA260F4A2A11ABEABBA61DDDDE611203A" class="theiconimg" alt="Systems Icon" width="70" height="70" />

                                </h5>
                            <div data-equalizer-watch="flagshipproducts" class="clearfix highlights">
<p>VRXPERIENCE is a real-time and interactive platform to create, test and experience your product or system in real-world conditions, virtually.</p>
<a href="/products/systems/ansys-vrxperience" class="button">Learn More</a><a href="/products/systems/ansys-vrxperience"></a>
                            </div>

                        </li>
                        <li>
                                <h5 style="background:url(/-/media/ansys/ansysrefresh/iconslist/optical-ansys-refresh-center.png) -1px 100% no-repeat;height:40px;color:" class="equalizeheight valign">
                                    OMD
                                    <img src="/-/media/ansys/ansysrefresh/product-icons-white/optical-software-prod-page-icon-white.png?h=70&amp;la=en&amp;w=70&amp;hash=FB01926B0B82500FC1C3B10F716BA111F57E3530" class="theiconimg" alt="Optical Icon" width="70" height="70" />

                                </h5>
                            <div data-equalizer-watch="flagshipproducts" class="clearfix highlights">
<p>OPTICAL MEASUREMENT DEVICES (OMD) measure and directly assign measured materials inside your virtual mockup.</p>
<a href="/products/optical/ansys-optical-measurement-device" class="button">Learn More</a><a href="/products/optical/ansys-optical-measurement-device"></a>
                            </div>

                        </li>

        </ul>
    </div>
</article>
<!-- //PRODUCT GRID -->



    


    



<!-- IMAGE USE GRID -->
<article class="row image-grid">
    <div class="medium-12 large-12 columns">
        <p class="component-header pdbottom20">Learn More</p>
        <ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-4 text-center" data-equalizer="learnmore">
                            <li>
                                <div class="medium-12 small-12 text-center">
<a href="https://play.vidyard.com/gepc84EiZf6KVbZuAgMvPm"> 
                                    
                                    <img src="/-/media/ansys/corporate/images/products/optical/autonomous-demo.png?h=160&amp;la=en&amp;w=255&amp;hash=815AA14CA95354363E4456029C5576CFB0F37155" alt="A Comprehensive Solution for Developing Autonomous Vehicles - Demo" width="255" height="160" />
                                    </a>

                                    
                                </div>
                                <div class="medium-12 small-12 columns text-center">
                                    <div class="table">
                                        <div class="valign pdtop10">
                                            <p>
<a href="https://play.vidyard.com/gepc84EiZf6KVbZuAgMvPm"> 
                                                
                                                 A Comprehensive Solution for Developing Autonomous Vehicles - Demo
                                                </a>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li>
                                <div class="medium-12 small-12 text-center">
<a href="https://www.youtube.com/embed/ejMFwNgMuNE?autoplay=1&amp;modestbranding=1"> 
                                    
                                    <img src="/-/media/ansys/corporate/images/products/optical/optis-rear-lamp.png?h=160&amp;la=en&amp;w=255&amp;hash=B6B5336113EDA4A9D89E9B8B9FD543C01207C793" alt="OPTIS Rear Lamp 3 Effect - Video" width="255" height="160" />
                                    </a>

                                    
                                </div>
                                <div class="medium-12 small-12 columns text-center">
                                    <div class="table">
                                        <div class="valign pdtop10">
                                            <p>
<a href="https://www.youtube.com/embed/ejMFwNgMuNE?autoplay=1&amp;modestbranding=1"> 
                                                
                                                OPTIS Rear Lamp 3D Effect - Video
                                                </a>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li>
                                <div class="medium-12 small-12 text-center">
<a href="/resource-library/case-study/quintessence-yachts"> 
                                    
                                    <img src="/-/media/ansys/corporate/images/products/optical/quintessence-yacht.jpg?h=160&amp;la=en&amp;w=255&amp;hash=0976EE0263B85FDBFFEE58FF4CFE656F4CA20CB1" alt="Quintessence Yachts" width="255" height="160" />
                                    </a>

                                    
                                </div>
                                <div class="medium-12 small-12 columns text-center">
                                    <div class="table">
                                        <div class="valign pdtop10">
                                            <p>
<a href="/resource-library/case-study/quintessence-yachts"> 
                                                
                                                Quintessence Yachts: Using Virtual Reality as a Highly Reliable Marketing Tool - Client Story
                                                </a>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li>
                                <div class="medium-12 small-12 text-center">
<a> 
                                    
                                    <img src="/-/media/ansys/corporate/images/products/optical/simulating-titan.jpg?h=160&amp;la=en&amp;w=255&amp;hash=8912D4769A2C6445F0169FEFF2F4D1F24D7F190A" alt="Simulating Titan Video" width="255" height="160" />
                                    </a>

                                    
                                </div>
                                <div class="medium-12 small-12 columns text-center">
                                    <div class="table">
                                        <div class="valign pdtop10">
                                            <p>
<a> 
                                                
                                                Revealing the True Face of Titan with Physical Simulation - White Paper
                                                </a>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </li>

        </ul>

    </div>


</article>

<!-- //IMAGE USE GRID -->



    


    


    


    


</section>

        <!-- Contact us Block -->
        <div class="row contact-row text-center row-full-width" style="background-color:#ffb71b;">
            <div class="medium-8 columns small-10 small-centered">
                <h4 style="color: #000;">Start a conversation with Ansys</h4>
<a class="button secondary contact-button" href="/contact-us"> 

                Contact Us
                </a>

            </div>
        </div>
        <style>
            a.button.secondary.contact-button {
                background-color: #ffb71b;
                color: #000;
            }

            a.button.secondary.contact-button:hover {
                background-color: #000;
                color: #ffb71b;
            }
        </style>
        <!-- //Contact us Block -->


    <div class="row pre-footer">

        <div class="medium-12 columns medium-centered">
            <ul class="small-block-grid-1 medium-block-grid-5 large-block-grid-5">
                                <li>
                                    <ul>
                                        <li class="title">
                                            <a href="/products"> 
                                            <h5>Products</h5>
                                            </a>
                                        </li>
                                            <li>
                                                <a href="/products/3d-design"> 
                                                3D Design
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/academic"> 
                                                Academic
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/electronics"> 
                                                Electronics
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/embedded-software"> 
                                                Embedded Software
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/fluids"> 
                                                Fluids
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/materials"> 
                                                Materials
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/photonics"> 
                                                Photonics
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/optical"> 
                                                Optical
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/platform"> 
                                                Platform
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/semiconductors"> 
                                                Semiconductors
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/structures"> 
                                                Structures
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/systems"> 
                                                Systems
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products"> 
                                                All Products
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/products/ansys-store"> 
                                                Ansys Store
                                                </a>
                                            </li>
                                                                            </ul>
                                </li>
                                <li>
                                    <ul>
                                        <li class="title">
                                            <a href="/solutions"> 
                                            <h5>Solutions</h5>
                                            </a>
                                        </li>
                                            <li>
                                                <a href="/solutions/solutions-by-industry"> 
                                                Solutions by Industry
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/solutions/technology-trends"> 
                                                Technology Trends
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/solutions/solutions-by-role"> 
                                                Solutions by Role
                                                </a>
                                            </li>
                                                                            </ul>
                                </li>
                                <li>
                                    <ul>
                                        <li class="title">
                                            <a href="/services"> 
                                            <h5>Services</h5>
                                            </a>
                                        </li>
                                            <li>
                                                <a href="/services/training-center"> 
                                                Training
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/services/learning-hub"> 
                                                Ansys Learning Hub
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/services/consulting"> 
                                                Consulting &amp; Professional Services
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/services/reliability-engineering-services"> 
                                                Reliability Engineering Services
                                                </a>
                                            </li>
                                                                            </ul>
                                </li>
                                <li>
                                    <ul>
                                        <li class="title">
                                            <a href="/about-ansys"> 
                                            <h5>About Ansys</h5>
                                            </a>
                                        </li>
                                            <li>
                                                <a href="/about-ansys/advantage-magazine"> 
                                                Ansys Advantage Magazine
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/diversity-and-inclusion"> 
                                                Diversity &amp; Inclusion
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/business-ethics"> 
                                                Business Ethics
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/contacts-and-locations"> 
                                                Contacts &amp; Locations
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/dimensions-magazine"> 
                                                Dimensions Magazine
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/events"> 
                                                Events
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/investor-relations"> 
                                                Investor Relations
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/news-center"> 
                                                News Center
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/partner-ecosystem"> 
                                                Ansys Partner Ecosystem
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/careers"> 
                                                Careers
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/quality-assurance"> 
                                                Quality Assurance
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/about-ansys/startup-program"> 
                                                Ansys Startup Program
                                                </a>
                                            </li>
                                                                            </ul>
                                </li>
                                <li>
                                    <ul>
                                        <li class="title">
                                            <a href="/support"> 
                                            <h5>Support</h5>
                                            </a>
                                        </li>
                                                        <li class="title">
                    <a href="/about-ansys/careers"> 
                    
                    <h5>Careers</h5>
                    </a>
                </li>
                <li class="title">
                    <a href="/academic"> 
                    
                    <h5>Academic</h5>
                    </a>
                </li>
                <li class="title">
                    <a href="https://support.ansys.com"> 
                    
                    <h5>Customer Portal</h5>
                    </a>
                </li>
                <li class="title">
                    <a href="https://www.ansys.com/resource-library"> 
                    
                    <h5>Resource Library</h5>
                    </a>
                </li>
                <li class="title">
                    <a href="https://www.ansys.com/blog"> 
                    
                    <h5>Blog</h5>
                    </a>
                </li>
                <li class="title">
                    
                    
                    <h5></h5>
                    
                </li>
                    <ul class="inline-list inline-list-social medium-centered">
                            <li>
                                <a href="https://www.youtube.com/ansysinc" rel="noopener noreferrer" target="_blank"> 
                                <img src="/-/media/ansys/ansysrefresh/youtube-icon-refresh.png?h=24&amp;la=en&amp;w=35&amp;hash=E986EE0521956BFE957B99F7B09CB33B59BF2107" alt="Youtube" width="35" height="24" />
                                </a>
                            </li>
                            <li>
                                <a href="https://www.facebook.com/ansys"> 
                                <img src="/-/media/ansys/ansysrefresh/facebook-icon-refresh.png?h=24&amp;la=en&amp;w=35&amp;hash=F0A5672FC5A20A4EF4EE2EA04730ABE3025705B5" alt="Facebook" width="35" height="24" />
                                </a>
                            </li>
                            <li>
                                <a href="https://www.twitter.com/ansys"> 
                                <img src="/-/media/ansys/ansysrefresh/twitter-icon-refresh.png?h=24&amp;la=en&amp;w=35&amp;hash=B7BE6A66FFE4F98051DBFB2F6BDF95A41C795427" alt="Twitter" width="35" height="24" />
                                </a>
                            </li>
                            <li>
                                <a href="https://www.linkedin.com/company/ansys-inc"> 
                                <img src="/-/media/ansys/ansysrefresh/linkedin-icon-refresh.png?h=24&amp;la=en&amp;w=35&amp;hash=C7D998F1AD5957971CF17834426219753899D9FB" alt="Linkedin" width="35" height="24" />
                                </a>
                            </li>
                            <li>
                                <a href="https://www.instagram.com/ansys_inc/"> 
                                <img src="/-/media/ansys/ansysrefresh/instagram-icon-refresh.png?h=24&amp;la=en&amp;w=35&amp;hash=192AEB6618B4E3F2C4A8347D2E0C003560B6A555" alt="Instagram" width="35" height="24" />
                                </a>
                            </li>
                    </ul>
                                    </ul>
                                </li>

            </ul>
        </div>
    </div>
    <footer class="row">
        <div class="medium-12 medium-centered columns pdtop10">
            <ul class="inline-list floatleft pdleft30">
                <li>&copy; 2020 Ansys, Inc. All rights reserved.</li>
            </ul>
            <ul class="inline-list floatright pdleft10">
                                <li><a href="https://www.ansys.com/footer/legal-notices" title="Legal Notices">Legal Notices</a> </li>
                                <li><a href="https://www.ansys.com/footer/privacy-notice" title="Privacy Notice">Privacy Notice</a> </li>
                                <li><a href="https://www.ansys.com/footer/cookie-policy" title="Cookie Policy">Cookie Policy</a> </li>
                                <li><a href="https://www.ansys.com/footer/export-control-compliance" title="Export Compliance">Export Compliance</a> </li>
                                <li><a href="https://www.ansys.com/footer/terms-and-conditions" title="Terms and Conditions">Terms and Conditions</a> </li>
                                <li><a href="https://www.ansys.com/footer/piracy-policy" title="Report Piracy">Report Piracy</a> </li>
                                <li><a href="https://www.ansys.com/footer/site-map" title="Site Map">Site Map</a> </li>

            </ul>

        </div>


    </footer>




                <a class="right-off-canvas-toggle1" href="#"><span class="rotate" lang="en">Contact</span></a>
                <a class="exit-off-canvas"></a>


        </div>
    </div>

    <!-- New Site Code Ends -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="/assets/js/foundation-js/jquery.min.js"></script>
    <script src="/assets/js/foundation-js/jquery-migrate-1.2.1.js?ver=1.1"></script>
    <script type="text/javascript" src="/assets/js/foundation-js/jquery.fancybox-1.3.1.js?ver=1.1"></script>
    <script src="/assets/js/foundation-js/foundation.min.js"></script>
    <script src="/assets/js/foundation-js/ansys.fn.js?ver=2.0"></script>
    <script src="/assets/js/foundation-js/ansys-refresh.js?ver=2.7"></script>
    <script src="/assets/js/form.js?ver=2.6"></script>
    

    <script type="text/javascript">
        (function defer() {
            if (window.jQuery) {
                jQuery(function () {
                    if (jQuery(".iframe-form").length > 0) {
                        jQuery(".right-off-canvas-toggle").on("click", function (e) {
                            jQuery(".iframe-form").each(function () {
                                jQuery(this).attr("src", jQuery(this).attr("theformurl"));
                            });
                        });
                    }


                    if (jQuery(".lazyload").length > 0) {
                        jQuery(".lazyload").each(function () {
                            jQuery(this).attr("src", jQuery(this).attr("data-src"));
                        });
                    }
                });
            }
            else {
                setTimeout(function () { defer() }, 50);
            }
        })();
    </script>




    <!-- Webpage Schema -->
    <script type='application/ld+json'>
        {
        "@context": "https://schema.org",
        "@type": "WebPage",
        "author": "ANSYS Inc.",
        "copyrightYear": "2020",
        "dateCreated": "2020-06-24",
        "dateModified": "2020-07-14",
        "datePublished": "2020-09-29",
        "headline": "Optical",
        "keywords": "light simulation, optical simulation, optical simulation software",
        "description": "ANSYS optical simulation software helps you design optical systems by simulating optical performance within a system and evaluating final illumination.",
        "image": {
        "@type": "ImageObject",
        "contentUrl": "https://www.ansys.com/-/media/ansys/corporate/social/optical/optical_1200x630.jpg",
        "name": "                ANSYS Inc."
        },
        "publisher": {
        "@type": "Organization",
        "logo": {
        "@type": "ImageObject",
        "url": "https://www.ansys.com/-/media/ansys/global/brandings/logo-ansys.jpg",
        "width": "195",
        "height": "60"
        }
        },
        "mainEntityOfPage": "https://www.ansys.com/products/optical",
        "name": "optical"
        }
    </script>

    <script type="text/javascript">
        function OptanonWrapper() {
            setTimeout(function () {
                if (readCookie("OptanonConsent").indexOf("%2C2%3A") > -1) {
                    if (readCookie("OptanonConsent").split("%2C2%3A")[1].split("%2C")[0] == "0") {
                        eraseCookie("theutmparams");
                        $(".theutmsource").find("input.form-control.text-box").attr("value", "");
                        $(".theutmmedium").find("input.form-control.text-box").attr("value", "");
                        $(".theutmcampaign").find("input.form-control.text-box").attr("value", "");
                        $(".theutmterm").find("input.form-control.text-box").attr("value", "");
                        $(".theutmcontent").find("input.form-control.text-box").attr("value", "");
                        $(".hidden.form-group.theinput label:contains('Campaign Id')").parent().find("input.form-control.text-box").attr("value", "");
                        $(".hidden.form-group.theinput label:contains('Member Status')").parent().find("input.form-control.text-box").attr("value", "");
                    }
                    if (readCookie("OptanonConsent").split("%2C2%3A")[1].split("%2C")[0] == "1") {
                        if (window.location.href.indexOf("?") > -1) {
                            var theutmparametersaggregate = "";
                            if (getParameterByName("utm_source")) {
                                theutmparametersaggregate = "utm_source=" + getParameterByName("utm_source");
                            }
                            if (getParameterByName("utm_medium")) {
                                theutmparametersaggregate += "&utm_medium=" + getParameterByName("utm_medium");
                            }
                            if (getParameterByName("utm_campaign")) {
                                theutmparametersaggregate += "&utm_campaign=" + getParameterByName("utm_campaign");
                            }
                            if (getParameterByName("utm_term")) {
                                theutmparametersaggregate += "&utm_term=" + getParameterByName("utm_term");
                            }
                            if (getParameterByName("utm_content")) {
                                theutmparametersaggregate += "&utm_content=" + getParameterByName("utm_content");
                            }
                            if (getParameterByName("campaignid")) {
                                theutmparametersaggregate += "&campaignid=" + getParameterByName("campaignid");
                            }
                            if (theutmparametersaggregate) {
                                if (theutmparametersaggregate.toLowerCase().indexOf("utm_source") <= -1) {
                                    theutmparametersaggregate = "utm_source=" + document.referrer.split('/')[2] + theutmparametersaggregate;
                                }
                                createCookie("theutmparams", theutmparametersaggregate);
                            }
                            else if (document.referrer.split('/')[2] != "" && document.referrer.split('/')[2] != "undefined" && document.referrer.split('/')[2] != window.location.hostname) {
                                theutmparametersaggregate = "utm_source=" + document.referrer.split('/')[2];
                                createCookie("theutmparams", theutmparametersaggregate);
                            }
                        }

                        else if (document.referrer.split('/')[2] != "" && document.referrer.split('/')[2] != undefined && document.referrer.split('/')[2] != window.location.hostname) {
                            theutmparametersaggregate = "utm_source=" + document.referrer.split('/')[2];
                            createCookie("theutmparams", theutmparametersaggregate);
                        }

                        if (readCookie("theutmparams")) {
                            var theutmparamscookieval = "?" + readCookie("theutmparams");
                            $(".theutmsource").find("input.form-control.text-box").attr("value", getParameterByName("utm_source", theutmparamscookieval));
                            $(".theutmmedium").find("input.form-control.text-box").attr("value", getParameterByName("utm_medium", theutmparamscookieval));
                            $(".theutmcampaign").find("input.form-control.text-box").attr("value", getParameterByName("utm_campaign", theutmparamscookieval));
                            $(".theutmterm").find("input.form-control.text-box").attr("value", getParameterByName("utm_term", theutmparamscookieval));
                            $(".theutmcontent").find("input.form-control.text-box").attr("value", getParameterByName("utm_content", theutmparamscookieval));
                            if(getParameterByName("campaignid", theutmparamscookieval) !== null) {
                                $(".hidden.form-group.theinput label:contains('Campaign Id')").parent().find("input.form-control.text-box").attr("value", getParameterByName("campaignid", theutmparamscookieval));
                            }
                        }
                    }
                }
            }, 2000);
        }
    </script>

</body>
</html>
