SlideShare uma empresa Scribd logo
1 de 22
Baixar para ler offline
Source	pack	installa0on	of	OpenFOAM.
4.0	into	RHL	
Open	CAE	Local	Study	Mee0ng	
Y.	Takagi	
July	2,	2016
Download	the	packages	from	the	official	website
Where	should	we	install?	
•  If	you	have	a	machine	only	for	OpenFOAM,	you	can	upgrade	
the	libraries	of	the	system.	
“Dependent	packages	required	for	RHEL	6.5	need	upda:ng	to	newer	
versions,	e.g.	Gcc	needs	upgrading	from	v4.4	to	v4.5+.	These	upgrades	
may	be	available	under	a	RHEL	support	subscrip:on.	If	not,	then	upgrades	
can	be	obtained	from	unofficial	repositories	using	the	following	
instruc:ons:		”	
•  If	you	do	not	want	to	upgrade	the	system	casually,	the	
compa0ble	soSwares/libraries	such	as	GCC	and	MPI	are	built	
in	the	local	ThirdParty	directory.
Our	machine	environment	
•  OS:	CentOS	6.5	(64	bit)	
•  System	libraries:	
–  GCC	4.4.7	
–  cmake	2.6-patch	4	
–  Qt	4.6.2	
•  Target	configura0on	of	OpenFOAM	
–  Version	4.0	
–  Main	solvers,	parallel	processing,	paraFoam	(ParaView	reader)	
–  Required	later	version	libraries	are	built	in	the	project	directory	
(ThirdParty	directory).
Procedure	of	installa0on	
1.  Install	the	necessary	rpm	packages.	
2.  Download	the	source	packages	and	extract	them.	
3.  Edit	the	configura0on/sedng	files.	
4.  Compile	the	tools/libraries.	
5.  Allwmake	
6.  Test	(foamInstallationTest)	
7.  Compile	ParaView	and	its	reader.
Install	the	rpm	packages	with	yum	
•  Necessary	packages:	
–  git,	gcc-c++,	bison,	flex,	m4,	glibc-devel,	glibc-devel.i686,	zlib-devel	
•  As	a	root,	type	the	yum	command:	
$ 	yum	install	gcc	gcc-c++	bison	flex	m4	glibc-devel			
		glibc-devel.i686	zlib-devel
Directory	configura0on	
•  Under	OpenFOAM-4.0	
•  Under	ThirdParty-4.0	
Allwmake		applica0ons/		doc/		plalorms/		tutorials/	
COPYING			README.org					bin/																		etc/			src/														wmake/	
Allclean 	 	 	cmake-3.2.1/ 	 	makeParaView3	
Allwmake	 	 	etc/	 	 	 	makeQt	
AllwmakeLibccmio 	gcc-4.8.5/ 	 	mpc-1.0.1/	
CGAL-4.8/ 	 	gmp-5.1.2/ 	 	mpfr-3.1.2/	
COPYING											 	makeCGAL 	 	openmpi-1.10.2/	
ParaView-5.0.1/				 	makeCmake 	 	plalorms/	
README.html	 	makeGcc	 	 	qt-everywhere-opensource-src-4.8.6/	
README.org 	 	makeGperSools 	scotch_6.0.3/	
boost_1_58_0/ 	makeLLVM 	 		
build/ 	 	 	makeParaView	
Red: make by yourself
Blue: generated later
Download	the	source	packages	and	extract	them	
•  OpenFOAM	main	source	code:	
•  OpenFOAM	ThirdParty:	
	
•  Compiler	(GCC):	
$ 	git	clone	git://github.com/OpenFOAM/OpenFOAM-4.x.git	
$ 	mv	OpenFOAM-4.x	OpenFOAM-4.0	
$ 	git	clone	git://github.com/OpenFOAM/ThirdParty-4.x.git	
$ 	mv	ThirdParty-4.x	ThirdParty-4.0	
$ 	cd	ThirdParty-4.0.x	
$ 	wget	https://ftp.gnu.org/gnu/gcc/gcc-4.8.5/									
gcc-4.8.5.tar.gz	
$ 	tar	zxvf	gcc-4.8.5.tar.gz
Download	the	source	packages	and	extract	them	
•  Libraries	(gmp,	mpfr,	mpc)		
$ 	wget	http://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2	
$ 	tar	jxvf	gmp-5.1.2.tar.bz2	
$ 	wget	http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.gz	
$ 	tar	zxvf	mpfr-3.1.2.tar.gz	
$ 	wget	http://ftp.gnu.org/gnu/mpc/mpc-1.0.1.tar.gz	
$ 	tar	zxvf	mpc-1.0.1.tar.gz
Download	the	source	packages	and	extract	them	
•  OpenMPI:	
	
•  Scotch:	
	
	
•  Boost:	
•  CGAL:		
$ 	wget	--no-check-certificate	https://www.open-mpi.org/		
software/ompi/v1.10/downloads/openmpi-1.10.2.tar.gz	
$ 	tar	zxvf	openmpi-1.10.2.tar.gz	
$ 	wget	https://gforge.inria.fr/frs/download.php/					
file/34099/scotch_6.0.3.tar.gz		
$ 	tar	zxvf	scotch_6.0.3.tar.gz	
$ 	wget	http://sourceforge.net/projects/boost/files/		
boost/1.58.0/boost_1_58_0.tar.gz	
$ 	tar	zxvf	boost_1_58_0.tar.gz	
$ 	wget	https://github.com/CGAL/cgal/releases/download/		
releases/CGAL-4.8/CGAL-4.8.tar.xz	
$ 	tar	Jxvf	CGAL-4.8.tar.xz
Download	the	source	packages	and	extract	them	
•  Cmake:		
•  Qt	(qmake)	
		If	you	do	not	need	ParaView,	this	package	is	unnecessary.	
$ 	wget	--no-check-certificate	https://download.qt.io/		
	archive/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz	
$ 	tar	zxvf	qt-everywhere-opensource-src-4.8.6.tar.gz	
$ 	wget	--no-check-certificate	https://cmake.org/files/			
v3.2/cmake-3.2.1.tar.gz	
$ 	tar	zxvf	cmake-3.2.1.tar.gz
Edit	the	configura0on/sedng	files	
•  Edit	OpenFOAM-4.0	environment	file	
	
$ 	vi	../OpenFOAM-4.0/etc/bashrc	
export	WM_PROJECT=OpenFOAM	
export	WM_PROJECT_VERSION=4.0	
	
#	Please	set	to	the	appropriate	path	if	the	default	is	not	
correct.	
#	
[	$BASH_SOURCE	]	&&		
export	FOAM_INST_DIR=${BASH_SOURCE%/*/*/*}	||		
#	export	FOAM_INST_DIR=$HOME/$WM_PROJECT	
#	export	FOAM_INST_DIR=~$WM_PROJECT	
export	FOAM_INST_DIR=/opt/$WM_PROJECT	
#	export	FOAM_INST_DIR=/usr/local/$WM_PROJECT
Edit	the	configura0on/sedng	files	
	
$ 	vi	../OpenFOAM-4.0/etc/bashrc	
#-	Compiler	location:	
#				WM_COMPILER_TYPE=	system	|	ThirdParty	(OpenFOAM)	
export	WM_COMPILER_TYPE=ThirdParty	
	
#-	Label	size:	
#				WM_LABEL_SIZE	=	32	|	64	
export	WM_LABEL_SIZE=64	
	
#-	MPI	implementation:	
#				WM_MPLIB	=	SYSTEMOPENMPI	|	OPENMPI	|	SYSTEMMPI	|		
MPICH	|	MPICH-GM	|	HPMPI	
#															|	MPI	|	QSMPI	|	SGIMPI	
export	WM_MPLIB=OPENMPI
Edit	the	configura0on/sedng	files	
•  Edit	OpenFOAM-4.0	compiler/libraries	sedng	file	
	
$ 	vi	../OpenFOAM-4.0/etc/config.sh/compiler	
case	"$WM_COMPILER_TYPE"	in	
OpenFOAM	|	ThirdParty)	
	
#	Default	versions	of	GMP,	MPFR	and	MPC,	override	as	
necessary	
				gmp_version=gmp-5.1.2	
				mpfr_version=mpfr-3.1.2	
				mpc_version=mpc-1.0.1	
	
				case	"$WM_COMPILER"	in	
				Gcc	|	Gcc48)	
								gcc_version=gcc-4.8.5
Edit	the	configura0on/sedng	files	
•  Edit	ThirdParty-4.0/makeCGAL	
	
$ 	vi	makeCGAL	
#	Get	CGAL,	boost	and	gmp/mpfr	versions	
.	$WM_PROJECT_DIR/etc/config.sh/functions	
_foamEval	SOURCE_CGAL_VERSIONS_ONLY=yes		
										$($WM_PROJECT_DIR/bin/foamEtcFile	config.sh/
CGAL)	
_foamSource	$($WM_PROJECT_DIR/bin/foamEtcFile	config.sh/
compiler)	
	
set	-x	
	
cgalPACKAGE=${cgal_version:-CGAL-4.8}
boostPACKAGE=boost_1_58_0	
gmpPACKAGE=gmp-5.1.2	
mpfrPACKAGE=mpfr-3.1.2
Edit	the	configura0on/sedng	files	
•  Edit	CGAL	
	
$ 	vi	../OpenFOAM-4.0/etc/config.sh/CGAL	
#	Description	
#					Setup	file	for	CGAL	(&	boost)	include/libraries.	
#					Sourced	from	OpenFOAM-<VERSION>/etc/bashrc	
#---------------------------------------------------------	
	
boost_version=boost_1_58_0	
#cgal_version=cgal-system	
cgal_version=CGAL-4.8
Compile	the	tools/libraries	
•  Reload	the	OpenFOAM	environment	file	and	compile	GCC:	
	
$ 	.	/opt/OpenFOAM/OpenFOAM-4.0/etc/bashrc	
Warning	in	/opt/OpenFOAM/OpenFOAM-4.0/etc/config.sh/
settings:	
				Cannot	find	/opt/OpenFOAM/ThirdParty-4.0/platforms/
linux64/gcc-4.8.5	installation.	
				Please	install	this	compiler	version	or	if	you	wish	to		
use	the	system	compiler,	
				change	the	'WM_COMPILER_TYPE'	setting	to	'system'	
$ 	./makeGcc
Compile	the	tools/libraries	
•  Build	CMake	and	execute	Allwmake:	
•  Build	OpenFOAM:	
•  ASer	the	compiling,	check	it:	
$ 	./makeCmake	
$ 	.	/opt/OpenFOAM/OpenFOAM-4.0/etc/bashrc	
$ 	./Allwmake	
$ 	.	/opt/OpenFOAM/OpenFOAM-4.0/etc/bashrc	
$ 	cd	/opt/OpenFOAM/OpenFOAM-4.0/	
$ 	./Allwmake	–j4	#	-j4	depending	on	your	machine	
$ 	.	/opt/OpenFOAM/OpenFOAM-4.0/etc/bashrc	
$ 	foamInstallationTest
Compile	ParaView	and	its	reader	
•  Build	Qt	
–  Shell	script	for	Qt	compiling	is	not	included	in	ThirdParty	4.0.	
$ 	cd	/opt/OpenFOAM/ThirdParty-4.0	
$ 	cp	/opt/OpenFOAM/ThirdParty-3.0.x/makeQt	./	
$ 	cp	/opt/OpenFOAM/ThirdParty-3.0.x/etc/tools/QtFunctions		
		./etc/tools/	
$ 	vi	makeQt	
#	Description	
#					Build	script	for	qt-everywhere-opensource-src	
#---------------------------------------------------------
qtVERSION=4.8.6	
qtTYPE=qt-everywhere-opensource-src	
$ 	./makeQt
Compile	ParaView	and	its	reader	
•  Compile	ParaView	5.0.1 	
$ 	vi	makeParaView	
#	Set	the	path	to	the	Qt-4.5	(or	later)	qmake	if	the				
system	Qt	is	older	
QMAKE_PATH="/opt/OpenFOAM/ThirdParty-4.0/		
												platforms/linux64Gcc/qt-4.8.6/bin"	
	
#	Set	the	path	to	cmake	
CMAKE_PATH="/opt/OpenFOAM/ThirdParty-4.0/		
												platforms/linux64Gcc/cmake-3.2.1/bin"	
$ 	./makeParaView
Compile	ParaView	and	its	reader	
•  Compile	ParaView	reader	
•  ASer	the	compiling,	check	a	tutorial	run	(cavity):	
$ 	cd	$FOAM_UTILITIES/postProcessing/graphics/PVReaders	
$ 	./Allwclean	
$ 	./Allwmake	
$ 	.	/opt/OpenFOAM/OpenFOAM-4.0/etc/bashrc	
$ 	mkdir	–p	$FOAM_RUN	
$ 	run	
$ 	cp	–r	$FOAM_TUTORIALS/incompressible/icoFoam/		
	 cavity/cavity	./	
$ 	cd	cavity	
$ 	blockMesh	
$ 	icoFoam	
$ 	paraFoam
Here	we	go!	Enjoy!

Mais conteúdo relacionado

Mais procurados

Apache windows
Apache windowsApache windows
Apache windowsmexxixxo
 
Windows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPWindows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPTim Keller
 
How to configure PHP with IIS or Apache on Windows
How to configure PHP with IIS or Apache on WindowsHow to configure PHP with IIS or Apache on Windows
How to configure PHP with IIS or Apache on WindowsRizban Ahmad
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />tutorialsruby
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationTony McKeown
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxVenu Palakolanu
 
Introduction to Apache Web Services using latex
 Introduction to Apache Web Services using latex Introduction to Apache Web Services using latex
Introduction to Apache Web Services using latexManash Kumar Mondal
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guidevjvarenya
 
What is CocoaPods and how to setup?
What is CocoaPods and how to setup?What is CocoaPods and how to setup?
What is CocoaPods and how to setup?Milan Panchal
 
Z01 etano installation_guide
Z01 etano installation_guideZ01 etano installation_guide
Z01 etano installation_guideDaouni Monsite
 
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.Chems Mrad
 
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0venkatakrishnan k
 
Install oracle database 12c software on windows
Install oracle database 12c software on windowsInstall oracle database 12c software on windows
Install oracle database 12c software on windowsBiju Thomas
 
Analysis of merge requests in GitLab using PVS-Studio for C#
Analysis of merge requests in GitLab using PVS-Studio for C#Analysis of merge requests in GitLab using PVS-Studio for C#
Analysis of merge requests in GitLab using PVS-Studio for C#Andrey Karpov
 

Mais procurados (18)

Apache windows
Apache windowsApache windows
Apache windows
 
Windows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHPWindows Server and Fast CGI Technologies For PHP
Windows Server and Fast CGI Technologies For PHP
 
How to configure PHP with IIS or Apache on Windows
How to configure PHP with IIS or Apache on WindowsHow to configure PHP with IIS or Apache on Windows
How to configure PHP with IIS or Apache on Windows
 
Apache ssl
Apache ssl Apache ssl
Apache ssl
 
&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal Presentation
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
Introduction to Apache Web Services using latex
 Introduction to Apache Web Services using latex Introduction to Apache Web Services using latex
Introduction to Apache Web Services using latex
 
RAC 12c
RAC 12cRAC 12c
RAC 12c
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guide
 
What is CocoaPods and how to setup?
What is CocoaPods and how to setup?What is CocoaPods and how to setup?
What is CocoaPods and how to setup?
 
Z01 etano installation_guide
Z01 etano installation_guideZ01 etano installation_guide
Z01 etano installation_guide
 
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.
Introduction To Embedding The PH7 PHP Engine in a C/C++ Host Application.
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0
 
Install oracle database 12c software on windows
Install oracle database 12c software on windowsInstall oracle database 12c software on windows
Install oracle database 12c software on windows
 
Aci dp
Aci dpAci dp
Aci dp
 
Analysis of merge requests in GitLab using PVS-Studio for C#
Analysis of merge requests in GitLab using PVS-Studio for C#Analysis of merge requests in GitLab using PVS-Studio for C#
Analysis of merge requests in GitLab using PVS-Studio for C#
 

Destaque

XYZMaker(ベータ版)を使ってみた
XYZMaker(ベータ版)を使ってみたXYZMaker(ベータ版)を使ってみた
XYZMaker(ベータ版)を使ってみたmmer547
 
Code_Saturne流体解析入門講習会 講習会資料
Code_Saturne流体解析入門講習会 講習会資料Code_Saturne流体解析入門講習会 講習会資料
Code_Saturne流体解析入門講習会 講習会資料mmer547
 
MinecraftでOpenFOAM計算用メッシュを作成する
MinecraftでOpenFOAM計算用メッシュを作成するMinecraftでOpenFOAM計算用メッシュを作成する
MinecraftでOpenFOAM計算用メッシュを作成するmmer547
 
オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編mmer547
 
オープンCAEをはじめよう! 環境構築編 ver.2015
オープンCAEをはじめよう! 環境構築編 ver.2015オープンCAEをはじめよう! 環境構築編 ver.2015
オープンCAEをはじめよう! 環境構築編 ver.2015mmer547
 
流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会mmer547
 
オープンCAEをはじめよう!入門編 ver.2015
オープンCAEをはじめよう!入門編 ver.2015オープンCAEをはじめよう!入門編 ver.2015
オープンCAEをはじめよう!入門編 ver.2015mmer547
 
How to install Dexcs2015 for OpenFOAM(R)
How to install Dexcs2015 for OpenFOAM(R)How to install Dexcs2015 for OpenFOAM(R)
How to install Dexcs2015 for OpenFOAM(R)Etsuji Nomura
 
流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版Masashi Imano
 

Destaque (9)

XYZMaker(ベータ版)を使ってみた
XYZMaker(ベータ版)を使ってみたXYZMaker(ベータ版)を使ってみた
XYZMaker(ベータ版)を使ってみた
 
Code_Saturne流体解析入門講習会 講習会資料
Code_Saturne流体解析入門講習会 講習会資料Code_Saturne流体解析入門講習会 講習会資料
Code_Saturne流体解析入門講習会 講習会資料
 
MinecraftでOpenFOAM計算用メッシュを作成する
MinecraftでOpenFOAM計算用メッシュを作成するMinecraftでOpenFOAM計算用メッシュを作成する
MinecraftでOpenFOAM計算用メッシュを作成する
 
オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編オープンCAEをはじめよう!構造解析編
オープンCAEをはじめよう!構造解析編
 
オープンCAEをはじめよう! 環境構築編 ver.2015
オープンCAEをはじめよう! 環境構築編 ver.2015オープンCAEをはじめよう! 環境構築編 ver.2015
オープンCAEをはじめよう! 環境構築編 ver.2015
 
流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会
 
オープンCAEをはじめよう!入門編 ver.2015
オープンCAEをはじめよう!入門編 ver.2015オープンCAEをはじめよう!入門編 ver.2015
オープンCAEをはじめよう!入門編 ver.2015
 
How to install Dexcs2015 for OpenFOAM(R)
How to install Dexcs2015 for OpenFOAM(R)How to install Dexcs2015 for OpenFOAM(R)
How to install Dexcs2015 for OpenFOAM(R)
 
流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版
 

Semelhante a Source pack installation of OpenFOAM.4.0 into RHL

Semelhante a Source pack installation of OpenFOAM.4.0 into RHL (20)

Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Server
 
Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Server
 
Php
PhpPhp
Php
 
Php.ppt
Php.pptPhp.ppt
Php.ppt
 
Phalcon - Giant Killer
Phalcon - Giant KillerPhalcon - Giant Killer
Phalcon - Giant Killer
 
Php Conference Brazil - Phalcon Giant Killer
Php Conference Brazil - Phalcon Giant KillerPhp Conference Brazil - Phalcon Giant Killer
Php Conference Brazil - Phalcon Giant Killer
 
Presentation1
Presentation1Presentation1
Presentation1
 
CentOS
CentOSCentOS
CentOS
 
CentOS
CentOSCentOS
CentOS
 
CentOS
CentOSCentOS
CentOS
 
Presentation1
Presentation1Presentation1
Presentation1
 
Presentation1
Presentation1Presentation1
Presentation1
 
Oracle database 12c client quick installation guide 3
Oracle database 12c client quick installation guide 3Oracle database 12c client quick installation guide 3
Oracle database 12c client quick installation guide 3
 
PHP Conference - Phalcon hands-on
PHP Conference - Phalcon hands-onPHP Conference - Phalcon hands-on
PHP Conference - Phalcon hands-on
 
Php ppt
Php pptPhp ppt
Php ppt
 
Piattaforma Web Linux completa dai sorgenti
Piattaforma Web Linux completa dai sorgentiPiattaforma Web Linux completa dai sorgenti
Piattaforma Web Linux completa dai sorgenti
 
PHP Rocketeer
PHP RocketeerPHP Rocketeer
PHP Rocketeer
 
Php intro
Php introPhp intro
Php intro
 
Adding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
Adding_GD2_to_PHP_on_OS_X_Server_10_5_LeopardAdding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
Adding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
 
Adding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
Adding_GD2_to_PHP_on_OS_X_Server_10_5_LeopardAdding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
Adding_GD2_to_PHP_on_OS_X_Server_10_5_Leopard
 

Mais de mmer547

Acer MRヘッドセットで計算結果の可視化
Acer MRヘッドセットで計算結果の可視化Acer MRヘッドセットで計算結果の可視化
Acer MRヘッドセットで計算結果の可視化mmer547
 
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAMmmer547
 
4月からCAEをはじめる人におすすめする本
4月からCAEをはじめる人におすすめする本4月からCAEをはじめる人におすすめする本
4月からCAEをはじめる人におすすめする本mmer547
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズmmer547
 
Customization of LES turbulence model in OpenFOAM
Customization of LES turbulence	 model in OpenFOAMCustomization of LES turbulence	 model in OpenFOAM
Customization of LES turbulence model in OpenFOAMmmer547
 
IPython notebookでOpenFOAMを使う!講習会準備資料
IPython notebookでOpenFOAMを使う!講習会準備資料IPython notebookでOpenFOAMを使う!講習会準備資料
IPython notebookでOpenFOAMを使う!講習会準備資料mmer547
 
Install code saturne
Install code saturneInstall code saturne
Install code saturnemmer547
 

Mais de mmer547 (7)

Acer MRヘッドセットで計算結果の可視化
Acer MRヘッドセットで計算結果の可視化Acer MRヘッドセットで計算結果の可視化
Acer MRヘッドセットで計算結果の可視化
 
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM
2019年 これからの人向け 超速習!流体解析ツールボックスOpenFOAM
 
4月からCAEをはじめる人におすすめする本
4月からCAEをはじめる人におすすめする本4月からCAEをはじめる人におすすめする本
4月からCAEをはじめる人におすすめする本
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズ
 
Customization of LES turbulence model in OpenFOAM
Customization of LES turbulence	 model in OpenFOAMCustomization of LES turbulence	 model in OpenFOAM
Customization of LES turbulence model in OpenFOAM
 
IPython notebookでOpenFOAMを使う!講習会準備資料
IPython notebookでOpenFOAMを使う!講習会準備資料IPython notebookでOpenFOAMを使う!講習会準備資料
IPython notebookでOpenFOAMを使う!講習会準備資料
 
Install code saturne
Install code saturneInstall code saturne
Install code saturne
 

Último

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Último (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

Source pack installation of OpenFOAM.4.0 into RHL