TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Keywords derived from associate

associate

Synonyms: associer

Inherits from: interprete

This interpretor allows one object to be associated with another. The order of the two objects in this instruction is not important. The object objet_2 is associated to objet_1 if this makes sense; if not either objet_1 is associated to objet_2 or the program exits with error because it cannot execute the Associate (Associer) instruction. For example, to calculate water flow in a pipe, a Pb_Hydraulique type object needs to be defined. But also a Domaine type object to represent the pipe, a time discretization object (Scheme_euler_explicit for ex.). These two objects must then be associated with the problem.

Parameters:

  • objet_1 (type: string) Objet_1
  • objet_2 (type: string) Objet_2

associer_algo

Inherits from: associate

This interpretor allows an algorithm to be associated with multi-grid problem.

Parameters:

  • objet_1 (type: string) Objet_1
  • objet_2 (type: string) Objet_2

associer_pbmg_pbfin

Inherits from: associate

This interpretor allows a local problem to be associated with multi-grid problem.

Parameters:

  • objet_1 (type: string) Objet_1
  • objet_2 (type: string) Objet_2

associer_pbmg_pbgglobal

Inherits from: associate

This interpretor allows a global problem to be associated with multi-grid problem.

Parameters:

  • objet_1 (type: string) Objet_1
  • objet_2 (type: string) Objet_2