SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Jansson Johan) ;conttype:(refereed)"

Sökning: WFRF:(Jansson Johan) > Refereegranskat

  • Resultat 1-10 av 473
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Hoffman, Johan, 1974-, et al. (författare)
  • Computability and Adaptivity in CFD
  • 2018
  • Ingår i: Encyclopedia of Computational Mechanics. - : John Wiley & Sons.
  • Bokkapitel (refereegranskat)
  •  
2.
  • Hoffman, Johan, et al. (författare)
  • Computation of slat noise sources using adaptive FEM and lighthill's analogy
  • 2013
  • Ingår i: 19th AIAA/CEAS Aeroacoustics Conference.
  • Konferensbidrag (refereegranskat)abstract
    • This is a summary of preliminary results from simulations with the 30P30N high-lift device. We used the General Galerkin finite element method (G2), where no explicit subgrid model is used, and where the computational mesh is adaptively refined with respect to a posteriori error estimates for a quantity of interest. The mesh is fully unstructured and the solutions are time-resolved, which are key ingredients for solving challenging industrial applications in the field of aeroacoustics. We present preliminary results containing time-averaged quantities and snapshots of unsteady quantities, all reasonably agreeing with previous computational efforts. One important finding is that the use of adaptively generated meshes seems to be a more effcient way of computing aeroacoustic sources than by using "handmade" meshes.
  •  
3.
  • Hoffman, Johan, et al. (författare)
  • FEniCS-HPC : Automated predictive high-performance finite element computing with applications in aerodynamics
  • 2016
  • Ingår i: Proceedings of the 11th International Conference on Parallel Processing and Applied Mathematics, PPAM 2015. - Cham : Springer-Verlag New York. ; , s. 356-365
  • Konferensbidrag (refereegranskat)abstract
    • Developing multiphysics nite element methods (FEM) andscalable HPC implementations can be very challenging in terms of soft-ware complexity and performance, even more so with the addition ofgoal-oriented adaptive mesh renement. To manage the complexity we inthis work presentgeneraladaptive stabilized methods withautomatedimplementation in the FEniCS-HPCautomatedopen source softwareframework. This allows taking the weak form of a partial dierentialequation (PDE) as input in near-mathematical notation and automati-cally generating the low-level implementation source code and auxiliaryequations and quantities necessary for the adaptivity. We demonstratenew optimal strong scaling results for the whole adaptive frameworkapplied to turbulent ow on massively parallel architectures down to25000 vertices per core with ca. 5000 cores with the MPI-based PETScbackend and for assembly down to 500 vertices per core with ca. 20000cores with the PGAS-based JANPACK backend. As a demonstration ofthe high impact of the combination of the scalability together with theadaptive methodology allowing prediction of gross quantities in turbulent ow we present an application in aerodynamics of a full DLR-F11 aircraftin connection with the HiLift-PW2 benchmarking workshop with goodmatch to experiments.
  •  
4.
  • Hoffman, Johan, et al. (författare)
  • FEniCS-HPC: Coupled Multiphysics in Computational Fluid Dynamics
  • 2017
  • Ingår i: High-Performance Scientific Computing. - Cham : Springer. - 9783319538617 - 9783319538624 ; , s. 58-69
  • Konferensbidrag (refereegranskat)abstract
    • We present a framework for coupled multiphysics in computational fluid dynamics, targeting massively parallel systems. Our strategy is based on general problem formulations in the form of partial differential equations and the finite element method, which open for automation, and optimization of a set of fundamental algorithms. We describe these algorithms, including finite element matrix assembly, adaptive mesh refinement and mesh smoothing; and multiphysics coupling methodologies such as unified continuum fluid-structure interaction (FSI), and aeroacoustics by coupled acoustic analogies. The framework is implemented as FEniCS open source software components, optimized for massively parallel computing. Examples of applications are presented, including simulation of aeroacoustic noise generated by an airplane landing gear, simulation of the blood flow in the human heart, and simulation of the human voice organ.
  •  
5.
  • Hoffman, Johan, et al. (författare)
  • Towards a parameter-free method for high Reynolds number turbulent flow simulation based on adaptive finite element approximation
  • 2015
  • Ingår i: Computer Methods in Applied Mechanics and Engineering. - : Elsevier. - 0045-7825 .- 1879-2138. ; 288, s. 60-74
  • Tidskriftsartikel (refereegranskat)abstract
    • We present work towards a parameter-free method for turbulent flow simulation based on adaptive finite element approximation of the Navier-Stokes equations at high Reynolds numbers. In this model, viscous dissipation is assumed to be dominated by turbulent dissipation proportional to the residual of the equations, and skin friction at solid walls is assumed to be negligible compared to inertial effects. The result is a computational model without empirical data, where the only parameter is the local size of the finite element mesh. Under adaptive refinement of the mesh based on a posteriori error estimation, output quantities of interest in the form of functionals of the finite element solution converge to become independent of the mesh resolution, and thus the resulting method has no adjustable parameters. No ad hoc design of the mesh is needed, instead the mesh is optimised based on solution features, in particular no bounder layer mesh is needed. We connect the computational method to the mathematical concept of a dissipative weak solution of the Euler equations, as a model of high Reynolds number turbulent flow, and we highlight a number of benchmark problems for which the method is validated. 
  •  
6.
  •  
7.
  • Hoffman, Johan, 1974-, et al. (författare)
  • Turbulent flow and Fluid–structure interaction
  • 2012
  • Ingår i: Lecture Notes in Computational Science and Engineering. - : Springer Science and Business Media Deutschland GmbH. ; , s. 543-552
  • Bokkapitel (refereegranskat)abstract
    • The FEniCS Project aims towards the goals of generality, efficiency, and simplicity, concerning mathematical methodology, implementation and application, and the Unicorn project is an implementation aimed at FSI and high Re turbulent flow guided by these principles. Unicorn is based on the DOLFIN/FFC/FIAT suite and the linear algebra package PETSc. We here present some key elements of Unicorn, and a set of computational results from applications. The details of the Unicorn implementation are described in Chapter 18. 
  •  
8.
  • Hoffman, Johan, et al. (författare)
  • Unicorn : Parallel adaptive finite element simulation of turbulent flow and fluid-structure interaction for deforming domains and complex geometry
  • 2013
  • Ingår i: Computers & Fluids. - : Elsevier BV. - 0045-7930 .- 1879-0747. ; 80:SI, s. 310-319
  • Tidskriftsartikel (refereegranskat)abstract
    • We present a framework for adaptive finite element computation of turbulent flow and fluid structure interaction, with focus on general algorithms that allow for complex geometry and deforming domains. We give basic models and finite element discretization methods, adaptive algorithms and strategies for efficient parallel implementation. To illustrate the capabilities of the computational framework, we show a number of application examples from aerodynamics, aero-acoustics, biomedicine and geophysics. The computational tools are free to download open source as Unicorn, and as a high performance branch of the finite element problem solving environment DOLFIN, both part of the FEniCS project.
  •  
9.
  • Hoffman, Johan, 1974-, et al. (författare)
  • Unicorn : A unified continuum mechanics solver
  • 2012
  • Ingår i: Lecture Notes in Computational Science and Engineering. - : Springer Science and Business Media Deutschland GmbH. ; , s. 339-361
  • Bokkapitel (refereegranskat)abstract
    • This chapter provides a description of the technology of Unicorn focusing on simple, efficient and general algorithms and software for the Unified Continuum (UC) concept and the adaptive General Galerkin (G2) discretization as a unified approach to continuum mechanics. We describe how Unicorn fits into the FEniCS framework, how it interfaces to other FEniCS components, what interfaces and functionality Unicorn provides itself and how the implementation is designed. We also present some examples in fluid–structure interaction and adaptivity computed with Unicorn. 
  •  
10.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 473
Typ av publikation
tidskriftsartikel (311)
konferensbidrag (112)
bokkapitel (36)
forskningsöversikt (7)
samlingsverk (redaktörskap) (3)
rapport (2)
visa fler...
bok (1)
recension (1)
visa färre...
Typ av innehåll
Författare/redaktör
Jansson, Johan (84)
Jansson, Johan, 1973 ... (42)
Hoffman, Johan (30)
Jansson, John-Olov, ... (22)
Reinfeldt, Sabine, 1 ... (20)
Ohlsson, Claes, 1965 (19)
visa fler...
Jansson, Jan-Håkan (19)
Jansson, André, 1972 ... (18)
Jansson, Niclas (15)
Lindell, Johan, 1985 ... (15)
Fast, Karin, 1979- (13)
Svensson, Johan, 196 ... (12)
Hoffman, Johan, 1974 ... (12)
Jansson, Desirée (11)
Höglund, Johan (11)
Jansson, Anton (11)
Jansson, Robert (9)
Nilsson, Jonas (9)
Mölne, Johan, 1958 (8)
Hallmans, Göran (8)
Jansson, Patrik, 197 ... (8)
Anderson, Johan (8)
Bengtsson, Stina (8)
Dicksved, Johan (8)
Gudnason, Vilmundur (8)
Jeuring, Johan, 1965 (8)
Jansson, Stefan P.O. ... (8)
Salomaa, Veikko (7)
Nilsson, Johan (7)
Jansson, Mats (7)
Hofman, Albert (7)
Östling, Johan (7)
Khaw, Kay-Tee (6)
Lind, Lars (6)
Boström, Lars (6)
Jansson, S (6)
Wareham, Nicholas J. (6)
Ridker, Paul M. (6)
Hu, Frank B. (6)
Jansson, Tomas (6)
Peters, Annette (6)
Luan, Jian'an (6)
Hultdin, Johan (6)
Weinehall, Lars (6)
Jansson, Niclas, 198 ... (6)
Harris, Tamara B (6)
Loos, Ruth J F (6)
Psaty, Bruce M (6)
Power, Dominic, 1973 ... (6)
Lindell, Johan (6)
visa färre...
Lärosäte
Umeå universitet (102)
Uppsala universitet (102)
Göteborgs universitet (86)
Lunds universitet (82)
Kungliga Tekniska Högskolan (76)
Karolinska Institutet (53)
visa fler...
Chalmers tekniska högskola (50)
Sveriges Lantbruksuniversitet (30)
Örebro universitet (27)
Linköpings universitet (24)
Stockholms universitet (22)
Karlstads universitet (19)
RISE (18)
Luleå tekniska universitet (10)
Mälardalens universitet (8)
Linnéuniversitetet (8)
Högskolan i Borås (8)
Malmö universitet (6)
Högskolan i Skövde (6)
Jönköping University (5)
Södertörns högskola (5)
Gymnastik- och idrottshögskolan (4)
Högskolan Väst (3)
Högskolan Dalarna (3)
VTI - Statens väg- och transportforskningsinstitut (2)
Högskolan i Halmstad (1)
Högskolan i Gävle (1)
Mittuniversitetet (1)
visa färre...
Språk
Engelska (450)
Svenska (22)
Odefinierat språk (1)
Forskningsämne (UKÄ/SCB)
Medicin och hälsovetenskap (137)
Samhällsvetenskap (130)
Naturvetenskap (109)
Teknik (71)
Lantbruksvetenskap (26)
Humaniora (9)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy