u4.4_742
u4.4_742
u4.4_742
Code_Aster default
Titre : Opérateur AFFE_CHAR_ACOU Date : 04/11/2021 Page : 1/4
Responsable : ABBAS Mickaël Clé : U4.44.04 Révision :
d6a9ff7f65fc
Operator AFFE_CHAR_ACOU
1 Goal
To affect boundary conditions acoustic constant. The affected values do not depend on any parameter
and are complex values.
Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is
provided as a convenience.
Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)
Version
Code_Aster default
Titre : Opérateur AFFE_CHAR_ACOU Date : 04/11/2021 Page : 2/4
Responsable : ABBAS Mickaël Clé : U4.44.04 Révision :
d6a9ff7f65fc
2 Syntax
CH [char_acou] = AFFE_CHAR_ACOU(
♦ MODEL = Mo [model]
◊ INFORMATION = [1, 2]
[defect]
◊ DOUBLE_LAGRANGE =/‘YES’, [defect]
/ ‘NOT’
♦ | PRES_IMPO = _F ( ♦ | ALL = ‘YES’
| GROUP_NO = lgno [l_gr_noeud]
| GROUP_MA = lgma [l_gr_maille]
◊ SANS_ GROUP_NO = L gno 1
[l_gr_noeud]
◊ SANS_ GROUP_MA = lgma 1
[l_gr_maille]
♦ NEAR = pre [C]
)
| VITE_FACE = _F ( ♦ | ALL = ‘YES’
| GROUP_MA = lgma [l_gr_maille]
♦ VNOR = V NOR [ C ]
)
| IMPE_FACE = _F ( ♦ | ALL = ‘YES’
| GROUP_MA = lgma [l_gr_maille]
♦ IMPE = Z [C]
)
| LIAISON_UNIF = _F ( ♦/ GROUP_NO = lgno [l_gr_noeud]
/ GROUP_MA = lgma [l_gr_maille]
♦ DDL = ‘CLOSE’ [TXM]
)
)
Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is
provided as a convenience.
Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)
Version
Code_Aster default
Titre : Opérateur AFFE_CHAR_ACOU Date : 04/11/2021 Page : 3/4
Responsable : ABBAS Mickaël Clé : U4.44.04 Révision :
d6a9ff7f65fc
3 Operands
3.1 Operand MODEL
♦ MODEL = Mo
Name of the model whose grid supports the elements of acoustic calculation.
♦ | PRES_IMPO
Allows to impose the degree of freedom of pressure.
| VITE_FACE
Allows to specify the field speed vibratory imposed in loading on elements of border.
| IMPE_FACE
Allows to specify the map of impedance imposed in boundary condition on elements of
border.
Declaration of the topological entities to which the loadings are applied, boundary conditions.
Those are imposed on the nodes or meshs given by the keywords ALL, GROUP_MA, GROUP_NO Tout
while possibly excluding thanks to the keywords SANS_*.
Attention keywords SANS_* are available only for the keyword PRES_IMPO.
IMPE = Z
Value (complex) of the acoustic impedance imposed on the meshs specifiedES.
Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is
provided as a convenience.
Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)
Version
Code_Aster default
Titre : Opérateur AFFE_CHAR_ACOU Date : 04/11/2021 Page : 4/4
Responsable : ABBAS Mickaël Clé : U4.44.04 Révision :
d6a9ff7f65fc
These operands make it possible to define a list of n nodes N i from which one eliminated the
redundancies (for GROUP_MA, it is connectivities of the meshs).
This operand can be worth in acoustic modeling, only the text ‘CLOSE’, defining the only degree of
freedom allowed, the acoustic pressure p .
4 Example
cha = AFFE_CHAR_ACOU ( MODEL = Mo,
VITE_FACE = _F ( GROUP_MA = Gm4,
VNOR = ( ‘IH‘ , 0.0135, 0. )),
IMPE_FACE = _F ( GROUP_MA = Gm5,
IMPE = ( ‘IH‘ , 442. , 0. )))
Note:
The complex values are provided under one of the two forms IH (real part, imaginary part) or MP
(module, phase in degrees).
Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is
provided as a convenience.
Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)