Skip to content

Glossary

Section 1

TermDefinition
CPUCentral Processing Unit
BitThe bit is the most basic unit of information in computing and digital communications. The bit represents a logical state with one of two possible values usually represented as “1” or “0”.
ByteThe byte is a unit of digital information that most commonly consists of eight bits.
RAMRandom access memory
Clock speedThe rate at which the CPU executes a work cycle.
ALUArithmetic Logic Unit
HPCHigh-performance computing
OSOperating system
FLOPSFloating point operations per second
NodeA compute node is a single unit of a larger system called cluster. It is characterized by its own OS, memory, and network connection.
ClusterAn ensemble of compute nodes interconnected by a fast network system, and set to perform tasks in a collaborative framework controlled and scheduled by a software. In this course Cluster, Server, Remote machine, and Super computer will be used as synonyms.
GUIGraphical user interface
CLICommand-line interface
SSHSecure Shell protocol
MPIMessage-passing interface
RankInteger number indentifying each processor in a parallel environment.
Point-to-point communicationBasic type of comminication in MPI involving only one sender and one receiver.
Collective communicationInformation sent to a collection of processes. It could be in the form of a broadcast to all processes, or as a scatter send to only a selection.
Gather callCall usually issued by the master process to gather results (or data) from other processes.
SFTPSecure file transfer protocol

Section 2

TermDefinition
CFDComputational Fluid Dynamics
NSNavier-Stokes
LBMLattice Boltzmann methods
RDMResearch-data management
DNSDirect numerical simulation
LESLarge-eddy simulation
RANSReynolds-averaged Navier Stokes
Statistically stationaryUnsteady problem whose statistics are mostly invariant in time.
Flow through timeThe flow-through time corresponds to the time it takes for a fluid parcel to traverse the computational domain in the freestream.
, , Number of points (elements) in each coordinate directions
DOEDesign of Experiments
BFSBackward facing step
LES: theory and applications, PiomelliUgo Piomelli, Large-Eddy Simulation: theory and applications - Lecture Series 2018-03, von Karman institute for Fluid Dynamics, Chaussee de Waterloo 72, Belgium
CADComputer-aided design
SGSSub-grid scale
CPU-boundCompute-bounded processes typical of most CFD softwares

Section 3

TermDefinition
RDMResearch data management
FAIRFindable, Accessible, Interoperable, Reusable
DOIDigital object identifier
CGNSCfd General Notation System
HDFHierarchical data format
VTKVisualization Toolkit