
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2c98275229bfe06de98b61d9a89bca8d7/totounan",         
         "tags" : [
            "peerReviewed","pn7","FSI","high-performance-computing","EXC2075","hybrid-CPU-GPU"
         ],
         
         "intraHash" : "c98275229bfe06de98b61d9a89bca8d7",
         "interHash" : "e37139d5a0048af4f1a698efc858913d",
         "label" : "A GPU Accelerated Framework for Partitioned Solution of Fluid-Structure Interaction Problems",
         "user" : "totounan",
         "description" : "",
         "date" : "2021-05-27 11:14:31",
         "changeDate" : "2021-05-27 09:19:08",
         "count" : 2,
         "pub-type": "inproceedings",
         "booktitle": "14th WCCM-ECCOMAS Congress","publisher":"CIMNE",
         "year": "2021", 
         "url": "https://doi.org/10.23967%2Fwccm-eccomas.2020.021", 
         
         "author": [ 
            "A. Totounferoush","A. Naseri","J. Chiva","A. Oliva","M. Mehl"
         ],
         "authors": [
         	
            	{"first" : "A.",	"last" : "Totounferoush"},
            	{"first" : "A.",	"last" : "Naseri"},
            	{"first" : "J.",	"last" : "Chiva"},
            	{"first" : "A.",	"last" : "Oliva"},
            	{"first" : "M.",	"last" : "Mehl"}
         ],
         "volume": "700",
         "doi" : "10.23967/wccm-eccomas.2020.021",
         
         "bibtexKey": "Totounferoush_2021"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2de841a67b463445646f8043c936f4f3e/totounan",         
         "tags" : [
            "fluid-structure-interaction","partitioned-simulation","peerReviewed","pn7","high-performance-computing","EXC2075"
         ],
         
         "intraHash" : "de841a67b463445646f8043c936f4f3e",
         "interHash" : "28233a03d0987711f1eab1536556be09",
         "label" : "A scalable framework for the partitioned solution of fluid\u2013structure interaction problems",
         "user" : "totounan",
         "description" : "",
         "date" : "2021-05-27 11:11:43",
         "changeDate" : "2021-05-27 09:19:22",
         "count" : 3,
         "pub-type": "article",
         "journal": "Computational Mechanics","publisher":"Springer Verlag",
         "year": "2020", 
         "url": "http://www2.informatik.uni-stuttgart.de/cgi-bin/NCSTRL/NCSTRL_view.pl?id=ART-2020-09&engl=0", 
         
         "author": [ 
            "Alireza Naseri","Amin Totounferoush","Ignacio Gonzales","Miriam Mehl","Carlos David Perez-Segarra"
         ],
         "authors": [
         	
            	{"first" : "Alireza",	"last" : "Naseri"},
            	{"first" : "Amin",	"last" : "Totounferoush"},
            	{"first" : "Ignacio",	"last" : "Gonzales"},
            	{"first" : "Miriam",	"last" : "Mehl"},
            	{"first" : "Carlos David",	"last" : "Perez-Segarra"}
         ],
         "volume": "66","pages": "471--489","abstract": "In this work, we present a scalable and efficient parallel solver for the\r\n      partitioned solution of fluid\u2013structure interaction problems through multi-code\r\n      coupling. Two instances of an in-house parallel software, TermoFluids, are used\r\n      to solve the fluid and the structural sub-problems, coupled together on the\r\n      interface via the preCICE coupling library. For fluid flow, the Arbitrary\r\n      Lagrangian\u2013Eulerian form of the Navier\u2013Stokes equations is solved on an\r\n      unstructured conforming grid using a second-order finite-volume discretization.\r\n      A parallel dynamic mesh method for unstructured meshes is used to track the\r\n      moving boundary. For the structural problem, the nonlinear elastodynamics\r\n      equations are solved on an unstructured grid using a second-order finite-volume\r\n      method. A semi-implicit FSI coupling method is used which segregates the fluid\r\n      pressure term and couples it strongly to the structure, while the remaining\r\n      fluid terms and the geometrical nonlinearities are only loosely coupled. A\r\n      robust and advanced multi-vector quasi-Newton method is used for the coupling\r\n      iterations between the solvers. Both the fluid and the structural solver use\r\n      distributed-memory parallelism. The intra-solver communication required for\r\n      data update in the solution process is carried out using non-blocking\r\n      point-to-point communicators. The inter-code communication is fully parallel\r\n      and point-to-point, avoiding any central communication unit. Inside each\r\n      single-physics solver, the load is balanced by dividing the computational\r\n      domain into fairly equal blocks for each process. Additionally, a load\r\n      balancing model is used at the inter-code level to minimize the overall idle\r\n      time of the processes. Two practical test cases in the context of hemodynamics\r\n      are studied, demonstrating the accuracy and computational efficiency of the\r\n      coupled solver. Strong scalability test results show a parallel efficiency of\r\n      83\\% on 10,080 CPU cores.",
         "isbn" : "https://doi.org/10.1007/s00466-020-01860-y",
         
         "language" : "Englisch",
         
         "cr-category" : "J.2 Physical Sciences and Engineering,\r\n                   J.3 Life and Medical Sciences,\r\n                   I.6.3 Simulation and Modeling Applications",
         
         "department" : "Universität Stuttgart, Institut für Parallele und Verteilte Systeme, Simulation großer Systeme",
         
         "bibtexKey": "naseri2020scalable"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2739259447a6003d0ea4ecd8d3edc32fb/totounan",         
         "tags" : [
            "load-balancing","peerReviewed","pn7","high-performance-computing","EXC2075"
         ],
         
         "intraHash" : "739259447a6003d0ea4ecd8d3edc32fb",
         "interHash" : "364aabf3689b242e4a85db24253fd90b",
         "label" : "A data-based inter-code load balancing method for partitioned solvers",
         "user" : "totounan",
         "description" : "",
         "date" : "2021-05-27 11:09:06",
         "changeDate" : "2021-05-27 09:19:36",
         "count" : 2,
         "pub-type": "article",
         "journal": "Journal of Computational Science","publisher":"Elsevier BV",
         "year": "2021", 
         "url": "https://doi.org/10.1016%2Fj.jocs.2021.101329", 
         
         "author": [ 
            "Amin Totounferoush","Neda Ebrahimi Pour","Juri Schröder","Sabine Roller","Miriam Mehl"
         ],
         "authors": [
         	
            	{"first" : "Amin",	"last" : "Totounferoush"},
            	{"first" : "Neda Ebrahimi",	"last" : "Pour"},
            	{"first" : "Juri",	"last" : "Schröder"},
            	{"first" : "Sabine",	"last" : "Roller"},
            	{"first" : "Miriam",	"last" : "Mehl"}
         ],
         "volume": "51","pages": "101329",
         "doi" : "10.1016/j.jocs.2021.101329",
         
         "bibtexKey": "totounferoush2021databased"

      }
	  
   ]
}
