Tuesday, January 20, 2015

R & D Job in Vietnam: a MNC, Fortune 500


We are currently having the following vacancies in the R&D Department:

Simulation Engineer (R&D)
- Bachelor degree in mechanical, automation or computational
- At least 2 years working experience as simulation engineer, have knowledge in geometric dimensioning and tolerancing
------------------------------------------------------------------------------------
Design Engineer (R&D) (15 positions)
- Bachelor degree in technical majors
- At least 3 years working experience as design engineer in international environment, 3D design program is a must, SAP is an advantage, strong communication in English.
------------------------------------------------------------------------------------
Statistician Expert (R&D)
- Bachelor degree in Applied Mathematics
- At least 3 years of experience at the same position, production experience is a strong asset.
- Experience in DoE, extracting data and analyzing data to find root-cause for problems
------------------------------------------------------------------------------------
Test Engineer
- Master degree in technical field preferred mechanical background
- At least 5 years knowledge of experience on measurements methods, data acquisition, data analysis, hydraulics, control systems and dynamics.


Please forward your CV to me, if you are interested in one of the above positions.

Monday, December 29, 2014

NX Unigraphics: Tutorials, Guide

Sketching.
http://www.mediafire.com/file/gaww9efzlktc58o/Unigraphics NX8 – Sketching.pdf
Modeling.
http://www.mediafire.com/file/higcwratv2co7cy/Unigraphics NX8 – Modeling.pdf
Associactive Copy.
http://www.mediafire.com/file/r9xmk00i7isk364/Unigraphics NX8 – Associative Copy.pdf
Combine Bodies
http://www.mediafire.com/file/omx1yodw11xytq5/Unigraphics NX8 – Combine bodies.pdf
Design Feature
http://www.mediafire.com/file/pynf7vsonh7uma7/Unigraphics NX8 – Design Feature.rar
Detail Feature
http://www.mediafire.com/file/zygkiv59uov9jrj/Unigraphics NX8 – Detail Feature.pdf
Mesh Surface
http://www.mediafire.com/file/wmzjcu784od3m75/Unigraphics NX8 – Mesh Surface.pdf
Offset, Scale
http://www.mediafire.com/file/kx31rjzqu3b3uj9/Unigraphics NX8 – Offset, Scale.pdf
Surface
http://www.mediafire.com/file/5m9d6j66e7f5yg9/Unigraphics NX8 – Surface.pdf
Sweep
http://www.mediafire.com/file/zkos6sx85jgs4p7/Unigraphics NX8 – Sweep.pdf
Trim Bodies
http://www.mediafire.com/file/5dk1f3vn89vx13y/Unigraphics NX8 – Trim bodies.pdf

Tuesday, December 2, 2014

The Yt project in Python: olumetric Data Analysis, Astrophysical simulation

Yt is an additional python package aiming for Volumetric Data Analysis, An volumetric analysis and visualization toolkit for Astrophysical simulations, handling multi-resolution data from astrophysical simulations, radio telescopes, and a burgeoning interdisciplinary community, etc.

Link: http://yt-project.org/

Tuesday, November 18, 2014

eLearning @ Cerfacs - Online Courses

CERFACS members collaborate to formation in multiple places (engineering schools and universities in Toulouse, Bordeaux and Paris, and specialized schools for PhDs and engineers such as Von Karmann Institut, College de Polytechnique, etc) and on many topics (numerical methods, high-performance computing, fortran, optimization, tutorial for Large Eddy Simulation of reacting flows, theoretical and numerical combustion, Computation Fluid Dynamics on massively parallel architectures, etc).
To ensure that students can have the best access to teaching materials (courses, hands-on exercices, links to various external sources, examples of exams),
CERFACS has gathered data on this website where you can download all data related to the course they are following. You are welcome to use this site.
Link: http://elearning.cerfacs.fr/

Wednesday, November 12, 2014

Free Fire Dynamics Simulator (FDS) and Smokeview

Fire Dynamics Simulator (FDS) is a large-eddy simulation (LES) code for low-speed flows, with an emphasis on smoke and heat transport from fires.
Fire Dynamics Simulator (FDS) is a computational fluid dynamics (CFD) model of fire-driven fluid flow. The software solves numerically a form of the Navier-Stokes equations appropriate for low-speed, thermally-driven flow, with an emphasis on smoke and heat transport from fires.

Smokeview (SMV) is a visualization program used to display the output of FDS and CFAST simulations.

FDS+Evac is the evacuation simulation module for Fire Dynamics Simulator (FDS). The software is used to simulate the movement of people in evacuation situations. The evacuation simulations can be fully coupled with the fire simulations.

These tools are open source and freely available.

Source: https://code.google.com/p/fds-smv/




Tuesday, November 11, 2014

Django

Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established as a non-profit.

Django's primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and "pluggability" of components, rapid development, and the principle of don't repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.

Source: www.djangoproject.com