Updating search results...

Search Resources

223 Results

View
Selected filters:
  • Delft University OpenCourseWare
Introduction to Aeronautical Engineering
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course provides an overview of and introduction to the fundamentals of aeronautics, using the history of aviation as a story line. The course uses examples from the very beginning of aviation (the Montgolfier brothers' balloon flight in 1783 and the Wright brothers' heavier-than-air flight in 1903) and continues all the way through to the current Airbus A380 and future aircraft. This trajectory will start with a general introduction to aeronautics, to be followed by a closer look at aerodynamics and flight performance.

Lectures are frequently accompanied by related exercises and demonstrations. The course also incorporates (design) challenges/competitions, based on the knowledge obtained through the lectures.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Prof.dr.ir. J.M. Hoekstra
Date Added:
03/06/2016
Introduction to Aerospace Engineering I
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This first part of the course Introduction to Aerospace Engineering presents an overall picture of the aeronautics domain. This overview involves a number of different perspectives on the aerospace domain, and shows some basic principles of the most important concepts for flight. Then the basic aerodynamics are covered, followed by flight mechanics.Study GoalsHave an overview of the history of flightApply basic/constitutive principles of mechanics of fluids - a.o. Bernoulli.Apply control volume approachesExplain flow regimes (viscous/non-viscous; compressible/incompressible aerodynamics) and to estimate viscous and thermal effects Compute lift/drag of simple configurationsDescribe reference frames and derive general equations of motion for flight and orbital mechanicsApply equations of motion to determine aircraft performance in steady gliding, horizontal and climbing flightDerive aircraft performance diagram and flight envelope, in relation to aircraft morphology, lift-drag polar and engine performance

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
J.M. Hoekstra
Date Added:
02/02/2016
Introduction to Aerospace Engineering II
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This part of the course Introduction to Aerospace Engineering is focused on two aerospace disciplines: "space and orbital mechanics" and "structures and materials". These topics are discussed in detail and will provide an understanding for both aircraft and for spacecraft/space missions. Study Goals- List/describe the reasons for going into space and the principles of rockets, including their trajectories.- Motivate the selection of spacecraft configurations depending on the mission and identify the main elements of a satellite.- Describe the features of the space environment and their consequences for space activities.- Determine elementary satellite orbits, transfer orbits and maneuvers- Describe and work with elementary space propulsion aspects: launch, velocity budget and rocket equation- List the characteristics of typical aerospace materials & structures and describe their meaning and relevance- List the main structural elements of an aerospace vehicle and describe their functions and performance

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
J.M. Hoekstra
Date Added:
02/24/2016
Introduction to Aerospace Structures and Materials
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

How do you design an aircraft or spacecraft? And in doing so, how do you keep the risk of failure minimal while bearing in mind that they will eventually fail?

In this course you will be taken on a journey through the structural and material design of aircraft. You will see and understand how aircraft and spacecraft are manufactured, and learn how safety is enshrined at every stage.

Experts from the Aerospace Structures and Materials Department of Delft University of Technology will help you explore and analyze the mechanical properties of materials; learning about manufacturing techniques, fatigue, loads and stresses, design considerations and more – all the scientific and engineering principles that structural and materials engineers face on a daily basis. By the end of the course, you will have learned to think like they do!

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr. Calvin Rans
Dr.ir. Gillian Saunders-Smit
Ir. Jos Sinke
dr. Julie Tuewen
dr.ir. R.C. Alderliesten
Date Added:
01/12/2021
Introduction to Credit Risk Management
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Imagine that you are a bank and a main part of your daily business is to lend money. Unfortunately, lending money is a risky business – there is no 100% guarantee that you will get all your money back. If the borrower defaults, you will face losses in your portfolio. Or, in a bit less extreme scenario, if the credit quality of your counterparty deteriorates according to some rating system, the loan will become more risky. These are typical situations in which credit risk manifests itself.

According to the Basel Accord, a global regulation framework for financial institutions, credit risk is one of the three fundamental risks a bank or any other regulated financial institution has to face when operating in the markets (the two other risks being market risk and operational risk). As the 2008 financial crisis has shown us, a correct understanding of credit risk and the ability to manage it are fundamental in today’s world.

This course offers you an introduction to credit risk modelling and hedging. We will approach credit risk from the point of view of banks, but most of the tools and models we will overview can be beneficial at the corporate level as well.

At the end of the course, you will be able to understand and correctly use the basic tools of credit risk management, both from a theoretical and, most of all, a practical point of view. This will be a quite unconventional course. For each methodology, we will analyse its strengths as well as its weaknesses. We will do this in a rigorous way, but also with fun: there is no need to be boring.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr. Pasquale Cirillo
Date Added:
01/12/2021
Introduction to Drinking Water Treatment
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Learn about urban water services, focusing on conventional technologies for drinking water treatment. This course focuses on conventional technologies for drinking water treatment. Unit processes, involved in the treatment chain, are discussed as well as the physical, chemical and biological processes involved. The emphasis is on the effect of treatment on water quality and the dimensions of the unit processes in the treatment chain. After the course one should be able to recognise the process units, describe their function, and make basic calculations for a preliminary design of a drinking water treatment plant.

Subject:
Environmental sciences
Physical Science
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Prof.dr.ir. J.B. van Lier
Date Added:
02/04/2016
Introduction to Functional Programming
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Broadly speaking, functional programming is a style of programming in which the primary method of computation is the application of functions to arguments. Among other features, functional languages offer a compact notation for writing programs, powerful abstraction methods for structuring programs, and a simple mathematical basis that supports reasoning about programs.

Functional languages represent the leading edge of programming language design, and the primary setting in which new programming concepts are introduced and studied. All contemporary programming languages such as Hack/PHP, C#, Visual Basic, F#, C++, JavaScript, Python, Ruby, Java, Scala, Clojure, Groovy, Racket, … support higher-order programming via the concept of closures or lambda expressions.

This course will use Haskell as the medium for understanding the basic principles of functional programming. While the specific language isn’t all that important, Haskell is a pure functional language so it is entirely appropriate for learning the essential ingredients of programming using mathematical functions. It is also a relatively small language, and hence it should be easy for you to get up to speed with Haskell.

Once you understand the Why, What and How that underlies pure functional programming and learned to “think like a fundamentalist”, we will apply the concepts of functional programming to “code like a hacker” in mainstream programming languages, using Facebook’s novel Hack language as our main example.

This course assumes no prior knowledge of functional programming, but assumes you have at least one year of programming experience in a regular programming language such as Java, .NET, Javascript or PHP.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
dr. Erik Meijer
Date Added:
01/12/2021
Introduction to Reflection Seismics
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Introduction to seismic theory, measurements and processing of seismic data to final focussed image for geological and/or physical interpretation.This course deals with the most important aspects of reflection seismics. Theory of seismic waves, aspects of data acquisition (seismic sources, receivers and recorders), and of data processing (CMP processing, velocity analysis, stacking, migration) will be dealt with. The course will be supplemented by a practical of 6 afternoons where the students will see the most important data-processing steps via exercises (in Matlab).

Subject:
Geology
Physical Science
Material Type:
Data Set
Lecture Notes
Reading
Simulation
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr.ir.G.G. Drijkoningen
Date Added:
02/22/2016
Introduction to Seismic Essentials in Groningen
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Groningen, a province in the northeast of the Netherlands, is experiencing earthquakes due to the extraction of gas. This phenomenon is called induced seismicity. But what is induced seismicity? And how can the risk to life safety and the consequences for the built environment be reduced? The Groningen situation is unique and for this reason, solutions for the built environment cannot simply be copied from abroad. To contribute to a basic understanding of the various topics in this field, knowledge lectures have been developed as Open Course Ware by a large number of scientists and practitioners.

This Open Course Ware is initiated by TU Delft in cooperation with Arup, TU Eindhoven and TNO. This public and private initiative combines engineering, architecture and management perspectives. The 30 video lectures provide conceptual knowledge of seismicity and basic seismic concepts. This knowledge is then related to the different structures and their behaviour under seismic loading. Finally, in the last theme more procedural knowledge will be outlined, related to the multidisciplinary challenges in Groningen.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
prof.dr.ir. J.C. Paul
prof.dr.ir. J.W.F. Wamelink
Date Added:
01/12/2021
Introduction to Water and Climate
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Water is essential for life on earth and of crucial importance for society. Also within our climate water plays a major role. The natural cycle of ocean to atmosphere, by precipitation back to earth and by rivers and aquifers to the oceans has a decisive impact on regional and global climate patterns.

This course will cover six main topics:

Global water cycle. In this module you will learn to explain the different processes of the global water cycle.
Water systems. In this module you will learn to describe the flows of water and sand in different riverine, coastal and ocean systems.
Water and climate change. In this module you will learn to identify mechanisms of climate change and you will learn to explain the interplay of climate change, sea level, clouds, rainfall and future weather.
Interventions. In this module you will learn to explain why, when and which engineering interventions are needed in rivers, coast and urban environment.
Water resource management. In this module you will learn to explain why water for food and water for cities are the main challenges in water management and what the possibilities and limitations of reservoirs and groundwater are to improve water availability.
Challenges. In this module you will learn to explain the challenges in better understanding and adapting to the impact of climate change on water for the coming 50 years.

Subject:
Engineering
Environmental sciences
Physical Science
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Prof.dr. Nick van de Giesen
Prof.dr.ir. Herman Russchenberg
Prof.dr.ir. Hubert Savenije
Prof.dr.ir. Marcel Stive
Date Added:
01/12/2021
Irrigation and Drainage
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The course will discuss the objectives and functions of water management systems for irrigation and drainage purposes. Analysing system requirements in terms of technical engineering constraints, management possibilities and water users (wishes and options) is central. This includes the design and operation of regulation structures, dams, reservoirs, weirs and conveyance systems; balancing water supply and water requirements in time and space is a main focus of analysis too.

Subject:
Physical Science
Physics
Material Type:
Assessment
Homework/Assignment
Lecture Notes
Reading
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr.ir. M.W. Ertsen
Date Added:
02/09/2016
Leadership for Engineers
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Many of today’s global challenges require tech-driven solutions — climate change, the growth of the world population, cyber security, the increasing demand for scarce resources, digitalization, the transition from fossil fuels to renewable energy. With this in mind, it is no surprise that one fourth of the CEOs of the world’s 100 largest corporations have an engineering degree.

Solving these global problems requires leaders who, in the first place, are comfortable with technology, models and quantitative analyses — Leaders who see systems instead of isolated problems. However, simply understanding technology is not enough. Successful leaders today must have both the ideas and the know-how to put these ideas into action by working collaboratively with others, winning their hearts and minds.

We need leaders who know how to seize opportunities in a networked world, and can mobilize people and other stakeholders for large-scale change. Leaders who lead fulfilling lives and who are able to move themselves and others from the ‘me’ to the ‘we’. Leaders who are long-term oriented and who deliver economic profit, while also making positive contributions to society and the environment. We call these leaders ‘sustainable leaders’.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Prof.mr.dr. J.A. de Bruijn
Date Added:
01/12/2021
Legal Aspects of MAS Design
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Runway extension, construction of works in protected areas, subsidizing sustainable projects... they all happen within a design space, limited amongst others by legal rules and requirements. To make optimal use of the design space, you have to know about these rules and requirements. When does a contract have to be tendered out, what rules are then applicable, what can be subsidized and what are the restrictions, how to comply with air quality requirements and can a frog really block a project? What alternative designs can be given in order to avoid legal problems? These and other problems will be addressed in this course.

Subject:
Architectural engineering
Engineering
Law
Social and Behavioral Science
Material Type:
Assessment
Homework/Assignment
Lecture
Lecture Notes
Reading
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Mr.drs. N. Saanen
Date Added:
02/11/2016
Lineaire Algebra 1
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Vakinhoud:
- Leren rekenen met vectoren en matrices.
- De methode van rijreductie voor het oplossen van lineaire systemen.
- De begrippen lineair onafhankelijk, span en basis
- Elementaire lineaire transformaties, de begrippen surjectief en injectief.
- De begrippen deelruimte, basis en dimensie en voorbeelden hiervan.
- Eigenwaardes en eigenvectoren van een matrix.
- Dit vak is een combinatie van de vakken Lineaire Algebra 1 en Lineaire Algebra 2 die bij andere TU-opleidingen aangeboden worden.

Leerdoelen:
- Het kennen van basisbegrippen, het gebruik van basismethodes.
- Het maken van logische afleidingen met behulp van deze begrippen en methodes

Subject:
Algebra
Mathematics
Material Type:
Assessment
Homework/Assignment
Lecture
Lecture Notes
Reading
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr. B.J. Meulenbroek
Date Added:
01/12/2021
Lineaire Schakelingen
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Dit vak gaat over het berekenen van spanningen, stromen en vermogens in elektrische circuits met bronnen, weerstanden, spoelen en condensatoren. In het eerste deel worden de componenten geïntroduceerd en de basisberekeningsmethoden aangeleerd. In het tweede deel worden de technieken uit het eerste deel toegepast op tweede-orde circuits, circuits met sinusvormige spanningen en stromen, magnetisch gekoppelde circuits en vermogenscircuits. Verder is er veel aandacht voor filters, frequentieresponsies, tweepoorten en de Laplace transformatie

Subject:
Electrical engineering
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr.ir. W.A. Serdijn
Date Added:
01/12/2021
Linear Algebra 1 (English)
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Welcome to this online course on Linear Algebra.

Linear Algebra is a branch of mathematics that plays a fundamental to role in many parts of Science and Engineering, such as Quantum Mechanics, Coding Theory, Signal Processing and Control Theory .

As Linear Algebra is a common component of many university programmes in Science or Engineering, this course can be used as additional study or preparation for on campus courses on Linear Algebra. Please note that we cannot guarantee that this course can replace an on campus course.

The course has no preliminaries other than basic high school mathematics. Furthermore, the course is self contained; it can be studied without extra resources. Nevertheless, for each topic you can find some references to standard literature that you can consult for further reading.

Subject:
Algebra
Mathematics
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Dr. Bernhard Meulenbroek
Date Added:
01/12/2021
Linear Modeling
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The course linear modeling delivers the skillset in linear or structural modeling that is required to solve structural problems from which you can develop finite element (FE) models for practical applications. It also teaches how results can be correctly interpreted. The course uses an open source FE package in a series of weekly practical sessions where models are constructed for sample problems and results are validated against simplified analytical models or open literature.

Subject:
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Ir. Sonell Shroff
Date Added:
01/12/2021
Managing Building Adaptation: a Sustainable Approach
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Do you have a passion for buildings and want to contribute to a sustainable environment? Then this is your chance to make a difference! The biggest sustainability challenge for cities worldwide is adapting existing obsolescent buildings and making them future-proof. In this course, you will learn about adapting buildings for sustainability.

This course first introduces you to the challenging management task of redeveloping buildings for future use. Then you will learn how different management tools can be used to convert old buildings for sustainable reuse.

Prior experience with studies or jobs related to the built environment is not essential for this course, but will be a great advantage.

This MOOC is especially relevant for students who are interested in Real Estate, Project Management, Urban Planning, Architecture, Construction, Engineering, and Sustainability.

The course is taught by a multi-disciplinary team of instructors and professors with relevant practical and theoretical experience. You can use the practical knowledge you obtain during this course to tackle many challenges related to the built environment.

Subject:
Architectural engineering
Engineering
Material Type:
Full Course
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Erwin Heurkens
Gerard van Bortel
Hilde Remoy
Jelle Koolwijk
John Heints
Date Added:
01/12/2021
Materiaalkunde 1
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

De student die dit vak met goed gevolg heeft doorlopen zal in staat zijn om: (1) Op basis van eigenschappen en gedrag onder externe invloeden een klassificatie te maken van materialen en op basis daarvan een eerste indruk te krijgen van hun geschiktheid in bepaalde toepassingen. (2) Inzicht te verkrijgen in de rol van materialen, materiaalgebruik en materiaalontwikkeling in de ontwikkeling, kwaliteit, mogelijkheden en bedreigingen van de samenleving afhankelijk van tijd, plaats en cultuur. Dit inzicht is gebaseerd op objectieve data. (3) Vast te stellen welke materiaaleigenschappen van kritisch belang zijn in mechanische en andere werktuigbouwkundige ontwerpen, en met behulp van eenduidige criteria materiaalkeuzes in de ontwerpcriteria van constructies te optimaliseren. De belangrijkste eigenschappen die aan de orde komen zijn dichtheid, stijfheid, sterkte, plasticiteit, breuk, vermoeiing, wrijving, slijtage. (4) Mechanische eigenschappen van materialen te herleiden tot chemische bindingen, onderlinge krachten, ordeningspatronen, defecten, en relatieve bewegingsmogelijkheden van atomen. De verschillende lengteschalen die materiaaleigenschappen bepalen staan hierbij centraal. Hiermee zal tevens inzicht verkregen worden in de mogelijkheden en beperkingen van materialen onder extreme omstandigheden en in de strategieën die gevolgd kunnen worden om materialen te verbeteren. (5) Optimale keuzes te maken binnen het beschikbare spectrum van procestechnieken (productie, bewerking, vorming, verbinding, afwerking) om componenten en eindproducten te vervaardigen. (6) Software te gebruiken waarmee, gegeven een aantal vereisten van materiaaleigenschappen, het beste materiaal voor een ontwerp kan worden geselecteerd. Deze materiaaleigenschappen gaan verder dan mechanische eigenschappen alleen. Thermische, elektrische, ecologische, economische en recycling-eigenschappen zullen in voorkomende gevallen ook meegewogen worden.

Subject:
Engineering
Material Type:
Assessment
Lecture
Lecture Notes
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
Prof. dr. B.J. (Barend) Thijsse
Date Added:
01/12/2021
Math Explained
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Mathematics explained: Here you find videos on various math topics:

Pre-university Calculus (functions, equations, differentiation and integration)
Vector calculus (preparation for mechanics and dynamics courses)
Differential equations, Calculus
Functions of several variables, Calculus
Linear Algebra
Probability and Statistics

Subject:
Mathematics
Material Type:
Lecture
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Date Added:
01/12/2021