Skip to content

A 3D FDM program of thermal calculation with Fabry–Pérot interferometry simulator powered by OpenCL. This is used in the link below.

License

Notifications You must be signed in to change notification settings

A-Kameda/Thermo_ocl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermo_ocl

A 3D FDM program of thermal calculation with Fabry–Pérot interferometry simulator.

This is used in the paper "Precise measurement of the temperature of a silicon wafer by an optical-interference contactless thermometer during rapid plasma processing" that I wrote.

Requirements

2 header files are required.

Compilation

GCC (mingw-w64) is preferred.

OpenCL(Intel SDK):g++.exe -I"C:/intel/OpenCL/sdk/include" -"C:/intel/OpenCL/sdk/lib/x64" -std=c++11  .\[.cppファイル] -v -lOpenCL -static -O2
OpenCL(CUDA Toolkit):g++.exe -I"%CUDA_PATH%/include/" -L"%CUDA_PATH%/lib/x64" -std=c++11 .\[.cppファイル] -v -lOpenCL -static -O2

Usage

There is no document for it, but you can read the codes easily because they are procedural and very simple.

About

A 3D FDM program of thermal calculation with Fabry–Pérot interferometry simulator powered by OpenCL. This is used in the link below.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published