Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 1

Size: px
Start display at page:

Download "Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 1"

Transcription

1 Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 1 COMPUTATIONAL NAVAL HYDRODYNAMICS Surface Combatant 5512 at 0, 10, and 20 Degree Static Drift Conditions Gregory Dooley, Adam Austin, Sean Seelau Problem Description In this tutorial, simulations of pure drift of a DTMB 5512 surface combatant will be performed at static drift conditions of 0, 10, and 20 degree angles. The ship will be allowed to pitch, heave, and roll. The simulation will predict forces and moments, sinkage, trim, and roll as a function of Froude number and drift angle. Three Froude numbers will be run for each of the three angles: Fr = 0.138, 0.28, and The DTMB 5512 is a model of a surface combatant ship with a sonar dome on the bow. It has a = 3.048m. The full geometry of the ship will be used, as opposed to prior tutorials where only half the ship was modeled and symmetries were applied. The six degree of freedom solver (6dof) will be used. Table 1: Hull particulars (Bhushan et al. 2015) Simulations will be run on a ship model without the bilge keels. This is done to reduce the complexity of the grid system. Since the motion is not symmetric, the full ship geometry will be needed in the simulations, as shown below in Figure 1. Figure 1: DTMB 5512 Results will be compared to the data in the supplied 'Static Drift' files along with the experimental and CFD results summarized in Bhushan et al. (2015). (Note: In Bhushan et al., the simulation run by ReFRESCO in that document was also run without bilge keels.) Link to download report: Bhushan2015.pdf Simulation Setup For this tutorial, none of the input files need to be created. The grid files, boundary conditions file, Suggar++ input file, and REX name list file are all provided. They differ slightly from the prior tutorials, and those differences are discussed below. Link to download files: DTMB5415_PureDrift.tar.gz Grid Files There are five grids needed for each simulation. There are two grids needed for the ship, one for the background, and two refinement grids. The refinement grid is split into two parts to make all of the grid files approximately the same size. This allows Rex to run efficiently. Table 2 Description of Grid System

2 Block Name Grid Points Hull - port side HullPt.grd 87 x26 x 42 Hull - starboard side HullSt.grd 87 x26 x 42 Refinement - front half Ref1.grd 66 x 85 x 61 Refinement - back half Ref2.grd 66 x 85 x 61 Background Bkg.grd 121 x 66 x 42 Total 1,209,840 points This simulation was run with the water coming in at angles of 0, 10, and 20 from the centerline (x-axis) of the ship. An example of the 20 angle is shown below. Figure 2: Grid system showing flow angle Although the grid files for 0, 10, and 20 are provided, if you wanted to change the angle of the grid system you would need to make some changes in the Gridgen file (.gg). (There is a bug in Gridgen that causes errors if you make the changes using the individual grid files.) 1. Import the Drift0.gg file into Gridgen: Link to file: Drift0.gg MAIN MENU > Input/Output > Gridgen-Import > navigate to and select "Drift0.gg" > Open. 1. Modify the blocks. We will be rotating the 2 refinement grids and the background grids. We want to keep the ship in position along the x- axis: MAIN MENU > Blocks > Modify > select the 2 refinement grids and the background grid > Done > Rotate > Use Z-principal Axis > Enter Rotation Angle > enter number of the degrees, for example, type: Drift Angle (degrees)>done Rotate > Done Replace Blocks > Unlink Block > Done. Using the same coordinate system shown in figure 3 the the angle entered will be negative for the flow hitting the port side of the ship and positive for the flow hitting the starboard side of the ship. This same idea is applied for describing the flow velocity vector and is discussed later in this tutorial.

3 Figure 3: Rotated refinement and background grids It may also be necessary to have the ship in a different position relative to the refinement and background grids. For example, in Figure 3 above, we would want the ship to be a little higher in the picture. The steps to translate the grids is similar to the rotation steps. MAIN MENU > Blocks > Modify > select the 2 refinement grids and the background grid > Done > Translate > Enter Transl. Offset > enter the three x,y, z coordinates for the offset: 0, -0.1, 0 > Done - Translate > Done Replace Blocks > Unlink Block > Done. This will position this ship properly for the simulation, as shown below in Figure 4. The reason for this is to better capture the data coming off the far side of the ship. It should be stated somewhere that flow is coming from port so its clear why the grids need to be shift to capture the flow near the rear starboard side of the ship Figure 4: Rotated and translated grid system Once the grids have been properly positioned and rotated each of the individual grid file need to be exported as well as the full grid system, as done in previous tutorials. The boundary conditions file given for the 20 case can be used for each of the other cases as these conditions will not change case to case. The specifics of the boundary conditions for this setup will be discussed further in the next section. Boundary conditions The main difference in this case for the boundary conditions is that since the whole ship is modeled, rather than just half, you won't have the symmetry conditions for the ship and refinement and background grids. Instead, you will see the 'patched' conditions for the two halves of the ship. See the.bcs file for details. Also, when we did the simulation for this ship in Tutorial 4, we set up waves as the Input type for the Background grid, which was type #17. For this tutorial, we return to the far inlet boundary condition, type #10. Background: >>Inlet boundary condition in, #10

4 Determine flow parameters The first step is to determine the flow parameters. The flow parameters include the Reynolds number, the Froude number, and the velocity in the x and y directions (to account for the angle). The Froude number is reported in the experimental documentation. In this case, we will show the setup for Froude 0.28 at 20º. The Froude number is defined by = U / (g*lref)^0.5 and is used to find the incoming velocity by =Fr*(g*Lref)^0.5. Therefore, the corresponding Reynolds number is given by = (U*Lref) / v. For this setup, ==3.048, =9.807 / 2, and = /. The resulting incoming velocity is =1.531 /. In order to match the experimental setup as closely as possible a Reynolds number of is defined for the Fr = 0.28 cases based on the value found in the report. This value is different than the scaled value because of the water temperature at the time of experimentation, changing the kinematic viscosity of the water. The flow parameters can be calculated for the other cases using the equations and values above. Due to the fact that the flow is coming in at an angle, the velocity needs to be broken into an x and y component. For the x component, ufullspd = 1 * cos 20, and vfullspeed = -1 * sin 20 for the flow hitting the starboard side of the ship and vfullspeed = 1 * sin 20 for the flow hitting the port side of the ship. The same equations are used for the 10 cases. These values along with the Reynolds and Froude numbers are used in the Input.nml file. Input.nml In order for the solution to be solved for in a timely manner the grid system must be split in order to utilize the availability of parallel computing. A file has been included in the tar file in order to see how the grid system has been split for this specific setup. The goal of the grid split is to split each of the grids into blocks of equal size, this will minimize the wait time of processors running solutions for blocks of smaller sizes. The grids have only been split is the x direction in order to avoid any grid splitting at the free surface or at the boundary layer at the ships hull. The grid split implemented in the Input.nml file can be seen below. Figure 5. Grid definition and processer setup found in Input.nml file. From figure 5 it can be seen that two nodes will need to be requested from the HPC setup (8 processors per node). For these cases all of the processors on the first node will be used for the CFD computation and on the second node 6 processors for the CFD computation and 1 processor to run Suggar++. In total 15 processors will be utilized for this simulation but 16 must be requested to run the job if full nodes are used. Also found in figure 5 there are the definitions of the predicted grid motions. Since the ship is free to pitch, roll and heave the grid motions is3_o, is4_o, and is5_o must be defined as non-zero values. For the hull grids the "surge indicators, for pitch roll and heave are set to a value of "1" for predicted motions and for the refinement grids and background grid these same value are set to "2" for predicted motion but the mesh does not move in the these directions. This is done to maintain the original grid setup during simulation. In order to achieve a converged solution the computation was run for iterations at a time step of s* in order to properly resolve all of the ships motions. Once the time step, iterations, and flow conditions have been set the Input.nml should be ready to run. The corresponding namelist file is setup for the case with a drift angle of 20 degrees at a Froude number of Input.xml As with the boundary conditions, the main change to the Input.xml file is losing the symmetry conditions that we had when we were only modeling half the ship. Instead, we have a 'block2block' type which connects the two halves of the ship. Similarly, since the refinement grid was split into the two halves, there will be a 'block2block' connection for those as well. For the cases where the background grid and refinement grids have been shifted (10, 20 ) the grids are no longer defined in the Cartesian coordinates. This issue is resolved by removing the statement cartesian_g rid = "yes", found in the volume grid definitions for both of the refinement grids and the background grid. The new definition can be found in the figure below.

5 Figure 6. New volume grid definition for rotated grid cases Post Processing Calculating Forces and Motions Calculate the forces and motions using the output files from Rex. The forces in the X and Y directions are calculated by using the ctotxs and ctotys values from the.forces1 file. X = 2 * ctotxs * (Lpp/Tm) Y = 2 * ctotys * (Lpp/Tm) For pitch, heave and roll, values from the.output_motions1 file are used. For heave, Heave = xb3lpp For pitch and roll, the values output by Rex are in radians, so the values will need to be converted to degrees. Pitch = xb5 (degrees) Roll = xb4 (degrees) In order to remove some of the "noise" from any oscillation in the solution a moving average should be taken from the 7000 iteration on for all of the solution being analyzed. Overall converged values are then to be plotted against Froude number and drift angle. An example of these plots can be found in the figure below.

6 Figure 7. Potential plot of heaving motion versus Froude number for all of the drift angle cases to be run with provided experimental data included for comparison. Figure is missing These non-dimensionalized values can now be directly compared to the experimental values included in the files given for CFD validation. Free Surface and Flow velocity (Slice) Contour Plots The th iteration output files were used to create a free surface contour plot and the flow velocity slices for comparison to the other CFD computations found in Bushan et al. (2015). The *_10000.p3dpuvwf and *_10000.p3dxyzi output files are to be loaded into Tecplot for these plots. The free surface contour plot can be setup using the same instructions found in Tutorial 3. A contour plot of the flow velocity around the ship's hull is to be created using the "slices" option found in Tecplot. The slice is to be done in the X- plane and for this case we will defined at X = The I-blanking previously defined for the free surface plot should also be followed for this plot. This is done by checking the " Obey source zone blanking" box. This definition can be seen in the figure below. Figure 8. Slice location definition in Tecplot Once the slice is defined the contour to be plotted must be defined. Click on the contour tab in the same slice "Slice Details" window shown in figure 8. The contour type should be set to "Flood" and the flood by definition should be set for "RHO-U". Once this is defined the details of the RHO-U contour need to be defined. The color distribution of the contour should set to " continuous" with a minimum value of 0 and a maximum value of 1 for easy comparison of the plots found in the report. The contour levels must also be set with the same values with a total number of levels set to 6. The full setup can be found in the figures below. Figure 9. Contour Details and contour levels setup.

7 For easy visualization of the flow, the contour was also plotted with vectors. The full and final set up for a slice at X =0.935 for the Fr = 0.28 and a Drift Angle of 20 can be seen in the figure below. Figure 10. Contour plot of flow velocity for Fr = 0.28 and D = 20 at a location of X = References 1. Bhushan, S., Yoon, H.., Stern, F., Guilmineau, E., Visonneau, M., Toxopeus, S., Simonsen, C., Aram, S., S-E Kim, and Grigoropoulos, G., "CFD Validation For Surface Combatant 5415 At Straight-Ahead And 20 Degree Static Drift Conditions," IIHR Technical Report # 493, February 2015.

Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 2

Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 2 Pure Drift of Surface Combatant DTMB 5415 Free to Sink, Roll, and Pitch: Tutorial 2 Objective: predict forces and moments, sinkage, trim and roll as a function of Fr and drift angle. Data from Bushan et

More information

Pitch and Heave of KCS in Head Waves

Pitch and Heave of KCS in Head Waves Pitch and Heave of KCS in Head Waves Objective: Predict RAOs, pitch and heave history, added resistance. Some data from Tokyo 2015 CFD Workshop (Tokyo 2015). The teams will prepare/modify grids from Carrica

More information

CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+

CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+ CFD VALIDATION FOR SURFACE COMBATANT 5415 STRAIGHT AHEAD AND STATIC DRIFT 20 DEGREE CONDITIONS USING STAR CCM+ by G. J. Grigoropoulos and I..S. Kefallinou 1. Introduction and setup 1. 1 Introduction The

More information

ITTC Recommended Procedures and Guidelines

ITTC Recommended Procedures and Guidelines Page 1 of 9 Table of Contents 1. OVERVIEW... 2 2. CHOICE OF MODEL OR FULL SCALE... 2 3. NOMINAL WAKE IN MODEL SCALE... 3 3.1 Pre-processing... 3 3.1.1 Geometry... 3 3.1.2 Computational Domain and Boundary

More information

Simulation of Laminar Pipe Flows

Simulation of Laminar Pipe Flows Simulation of Laminar Pipe Flows 57:020 Mechanics of Fluids and Transport Processes CFD PRELAB 1 By Timur Dogan, Michael Conger, Maysam Mousaviraad, Tao Xing and Fred Stern IIHR-Hydroscience & Engineering

More information

Best Practices for Maneuvering

Best Practices for Maneuvering Best Practices for Maneuvering STAR Global Conference - Berlin 2017 Timothy Yen, PhD Marine and Offshore Technical Specialist Priyanka Cholletti Advanced Application Engineer Carlo Pettinelli Engineering

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

Verification of Laminar and Validation of Turbulent Pipe Flows 1 Verification of Laminar and Validation of Turbulent Pipe Flows 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 1 (ANSYS 18.1; Last Updated: Aug. 1, 2017) By Timur Dogan, Michael Conger, Dong-Hwan

More information

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

More information

Simulation and Validation of Turbulent Pipe Flows

Simulation and Validation of Turbulent Pipe Flows Simulation and Validation of Turbulent Pipe Flows ENGR:2510 Mechanics of Fluids and Transport Processes CFD LAB 1 (ANSYS 17.1; Last Updated: Oct. 10, 2016) By Timur Dogan, Michael Conger, Dong-Hwan Kim,

More information

Physics-Based Modeling of Hydrodynamics around Surface Ships Drs. Bong Rhee, Sung-Eun Kim, Hua Shan and Joseph Gorski

Physics-Based Modeling of Hydrodynamics around Surface Ships Drs. Bong Rhee, Sung-Eun Kim, Hua Shan and Joseph Gorski Physics-Based Modeling of Hydrodynamics around Surface Ships Drs. Bong Rhee, Sung-Eun Kim, Hua Shan and Joseph Gorski Computational R & D Branch (Code 572) Hydromechanics Department Naval Surface Warfare

More information

ITTC Recommended Procedures and Guidelines

ITTC Recommended Procedures and Guidelines Page 1 of 9 Table of Contents 1. OVERVIEW... 2 2. COMPUTATIONAL PROCEDURE.. 2 2.1 Preliminaries... 2 2.2 Code and Computer... 3 2.3 Ship Geometry, Computational Domain, and Boundary Conditions... 3 2.4

More information

Simulation of Turbulent Flow over the Ahmed Body

Simulation of Turbulent Flow over the Ahmed Body 1 Simulation of Turbulent Flow over the Ahmed Body ME:5160 Intermediate Mechanics of Fluids CFD LAB 4 (ANSYS 18.1; Last Updated: Aug. 18, 2016) By Timur Dogan, Michael Conger, Dong-Hwan Kim, Maysam Mousaviraad,

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil 1. Purpose Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew

More information

Numerical Estimation and Validation of Shallow Draft Effect on Roll Damping

Numerical Estimation and Validation of Shallow Draft Effect on Roll Damping The 14 th International Ship Stability Workshop (ISSW), 29 th September- 1 st October 2014, Kuala Lumpur, Malaysia Numerical Estimation and Validation of Shallow Draft Effect on Roll Damping Toru Katayama

More information

SIMULATION OF FLOW AROUND KCS-HULL

SIMULATION OF FLOW AROUND KCS-HULL SIMULATION OF FLOW AROUND KCS-HULL Sven Enger (CD-adapco, Germany) Milovan Perić (CD-adapco, Germany) Robinson Perić (University of Erlangen-Nürnberg, Germany) 1.SUMMARY The paper describes results of

More information

Simulation of Turbulent Flow over the Ahmed Body

Simulation of Turbulent Flow over the Ahmed Body Simulation of Turbulent Flow over the Ahmed Body 58:160 Intermediate Mechanics of Fluids CFD LAB 4 By Timur K. Dogan, Michael Conger, Maysam Mousaviraad, and Fred Stern IIHR-Hydroscience & Engineering

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Pre-Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew Opyd, Dong-Hwan

More information

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1 Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 2 (ANSYS 19.1; Last Updated: Aug. 7, 2018) By Timur Dogan, Michael Conger,

More information

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić

Coupled Simulation of Flow and Body Motion Using Overset Grids. Eberhard Schreck & Milovan Perić Coupled Simulation of Flow and Body Motion Using Overset Grids Eberhard Schreck & Milovan Perić Contents Dynamic Fluid-Body Interaction (DFBI) model in STAR-CCM+ Overset grids method in STAR-CCM+ Advantages

More information

KCS Resistance Calculation

KCS Resistance Calculation KCS Resistance Calculation Author: Ludwig Kerner Last update: 19-09-2014 Reviewed by : Jonathan Brunel Date of Review : 19-09-2014 1 Content 0 Executive Summary 1 3 Computations 4 Test Case Description

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Resistance and Propulsion

Resistance and Propulsion MASTERS DEGREE IN NAVAL ARCHITECTURE AND PROPULSION Resistance and Propulsion Calculation of the Potential Flow around a Ship with a panel method Program DAWSON0 1 Resistance and Propulsion Calculation

More information

D DAVID PUBLISHING. Uncertainty Analysis in CFD for Resistance. 1. Introduction

D DAVID PUBLISHING. Uncertainty Analysis in CFD for Resistance. 1. Introduction Journal of Shipping and Ocean Engineering 7 (2017) 192-202 doi 10.17265/2159-5879/2017.05.003 D DAVID PUBLISHING WANG Zhongcheng 1, LIU Xiaoyu 1, ZHANG Shenglong 1, XU Leping 1 and ZHOU Peilin 2 1. MMC

More information

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workshop 2 Transonic Flow Over a NACA 0012 Airfoil. Introduction to CFX WS2-1 Goals The purpose of this tutorial is to introduce the user to modelling flow in high speed external aerodynamic applications.

More information

Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing

Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing Introduction The purpose of this tutorial is to demonstrate how to simulate a ball check valve with small displacement

More information

Numerical propusion test for a tug boat using a RANS solver

Numerical propusion test for a tug boat using a RANS solver Numerical propusion test for a tug boat using a RANS solver R. Broglia, A. Di Mascio, D. Calcagni & F. Salvatore INSEAN, Italian Ship Model Basin, Rome, Italy ABSTRACT: This paper deals with the analysis

More information

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1. Purpose 58:160 Intermediate Mechanics of Fluids CFD LAB 2 By Tao Xing and Fred Stern IIHR-Hydroscience & Engineering The University

More information

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent

More information

Calculate a solution using the pressure-based coupled solver.

Calculate a solution using the pressure-based coupled solver. Tutorial 19. Modeling Cavitation Introduction This tutorial examines the pressure-driven cavitating flow of water through a sharpedged orifice. This is a typical configuration in fuel injectors, and brings

More information

Module D: Laminar Flow over a Flat Plate

Module D: Laminar Flow over a Flat Plate Module D: Laminar Flow over a Flat Plate Summary... Problem Statement Geometry and Mesh Creation Problem Setup Solution. Results Validation......... Mesh Refinement.. Summary This ANSYS FLUENT tutorial

More information

CFD FOR OFFSHORE APPLICATIONS USING REFRESCO. Arjen Koop - Senior Project Manager Offshore MARIN

CFD FOR OFFSHORE APPLICATIONS USING REFRESCO. Arjen Koop - Senior Project Manager Offshore MARIN CFD FOR OFFSHORE APPLICATIONS USING REFRESCO Arjen Koop - Senior Project Manager Offshore MARIN COMPUTATIONAL FLUID DYNAMICS (CFD) Advantages: Quantitative predictions Detailed insight in physical processes

More information

Stream Function-Vorticity CFD Solver MAE 6263

Stream Function-Vorticity CFD Solver MAE 6263 Stream Function-Vorticity CFD Solver MAE 66 Charles O Neill April, 00 Abstract A finite difference CFD solver was developed for transient, two-dimensional Cartesian viscous flows. Flow parameters are solved

More information

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Review of the Air Force Academy No.3 (35)/2017 NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Cvetelina VELKOVA Department of Technical Mechanics, Naval Academy Nikola Vaptsarov,Varna, Bulgaria (cvetelina.velkova1985@gmail.com)

More information

Compressible Flow in a Nozzle

Compressible Flow in a Nozzle SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 1 Compressible Flow in a Nozzle Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification Consider air flowing at high-speed through a

More information

VALIDATION AND VERIFICATION OF HULL RESISTANCE COMPONENTS USING A COMMERCIAL CFD CODE SUMMARY

VALIDATION AND VERIFICATION OF HULL RESISTANCE COMPONENTS USING A COMMERCIAL CFD CODE SUMMARY VALIDATION AND VERIFICATION OF HULL RESISTANCE COMPONENTS USING A COMMERCIAL CFD CODE C.A. Perez G, University of Southampton, UK. Universidad Pontificia Bolivariana, Colombia, M. Tan and P.A. Wilson University

More information

Tutorial 2. Modeling Periodic Flow and Heat Transfer

Tutorial 2. Modeling Periodic Flow and Heat Transfer Tutorial 2. Modeling Periodic Flow and Heat Transfer Introduction: Many industrial applications, such as steam generation in a boiler or air cooling in the coil of an air conditioner, can be modeled as

More information

Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC

Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC Validation of Flow-3D against Experimental Data for an Axi-Symmetric Point Absorber WEC Peter Arnold ( Senior Research Engineer Wavebob) January 23 rd 2013 1 Motivation Validation is defined as substantiation

More information

and to the following students who assisted in the creation of the Fluid Dynamics tutorials:

and to the following students who assisted in the creation of the Fluid Dynamics tutorials: Fluid Dynamics CAx Tutorial: Channel Flow Basic Tutorial # 4 Deryl O. Snyder C. Greg Jensen Brigham Young University Provo, UT 84602 Special thanks to: PACE, Fluent, UGS Solutions, Altair Engineering;

More information

TryItNow! Step by Step Walkthrough: Spoiler Support

TryItNow! Step by Step Walkthrough: Spoiler Support TryItNow! Step by Step Walkthrough: Spoiler Support 1 2015 ANSYS, Inc. March 28, 2016 TryItNow! Step by Step Walkthrough: Spoiler Support ANSYS designed this TryItNow! experience to give you quick access

More information

Supersonic Flow Over a Wedge

Supersonic Flow Over a Wedge SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 2 Supersonic Flow Over a Wedge Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification A uniform supersonic stream encounters a wedge

More information

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

Appendix: To be performed during the lab session

Appendix: To be performed during the lab session Appendix: To be performed during the lab session Flow over a Cylinder Two Dimensional Case Using ANSYS Workbench Simple Mesh Latest revision: September 18, 2014 The primary objective of this Tutorial is

More information

Leading edge. Leading edge vortex, LE-V. Closed-type Boundary layer separation. Unsteady shedding by axial velocity

Leading edge. Leading edge vortex, LE-V. Closed-type Boundary layer separation. Unsteady shedding by axial velocity Leeward 8/24/2014 Appendix III. CFDShip-Iowa Analysis of Onset and Separation of Instantaneous Vortical Structures, Instability Analysis and Turbulence Budget for Static Drift Condition Table III.1-1:

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

More information

Direct simulation of zigzag maneuver for fully appended ship

Direct simulation of zigzag maneuver for fully appended ship Direct simulation of zigzag maneuver for fully appended ship Jianhua Wang, Decheng Wan * State Key Laboratory of Ocean Engineering, School of Naval Architecture, Ocean and Civil Engineering, Shanghai Jiao

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 17. Modeling Evaporating Liquid Spray Introduction In this tutorial, the air-blast atomizer model in ANSYS FLUENT is used to predict the behavior of an evaporating methanol spray. Initially, the

More information

Use of STAR-CCM+ in Marine and Off-Shore Engineering - Key Features and Future Developments - M. Perić, F. Schäfer, E. Schreck & J.

Use of STAR-CCM+ in Marine and Off-Shore Engineering - Key Features and Future Developments - M. Perić, F. Schäfer, E. Schreck & J. Use of STAR-CCM+ in Marine and Off-Shore Engineering - Key Features and Future Developments - M. Perić, F. Schäfer, E. Schreck & J. Singh Contents Main features of STAR-CCM+ relevant for marine and offshore

More information

ITTC Recommended Procedures and Guidelines

ITTC Recommended Procedures and Guidelines Page 1 of 13 Table of Contents Codes in the Frequency Domain... 2 1. PURPOSE OF PROCEDURE... 2 2. SCOPE... 2 2.1 Present Theoretical Limitations... 4 2.2 Numerical Aspects... 4 2.3 Software Engineering

More information

Simulation of Turbulent Flow in an Asymmetric Diffuser

Simulation of Turbulent Flow in an Asymmetric Diffuser Simulation of Turbulent Flow in an Asymmetric Diffuser 1. Purpose 58:160 Intermediate Mechanics of Fluids CFD LAB 3 By Tao Xing and Fred Stern IIHR-Hydroscience & Engineering The University of Iowa C.

More information

v Observations SMS Tutorials Prerequisites Requirements Time Objectives

v Observations SMS Tutorials Prerequisites Requirements Time Objectives v. 13.0 SMS 13.0 Tutorial Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with measured field

More information

SHIP S GENERAL DYNAMICS PRIORITY RESEARCH DIRECTION IN THE XXI CENTURY. CFD APPLICATIONS

SHIP S GENERAL DYNAMICS PRIORITY RESEARCH DIRECTION IN THE XXI CENTURY. CFD APPLICATIONS SHIP S GENERAL DYNAMICS PRIORITY RESEARCH DIRECTION IN THE XXI CENTURY. CFD APPLICATIONS Iordan NOVAC 1 Catalin FAITAR 2 1 Associate Professor Eng., Constanta Maritime University 2 Eng., Constanta Maritime

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 16. Modeling Evaporating Liquid Spray Introduction In this tutorial, FLUENT s air-blast atomizer model is used to predict the behavior of an evaporating methanol spray. Initially, the air flow

More information

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn Backward facing step Homework Department of Fluid Mechanics Budapest University of Technology and Economics Budapest, 2010 autumn Updated: October 26, 2010 CONTENTS i Contents 1 Introduction 1 2 The problem

More information

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial Auto Injector Syringe A Fluent Dynamic Mesh 1DOF Tutorial 1 2015 ANSYS, Inc. June 26, 2015 Prerequisites This tutorial is written with the assumption that You have attended the Introduction to ANSYS Fluent

More information

Use 6DOF solver to calculate motion of the moving body. Create TIFF files for graphic visualization of the solution.

Use 6DOF solver to calculate motion of the moving body. Create TIFF files for graphic visualization of the solution. Introduction The purpose of this tutorial is to provide guidelines and recommendations for setting up and solving a moving deforming mesh (MDM) case along with the six degree of freedom (6DOF) solver and

More information

CHAPTER 1 INTRODUCTION. Predictions of ship-maneuvering performance have been one of the most challenging

CHAPTER 1 INTRODUCTION. Predictions of ship-maneuvering performance have been one of the most challenging 1 CHAPTER 1 INTRODUCTION Predictions of ship-maneuvering performance have been one of the most challenging topics in ship hydrodynamics research because of its highly complex unsteady and non-linear nature.

More information

INSTED /CFD Post-Processor. Post-Processor. Chapter 5 INSTED /CFD (2D) Post-Processor

INSTED /CFD Post-Processor. Post-Processor. Chapter 5 INSTED /CFD (2D) Post-Processor INSTED /CFD Chapter 5 INSTED /CFD (2D) The part of INSTED/CFD (2D) plots lines or filled contours of variables such as velocities, temperature, pressure, scalars, and stream function. The program also

More information

Numerical Simulation of the Self-Propulsion Model Tests

Numerical Simulation of the Self-Propulsion Model Tests Second International Symposium on Marine Propulsors smp 11, Hamburg, Germany, June 2011 Numerical Simulation of the Self-Propulsion Model Tests Tomasz Bugalski, Paweł Hoffmann 1 1 Ship Design and Research

More information

Project #3 MAE 598 Applied CFD

Project #3 MAE 598 Applied CFD Project #3 MAE 598 Applied CFD 16 November 2017 H.P. Huang 1 Task 1 (a) Task 1a was to perform a transient analysis of a 2-D chamber that is initially filled with air, and has water flowing through the

More information

Prediction of Warship Manoeuvring Coefficients using CFD

Prediction of Warship Manoeuvring Coefficients using CFD Prediction of Warship Manoeuvring Coefficients using CFD C. Oldfield 1, M. Moradi Larmaei 1, A. Kendrick 1 (M), K. McTaggart 2 (M) 1. Vard Marine Inc. 2. Defence Research and Development Canada DRDC-RDDC-2015-P169

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

RANS Based Analysis of Roll Damping Moments at Bilge Keels

RANS Based Analysis of Roll Damping Moments at Bilge Keels RANS Based Analysis of Roll Damping Moments at Bilge Keels Florian Kluwe (kluwe@tu-harburg.de), Daniel Schmode, Gerhard Jensen Introduction The simulation of ship motions in seaways gets increasing relevance

More information

Solution Recording and Playback: Vortex Shedding

Solution Recording and Playback: Vortex Shedding STAR-CCM+ User Guide 6663 Solution Recording and Playback: Vortex Shedding This tutorial demonstrates how to use the solution recording and playback module for capturing the results of transient phenomena.

More information

NUMERICAL SIMULATION OF SHALLOW WATERS EFFECTS ON SAILING SHIP "MIRCEA" HULL

NUMERICAL SIMULATION OF SHALLOW WATERS EFFECTS ON SAILING SHIP MIRCEA HULL NUMERICAL SIMULATION OF SHALLOW WATERS EFFECTS ON SAILING SHIP "MIRCEA" HULL Petru Sergiu ȘERBAN 1 1 PhD Student, Department of Navigation and Naval Transport, Mircea cel Batran Naval Academy, Constanța,

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

Free Maneuvering Simulation of ONR Tumblehome Using Overset Grid Method in naoe-foam-sjtu Solver

Free Maneuvering Simulation of ONR Tumblehome Using Overset Grid Method in naoe-foam-sjtu Solver 31st Symposium on Naval Hydrodynamics Monterey, California, 11-16 September 216 Free Maneuvering Simulation of ONR umblehome Using Overset Grid Method in naoe-foam-sju Solver Jianhua Wang, Weiwen Zhao,

More information

v CMS-Wave Analysis SMS 12.2 Tutorial Prerequisites Requirements Time Objectives

v CMS-Wave Analysis SMS 12.2 Tutorial Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives This workshop gives a brief introduction to the CMS-Wave interface and model. This model is similar to STWAVE and the tutorial for the models is similar. As with the

More information

DEVELOPMENT OF NUMERICAL TOOL FOR HYDRODYNAMICS SIMULATION OF HIGH SPEED PLANING CRAFTS

DEVELOPMENT OF NUMERICAL TOOL FOR HYDRODYNAMICS SIMULATION OF HIGH SPEED PLANING CRAFTS DEVELOPMENT OF NUMERICAL TOOL FOR HYDRODYNAMICS SIMULATION OF HIGH SPEED PLANING CRAFTS Ebrahim Jahanbakhsh Marine Lab., Sharif Uni. of Tech., Tehran/Iran, ebrahim_jahan@yahoo.com Roozbeh Panahi Tarbiat

More information

Large Scale Parallel Computing and Scalability Study for Surface Combatant Static Maneuver and Straight Ahead Conditions Using CFDShip-Iowa

Large Scale Parallel Computing and Scalability Study for Surface Combatant Static Maneuver and Straight Ahead Conditions Using CFDShip-Iowa Large Scale Parallel Computing and Scalability Study for Surface Combatant Static Maneuver and Straight Ahead Conditions Using CFDShip-Iowa F. STERN, S. BHUSHAN, P. CARRICA and J. YANG ABSTRACT Scalability

More information

Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil

Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil Authors: Scott Richards, Keith Martin, and John M. Cimbala, Penn State University Latest revision: 17 January

More information

Lesson 5.6: Angles in Standard Position

Lesson 5.6: Angles in Standard Position Lesson 5.6: Angles in Standard Position IM3 - Santowski IM3 - Santowski 1 Fast Five Opening Exercises! Use your TI 84 calculator:! Evaluate sin(50 ) " illustrate with a diagram! Evaluate sin(130 ) " Q

More information

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School

More information

Comparison of model tests and calculations

Comparison of model tests and calculations Comparison of model tests and calculations Experimental Methods in Marine Hydrodynamics Lecture in week 45 Covers chapter 12 in the lecture notes 1 Contents Validation or verification? Numerical vs. Physical

More information

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Here SolidWorks stress simulation tutorials will be re-visited to show how they

More information

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

CFD prediction of hull manoeuvering forces

CFD prediction of hull manoeuvering forces CFD prediction of hull manoeuvering forces Chad Oldfield Roham Larmaei STX Marine Prepared By: STX Marine Suite 1502, 85 Albert Street Ottawa, ON K1P 6A4 Contractor's Document Number: 181-050-04, Rev 2

More information

Application of Wray-Agarwal Turbulence Model for Accurate Numerical Simulation of Flow Past a Three-Dimensional Wing-body

Application of Wray-Agarwal Turbulence Model for Accurate Numerical Simulation of Flow Past a Three-Dimensional Wing-body Washington University in St. Louis Washington University Open Scholarship Mechanical Engineering and Materials Science Independent Study Mechanical Engineering & Materials Science 4-28-2016 Application

More information

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 Note: These instructions are based on an older version of FLUENT, and some of the instructions

More information

Milovan Perić CD-adapco. Use of STAR-CCM+ in Marine and Offshore Engineering and Future Trends

Milovan Perić CD-adapco. Use of STAR-CCM+ in Marine and Offshore Engineering and Future Trends Milovan Perić CD-adapco Use of STAR-CCM+ in Marine and Offshore Engineering and Future Trends Introduction CD-adapco is developing simulation capabilities in STAR-CCM+ specifically for marine and offshore

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data SURFACE WATER MODELING SYSTEM Observation Coverage 1 Introduction An important part of any computer model is the verification of results. Surface water modeling is no exception. Before using a surface

More information

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 -

More information

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS 5.1 Introduction The problem selected to illustrate the use of ANSYS software for a three-dimensional steadystate heat conduction

More information

Determining Ship Resistance Using Computational Fluid Dynamics (CFD)

Determining Ship Resistance Using Computational Fluid Dynamics (CFD) Determining Ship Resistance Using Computational Fluid Dynamics (CFD) Yasser M. Ahmed a, c, O. B. Yaakob a, b,*, M. F. A. Rashid a, A. H. Elbatran a, d JTSE a Faculty of Mechanical Engineering, Universiti

More information

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019 TUTORIAL#3 Boundary Layer on a Flat Plate Marek Jaszczur AGH 2018/2019 W1-1 Problem specification TUTORIAL#3 Boundary Layer - on a flat plate Goal: Solution for boudary layer 1. Creating 2D simple geometry

More information

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011

Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 Missile External Aerodynamics Using Star-CCM+ Star European Conference 03/22-23/2011 StarCCM_StarEurope_2011 4/6/11 1 Overview 2 Role of CFD in Aerodynamic Analyses Classical aerodynamics / Semi-Empirical

More information

Data analysis with ParaView CSMP Workshop 2009 Gillian Gruen

Data analysis with ParaView CSMP Workshop 2009 Gillian Gruen Data analysis with ParaView 3.4.0 CSMP Workshop 2009 Gillian Gruen How to...... display a data set ( Contour, Glyph, Clip, Slice) be efficient in displaying similar data sets ( work with Lookmarks )...

More information

CFD-BASED NUMERICAL SIMULATION OF SELF-PROPULSION FOR JAPAN BULK CARRIER

CFD-BASED NUMERICAL SIMULATION OF SELF-PROPULSION FOR JAPAN BULK CARRIER CFD-BASED NUMERICAL SIMULATION OF SELF-PROPULSION FOR JAPAN BULK CARRIER Jianwei Wu(Shanghai Jiao Tong University, State Key Laboratory of Ocean Engineering, Collaborative Innovation Center for Advanced

More information

Multiframe September 2010 Release Note

Multiframe September 2010 Release Note Multiframe 12.11 20 September 2010 Release Note This release note describes the version 12.11 release of Multiframe, Steel Designer and Section Maker. This release is a minor upgrade that will run on Windows

More information

15. SAILBOAT GEOMETRY

15. SAILBOAT GEOMETRY SAILBOAT GEOMETRY 15. SAILBOAT GEOMETRY In this tutorial you will import a STEP file that describes the geometry of a sailboat hull. You will split the hull along the symmetry plane, create a flow volume

More information

Modeling Unsteady Compressible Flow

Modeling Unsteady Compressible Flow Tutorial 4. Modeling Unsteady Compressible Flow Introduction In this tutorial, FLUENT s density-based implicit solver is used to predict the timedependent flow through a two-dimensional nozzle. As an initial

More information

Validation of CFD Simulation for Ship Roll Damping using one Pure Car Carrier and one Standard Model

Validation of CFD Simulation for Ship Roll Damping using one Pure Car Carrier and one Standard Model Proceedings of the 15 th International Ship Stability Workshop, 13-15June 2016, Stockholm, Sweden 1 Validation of CFD Simulation for Ship Roll Damping using one Pure Car Carrier and one Standard Model

More information

SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM

SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM Available online at www.prace-ri.eu Partnership for Advanced Computing in Europe SHAPE pilot Monotricat SRL: Hull resistance simulations for an innovative hull using OpenFOAM Lilit Axner a,b, Jing Gong

More information

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87.

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87. Problem: A cast-iron bell-crank lever, depicted in the figure below is acted upon by forces F 1 of 250 lb and F 2 of 333 lb. The section A-A at the central pivot has a curved inner surface with a radius

More information

Modeling Flow Through Porous Media

Modeling Flow Through Porous Media Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications involve the modeling of flow through porous media, such as filters, catalyst beds, and packing. This tutorial illustrates

More information

SIMCENTER 12 ACOUSTICS Beta

SIMCENTER 12 ACOUSTICS Beta SIMCENTER 12 ACOUSTICS Beta 1/80 Contents FEM Fluid Tutorial Compressor Sound Radiation... 4 1. Import Structural Mesh... 5 2. Create an Acoustic Mesh... 7 3. Load Recipe... 20 4. Vibro-Acoustic Response

More information

SMS v Simulations. SRH-2D Tutorial. Time. Requirements. Prerequisites. Objectives

SMS v Simulations. SRH-2D Tutorial. Time. Requirements. Prerequisites. Objectives SMS v. 12.1 SRH-2D Tutorial Objectives This tutorial will demonstrate the process of creating a new SRH-2D simulation from an existing simulation. This workflow is very useful when adding new features

More information

SHIP MOTIONS OF KCS IN HEAD WAVES WITH ROTATING PROPELLER USING OVERSET GRID METHOD

SHIP MOTIONS OF KCS IN HEAD WAVES WITH ROTATING PROPELLER USING OVERSET GRID METHOD Proceedings of the ASME 2014 33rd nternational Conference on Ocean, Offshore and Arctic Engineering OMAE2014 June 8-13, 2014, San Francisco, California, USA OMAE2014-2367 SHP MOTONS OF KCS N HEAD WAVES

More information

ITTC Recommended Procedures and Guidelines. ITTC Quality System Manual. Recommended Procedures and Guidelines. Captive Model Test

ITTC Recommended Procedures and Guidelines. ITTC Quality System Manual. Recommended Procedures and Guidelines. Captive Model Test Page 1 of 26 ITTC Quality System Manual Recommended Procedure 7.5 Process Control Testing and Extrapolation Methods -06 Manoeuvrability Note of concern: In the opinion of the ITTC Advisory Council, this

More information