#include "base/cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bft/bft_mem.h"
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "gui/cs_gui_util.h"
#include "gui/cs_gui_boundary_conditions.h"
#include "mesh/cs_mesh.h"
#include "base/cs_parameters.h"
#include "base/cs_syr_coupling.h"
#include "base/cs_tree.h"
#include "gui/cs_gui_conjugate_heat_transfer.h"
Functions | |
void | cs_gui_syrthes_coupling (void) |
Define SYRTHES couplings based on the GUI-generated setup. |
void cs_gui_syrthes_coupling | ( | void | ) |
Define SYRTHES couplings based on the GUI-generated setup.
In the case of a single code_saturne and single SYRTHES instance, the syrthes_name argument is ignored.
In case of multiple couplings, a coupling will be matched with available SYRTHES instances prioritarily based on the syrthes_name argument.