My Project
programmer's documentation
Loading...
Searching...
No Matches
Variables
Module for code/code coupling

code / code - management of key parameters More...

Variables

integer, save nbrcpl
 number of couplings Code_Saturne / Code_Saturne
 
integer, save ifaccp
 indicator coupling face / face only
 
integer nbcpmx
 maximum permissible number of coupling
 
integer, dimension(nbcpmx), save iturcp
 turbulence model of the remote instance
 
integer, dimension(nbcpmx), save imajcp
 indicator to update location of the coupling
 
integer, dimension(nbcpmx), save icormx
 indicator of calulation in relative reference frame
 
integer, dimension(nbcpmx), save nvarcp
 number of variables to send/receive
 
integer, dimension(nbcpmx), save nvarto
 size of exchange tables
 
double precision, save ttpmob
 Absolute time value after the mesh starts to rotate (if it does), for previous calculation.
 
double precision, save ttcmob
 Current absolute time after the mesh starts to rotate (if it does). In case of restart, this is equal to ttpmob + additional computed time.
 

Detailed Description

code / code - management of key parameters

Variable Documentation

◆ icormx

integer, dimension(nbcpmx), save icormx

indicator of calulation in relative reference frame

◆ ifaccp

integer, save ifaccp

indicator coupling face / face only

◆ imajcp

integer, dimension(nbcpmx), save imajcp

indicator to update location of the coupling

◆ iturcp

integer, dimension(nbcpmx), save iturcp

turbulence model of the remote instance

◆ nbcpmx

integer nbcpmx

maximum permissible number of coupling

◆ nbrcpl

integer, save nbrcpl

number of couplings Code_Saturne / Code_Saturne

◆ nvarcp

integer, dimension(nbcpmx), save nvarcp

number of variables to send/receive

◆ nvarto

integer, dimension(nbcpmx), save nvarto

size of exchange tables

◆ ttcmob

double precision, save ttcmob

Current absolute time after the mesh starts to rotate (if it does). In case of restart, this is equal to ttpmob + additional computed time.

◆ ttpmob

double precision, save ttpmob

Absolute time value after the mesh starts to rotate (if it does), for previous calculation.