@prefix mdl: <http://data.loterre.fr/ark:/67375/MDL> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mdl: a skos:ConceptScheme .
mdl:-X3N8MMT9-D
  skos:prefLabel "numerical method"@en, "méthode numérique"@fr ;
  a skos:Concept ;
  skos:narrower mdl:-LJMZRMR1-P .

mdl:-LJMZRMR1-P
  skos:exactMatch <https://fr.wikipedia.org/wiki/M%C3%A9thode_des_%C3%A9l%C3%A9ments_discrets>, <https://en.wikipedia.org/wiki/Discrete_element_method> ;
  skos:altLabel "distinct element method"@en ;
  skos:hiddenLabel "méthodes des éléments discrets"@fr, "Méthode élément discret"@fr, "Méthode éléments discrets"@fr, "distinct element methods"@en, "Discrete element method"@en, "discrete element methods"@en ;
  skos:prefLabel "discrete element method"@en, "méthode des éléments discrets"@fr ;
  skos:inScheme mdl: ;
  skos:broader mdl:-X3N8MMT9-D ;
  skos:definition "A discrete element method (DEM), also called a distinct element method, is any of a family of numerical methods for computing the motion and effect of a large number of small particles. Though DEM is very closely related to molecular dynamics, the method is generally distinguished by its inclusion of rotational degrees-of-freedom as well as stateful contact and often complicated geometries (including polyhedra). With advances in computing power and numerical algorithms for nearest neighbor sorting, it has become possible to numerically simulate millions of particles on a single processor. Today DEM is becoming widely accepted as an effective method of addressing engineering problems in granular and discontinuous materials, especially in granular flows, powder mechanics, and rock mechanics. DEM has been extended into the Extended Discrete Element Method taking heat transfer, chemical reaction and coupling to CFD and FEM into account. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Discrete_element_method\" target=\"_blank\">https://en.wikipedia.org/wiki/Discrete_element_method</a>)"@en, "La méthode des éléments discrets est une méthode crée en 1979 par Cundall pour résoudre les équations de la dynamique dans un milieu granulaire. Cette méthode consiste à définir le domaine à l’aide de particules liées entre elles par des lois d’interaction. Cette méthode a été développée après pour résoudre les problèmes de discontinuité dans un milieu continu, et, plus précisément, pour visualiser la propagation de failles. Les scientifiques ont souhaité développer cette méthode parce que la méthode la plus connue, la méthode des éléments finis, atteint ses limites pour étudier des discontinuités.   Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/M%C3%A9thode_des_%C3%A9l%C3%A9ments_discrets\" target=\"_blank\">https://fr.wikipedia.org/wiki/M%C3%A9thode_des_%C3%A9l%C3%A9ments_discrets</a>)"@fr ;
  a skos:Concept .

