source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/oasis3-mct/XML/oasis3-mct/blastransfo/blastransfo.xml @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 4 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1 <model name="transfblas" title="Blasold or Blasnew transformations" layout="flat">
2     <desc>
3Please enter if there is a multiplication and/or addition by a scalar, for the different coupling fields,
4selecting the different rows available.
5The "load" button is useless for the OASIS3-MCT application.[]
6A blue (?), located at the right bottom of this window, gives more information on the data to fill up.
7     </desc>
8</model>
9 <model name="transfblon" title="Blasold/Blasnew" layout="flat">
10    <multiple name="multaddoldnew" title="Blasold/Blasnew options" require="field_names_list" custom_label="Fields">
11         <xor name="blasold" title="BLASOLD" default="blasold_off">
12           <model name="blasold_off" title="No BLASOLD">
13           </model>
14           <model name="blasold_on" title="BLASOLD">
15             <param name="xmult_blso" title="Multiplicative coef (real)" type="double" default="1."/>
16             <param name="xadd_blso" title="Scalar value to be added (real)" type="double" default="0."/>           
17           </model>
18         </xor>
19         <xor name="blasnew" title="BLASNEW" default="blasnew_off">
20           <model name="blasnew_off" title="No BLASNEW">
21           </model>
22           <model name="blasnew_on" title="BLASNEW">
23             <param name="xmult_blsn" title="Multiplicative coef (real)" type="double" default="1."/>
24             <param name="xadd_blsn" title="Scalar value to be added (real)" type="double" default="0."/>           
25           </model>
26         </xor>
27         </multiple>
28    <docu>
29
30[section=BLASOLD]
31
32BLASOLD allows the source field to be scaled and allows a scalar to be added to the field.
33This transformation occurs before the interpolation per se.
34
35[section=BLASNEW]
36
37BLASNEW performs a scalar multiply or scalar add to any destination field. This is the equivalent of BLASOLD
38on the destination side.
39    </docu>
40</model>
Note: See TracBrowser for help on using the repository browser.