Pakhala Divas – A unique festival of Odisha

Being from Odisha and being raised in a different state, I have always been curious about my ground culture and traditions. One of such interesting festival celebrated in Odisha is Pakhala Divas. The article will discuss more about its History, Significance & celebration of Pakhala Divas in Odisha.

Pakhala Divas is a unique festival celebrated in the eastern state of Odisha, India. It is celebrated on March 20th every year, marking the beginning of summer in the state. The festival is dedicated to Pakhala, a traditional dish made of rice, water, and curd.

Source – pragativadi.com

History of Pakhala Divas

The history of Pakhala Divas dates back to ancient times when Odisha was ruled by the Kalinga dynasty. During those times, Pakhala was a staple food for farmers and laborers who used to work in the scorching heat. The dish is prepared by mixing cooked rice with water and sour curd and kept overnight. This process allows the rice to ferment and gives it a unique taste and aroma.

The tradition of celebrating Pakhala Divas started in the 1990s when a group of social activists in Odisha came together to revive the traditional food culture of the state. They realized that the younger generation was losing interest in traditional dishes and were adopting western food habits. To promote traditional food habits, they organized the first Pakhala Divas in 1992.

Significance of Pakhala Divas

Pakhala Divas has significant cultural and social significance in Odisha. It is celebrated to promote the traditional food culture of the state and to create awareness among the younger generation about the health benefits of traditional food. Pakhala is a healthy dish that is rich in probiotics, which is beneficial for the digestive system. It also helps to keep the body hydrated during the scorching summer heat.

The festival also promotes the sense of community and togetherness. People in the state come together to share the meal with their friends and family, and it is a symbol of unity and brotherhood. It is also an occasion to express gratitude towards farmers and laborers who work hard to provide us with food.

Celebration of Pakhala Divas

Pakhala Divas is celebrated with great enthusiasm and fervor in Odisha. People prepare Pakhala in their homes and offer it to their friends and family members. They also distribute the dish to the poor and needy. In many parts of the state, restaurants and food joints offer free Pakhala to the public on this day.

Several cultural programs and events are also organized to mark the occasion. People dress up in traditional attire and participate in cultural activities such as folk dances and songs. The festival also includes competitions and games, including cooking competitions, pakhala-eating competitions, and quiz competitions related to traditional food culture.

Mandatory Military Service in Korea

The Korean mandatory military service, also known as conscription, requires all able-bodied South Korean men aged 18 to 28 to serve in the military for a period of about 18 to 21 months. The policy was first introduced in 1957, following the Korean War, and is seen as a crucial element in the country’s national security and defense.


Credit : YNA

There are several reasons why the Korean government imposes mandatory military service. Firstly, South Korea is technically still at war with North Korea and thus, there is a constant need to maintain a strong military presence to deter any potential aggression. Secondly, given the country’s geopolitical location and historical tensions with its neighbors, the government believes that a strong military is necessary to ensure regional stability and security. Finally, conscription is seen as a way to promote national unity and civic duty, instilling discipline and patriotism in young men.

Under the conscription system, all eligible men are required to undergo physical and mental health assessments before being assigned to a specific branch of the military. The majority of conscripts are assigned to the Army, with smaller numbers serving in the Navy, Air Force, or Marine Corps. The training period typically involves several months of basic military training, followed by specialized training for each branch. During their service, conscripts receive a modest salary, food, and housing, and are prohibited from engaging in any commercial activities or leaving the country without permission.

While mandatory military service is a widely accepted practice in South Korea, it is not without controversy. Some argue that the policy places an undue burden on young men, disrupting their education and career prospects, and contributing to the country’s low birth rate. Others point to allegations of mistreatment and abuse within the military, including incidents of bullying, sexual harassment, and hazing.

To address some of these concerns, the Korean government has introduced several reforms to the conscription system in recent years. For example, in 2020, the government passed a law allowing alternative forms of military service, such as volunteering for social service or joining the police force, for conscientious objectors who oppose military service for religious or ethical reasons. The government has also increased funding for mental health services and improved training programs for soldiers.

In conclusion, the Korean mandatory military service is a longstanding policy that reflects the country’s commitment to national security and defense. While it is not without controversy, the government has taken steps to address some of the concerns raised by critics and to make the conscription system more equitable and humane.

Network Topology and its Types

Network topology refers to the arrangement of nodes, devices, and communication channels in a computer network. There are several types of network topologies, including bus, star, ring, mesh, and tree. Each topology has its own advantages and disadvantages, depending on the network’s size, scalability, and fault tolerance requirements.

Network topology has basically 5 types:

BUS TOPOLOGY – A bus topology connects all devices to a single communication channel called a bus. Data is transmitted along the bus to all connected devices, and each device listens for its specific address. This topology is simple and cost-effective for small networks, but it can suffer from congestion and is not scalable to larger networks.

Source – https://www.javatpoint.com/

STAR TOPOLOGY – A star topology connects all devices to a central hub or switch. Data is transmitted from the sender device to the hub, which then broadcasts the data to all other devices. This topology is widely used in LANs and is scalable, fault-tolerant, and easy to manage. However, it requires a larger number of cables and devices, and a single point of failure in the hub can disrupt the entire network.


Source –
https://www.javatpoint.com/

RING TOPOLOGY – A ring topology connects all devices in a circular loop, where each device is connected to its neighboring devices. Data is transmitted in one direction along the loop, and each device repeats the data to the next device until it reaches its destination. This topology is simple and efficient for small networks, but it can suffer from congestion and a single faulty device can disrupt the entire network.


Source –
https://www.javatpoint.com/

MESH TOPOLOGY – A mesh topology connects all devices in a fully interconnected network, where each device is connected to every other device. Data can be transmitted through multiple paths, making this topology highly fault-tolerant and scalable. However, it is complex and expensive to implement, and requires a large number of cables and devices.

Source – https://www.javatpoint.com/

TREE TOPOLOGY – A tree topology connects devices in a hierarchical structure, where branches of devices connect to a single root node or hub. Data is transmitted from the sender device to the hub, which then broadcasts the data to all other devices in the branch. This topology is scalable and fault-tolerant, and it allows for easy management and troubleshooting. However, a single point of failure in the root node can disrupt the entire network, and the network’s size and complexity can affect its performance.

Source – https://www.javatpoint.com/

In summary, network topology is an important aspect of computer networks that can affect the network’s performance, scalability, and fault tolerance. Choosing the right topology depends on the network’s requirements, size, and cost constraints. It is also important to consider network security and management issues when designing and implementing a network topology.

What is Open System Interconnection(OSI) Model ?

The Open Systems Interconnection (OSI) model is a conceptual framework for network communication that was developed by the International Organization for Standardization (ISO) in the 1980s. The OSI model provides a way to understand how data is transmitted over a network by breaking down the process into seven layers. Each layer has a specific function, and the layers work together to ensure reliable communication.

The OSI model provides a standardized way of describing network communication, which allows different network technologies and devices to communicate with each other. For example, a device that uses Ethernet can communicate with a device that uses Wi-Fi because they both follow the same OSI model. The OSI model also allows for easier troubleshooting of network issues because each layer has a specific function that can be tested independently.

However, the OSI model is a theoretical framework and does not correspond directly to the actual implementation of network protocols. In practice, network protocols are often a combination of multiple OSI layers, and some layers may be merged or omitted entirely. Nonetheless, the OSI model remains a useful tool for understanding the complex process of network communication.


Source –
https://www.real-sec.com/

The seven layers of the OSI model are:

  1. Physical Layer: The physical layer is responsible for transmitting raw data bits over a physical medium such as copper wires, optical fibers, or radio waves. It deals with the electrical, mechanical, and physical characteristics of the physical medium. It also defines the procedures and functions that physical devices and interfaces have to perform for transmission to occur.

  2. Data Link Layer: The data link layer is responsible for the reliable transfer of data frames over a physical medium. It establishes and terminates connections between network devices, performs error detection and correction, and manages flow control.

  3. Network Layer: The network layer is responsible for routing data packets from the source to the destination network. It determines the best path for data to travel and manages congestion control.

  4. Transport Layer: The transport layer is responsible for ensuring reliable end-to-end communication between applications. It segments and reassembles data into packets and provides error recovery and flow control.

  5. Session Layer: The session layer is responsible for managing communication sessions between applications. It establishes, maintains, and terminates sessions and provides synchronization and recovery in case of failures.

  6. Presentation Layer: The presentation layer is responsible for ensuring that data is presented in a format that can be understood by the application layer. It provides data encryption, compression, and decryption.

  7. Application Layer: The application layer is responsible for providing network services to user applications. It provides a user interface and manages application-level protocols such as HTTP, FTP, and SMTP.

Carrying Capacity and Ecological Footprint

The carrying capacity of an environment is the maximum population size of a human that can be sustained by that specific environment ecosystem or region. While ecological footprint is the human demand on natural capital, i.e. the quantity of nature it takes to support people and their economies. So carrying capacity is the total supply of natural wealth while ecological footprint is the demand or consumption per person. Thus if population increases then the resources get depleted. Rich counties have higher ecological footprint while poor nations have low.
Carrying capacity can be defined as a species’ average population size in a particular habitat. The species population size is limited by environmental factors like adequate food, shelter, water, and mates. If these needs are not met, the population will decrease until the resource rebounds.

In ecology, carrying capacity is measured as the maximum load of an environment. The physical features present in the environment act as limiting factors (e.g. food, water, competition, etc.). Thus, the population limit can be expected to depend on these factors. In essence, food availability is an important variable as it affects the population size of the species. It does so in such a way that if food demand is not met over a given period of time the population size will eventually decrease until the resources become adequate. By contrast, when food supply exceeds demand then the population size will soon increase and will stop increasing when the source is consequently depleted.
Carrying capacity may also be defined as the population size at which the population growth rate equals zero. It should not be confused with the term, equilibrium population, which is defined as a population in which the gene frequencies have reached an equilibrium between mutation pressure and selection pressure. 
Ecological footprint (EF), measure of the demands made by a person or group of people on global natural resources. It has become one of the most widely used measures of humanity’s effect upon the environment and has been used to highlight both the apparent unsustainability of current practices and the inequalities in resource consumption between and within countries.
The ecological footprint (EF) estimates the biologically productive land and sea area needed to provide the renewable resources that a population consumes and to absorb the wastes it generates—using prevailing technology and resource-management practices—rather than trying to determine how many people a given land area or the entire planet can support. It measures the requirements for productive areas (croplands, grazing lands for animal products, forested areas to produce wood products, marine areas for fisheries, built-up land for housing and infrastructure, and forested land needed to absorb carbon dioxide emissions from energy consumption). 

Preamble of Indian Constitution

 The Preamble of the Indian Constitution is an introductory statement that outlines the fundamental principles and objectives of the Constitution. It is a concise and powerful statement that reflects the aspirations and values of the Indian people. The Preamble is an integral part of the Constitution and serves as a guide to interpreting its provisions. It was adopted by the Constituent Assembly on 26th November 1949, and came into effect on 26th January 1950, when the Constitution was enacted.


Source – Timesofindia

The Preamble begins with the words “We, the people of India,” which reflects the democratic nature of the Indian Constitution. The use of the phrase “We, the people” signifies that the Constitution derives its authority from the people of India, who are the ultimate source of power in the country. The Preamble contains several important keywords, which are discussed below.

  1. Sovereign: The term sovereign means that India is a self-governing nation, and its government is not subject to external control or influence. It implies that the Indian Constitution is the supreme law of the land, and all citizens and institutions must respect its provisions.

  2. Socialist: The term socialist reflects the commitment of the Indian Constitution to the principles of social justice and equality. It emphasizes the need to eliminate poverty, inequality, and exploitation, and to promote the welfare of all citizens.

  3. Secular: The term secular means that the Indian Constitution guarantees freedom of religion to all citizens, and the State does not endorse or promote any particular religion. It implies that the State is neutral in matters of religion and treats all religions equally.

  4. Democratic: The term democratic signifies that the Indian Constitution is based on the principles of democracy, which includes free and fair elections, the rule of law, and the protection of individual rights and freedoms. It implies that the government is accountable to the people, and the people have the right to participate in the decision-making process.

  5. Republic: The term republic means that India is a sovereign state, and its head of state is elected by the people. It implies that the Indian Constitution provides for a representative government that is accountable to the people.

  6. Justice: The term justice reflects the commitment of the Indian Constitution to the principles of social, economic, and political justice. It implies that the State must ensure that all citizens have access to justice, and that there is no discrimination based on caste, gender, religion, or any other grounds.

  7. Liberty: The term liberty signifies that the Indian Constitution guarantees freedom of speech, expression, assembly, and association to all citizens. It implies that the State must respect and protect the rights of individuals to live their lives as they see fit, as long as they do not infringe on the rights of others.

  8. Equality: The term equality reflects the commitment of the Indian Constitution to the principle of equal treatment under the law. It implies that all citizens are equal before the law, and there is no discrimination based on caste, gender, religion, or any other grounds.

  9. Fraternity: The term fraternity means a sense of brotherhood. The constitution of India promotes the feeling of fraternity by the system of single citizenship.

What are Dwarf Planets?

 Dwarf planets are a category of celestial objects that are similar to planets, but are smaller in size and lack certain characteristics that define a planet. The classification of a celestial object as a dwarf planet was introduced by the International Astronomical Union (IAU) in 2006.

The IAU defines a dwarf planet as a celestial body that orbits the Sun, is spherical in shape, and has not cleared its orbit of other debris. This means that while a dwarf planet is similar to a planet in terms of its shape and orbit, it has not become dominant in its orbit and there are other objects in its vicinity. Currently, there are five officially recognized dwarf planets in our Solar System: Pluto, Eris, Haumea, Makemake, and Ceres.


Source – Shutterstock Images

Pluto is the most well-known dwarf planet and was formerly considered the ninth planet in our Solar System. It was reclassified as a dwarf planet in 2006 due to its size and orbit. Pluto is located in the Kuiper Belt, a region beyond Neptune that contains many icy objects. It has five known moons and a highly eccentric orbit that brings it closer to the Sun than Neptune for part of its orbit.

Eris is the largest known dwarf planet and is located in the scattered disc, a region beyond Neptune that contains many objects with highly elliptical orbits. It was discovered in 2005 and is named after the Greek goddess of discord. Eris has one known moon and a highly elliptical orbit that takes it far beyond Pluto.

Haumea is a dwarf planet located in the Kuiper Belt. It is named after the Hawaiian goddess of childbirth and fertility. Haumea has an elongated shape and rotates rapidly, completing a full rotation in just four hours. It has two known moons and a highly elliptical orbit.

Makemake is another dwarf planet located in the Kuiper Belt. It was discovered in 2005 and is named after the creation deity of the Rapa Nui people of Easter Island. Makemake is one of the largest known objects in the Kuiper Belt and has a highly reflective surface.

Ceres is the only dwarf planet located in the asteroid belt between Mars and Jupiter. It was the first object to be discovered in the asteroid belt and was considered a planet for a brief period in the 19th century before its size was determined. Ceres is the largest object in the asteroid belt and has a rocky surface.

In addition to these five recognized dwarf planets, there are many other objects in our Solar System that could potentially be classified as dwarf planets. These include objects in the Kuiper Belt, the scattered disc, and even some of the larger asteroids in the asteroid belt.

The study of dwarf planets is important because they provide valuable information about the formation and evolution of our Solar System. Many dwarf planets are thought to be remnants from the early Solar System, and their study can help us understand the conditions that existed during that time.

In conclusion, dwarf planets are a category of celestial objects that share similarities with planets but have not cleared their orbit of other debris. There are currently five recognized dwarf planets in our Solar System, including Pluto, Eris, Haumea, Makemake, and Ceres. The study of dwarf planets is important for understanding the history and evolution of our Solar System.

Purification of Organic Compounds

Organic compounds are compounds that contain carbon atoms covalently bonded to hydrogen atoms, and may also contain other elements such as nitrogen, oxygen, sulfur, and halogens. These compounds are found in nature and are also synthesized in laboratories for various purposes. However, these compounds may contain impurities that affect their properties and functions, making it necessary to purify them before use.


Source – Wikipedia

Purification of organic compounds involves the removal of impurities by various methods such as filtration, distillation, chromatography, and crystallization. The choice of method depends on the nature of the impurities, the physical properties of the compound, and the desired purity level.

  • Filtration is a method used to separate insoluble impurities from a liquid or solid. It involves passing the mixture through a filter paper or membrane to remove the impurities. This method is effective for large particles and non-volatile impurities, but it is not suitable for removing dissolved impurities.
  • Distillation is a method used to separate volatile liquids or liquids with different boiling points. It involves heating the mixture to vaporize the more volatile component and condensing it back into a liquid, leaving behind the less volatile component. This method is effective for separating liquids with a significant difference in boiling points, but it may not be effective for separating liquids with close boiling points or non-volatile impurities.
  • Chromatography is a method used to separate and purify a mixture of components based on their different affinities to a stationary phase and a mobile phase. It involves passing the mixture through a column or plate containing the stationary phase, and the components are separated based on their different retention times or distances. This method is effective for separating components with similar physical properties, and it can achieve high levels of purity.
  • Crystallization is a method used to purify a solid by dissolving it in a solvent and allowing it to recrystallize under controlled conditions. Impurities are excluded from the growing crystal lattice, resulting in a purer product. This method is effective for purifying solids with high melting points and for removing impurities that have different solubility than the desired compound.

In addition to these methods, other techniques such as sublimation, extraction, and reflux can also be used to purify organic compounds. Sublimation involves the conversion of a solid to a gas without passing through the liquid state, and it is effective for purifying solids with high vapor pressures. Extraction involves the separation of a compound from a mixture by selectively dissolving it in a solvent, and it is effective for separating compounds with different polarities. Reflux involves heating a mixture under controlled conditions to allow for the separation and purification of volatile components.

Overall, the purification of organic compounds is a critical step in many chemical processes and requires careful consideration of the nature of the impurities and the physical properties of the compound. By using appropriate methods and techniques, it is possible to achieve high levels of purity and obtain compounds that are suitable for various applications in industry, medicine, and research.

Rural Tourism

Rural Tourism and Rural Homestays (CNA – RT and RH) under the Ministry of Tourism has identified six niche experiences for tourists wanting to visit rural India, including agritourism, art and culture, ecotourism, wildlife, tribal tourism, and homestays.

The Ministry of Tourism is also working on launching the State assessment and ranking criteria to help foster competition and reach the overarching objectives of promoting sustainable and responsible tourism.
What are the Key Points of the Move?Objective:The push aims at sustainability, avoiding large-scale infrastructure development.
It aims to rope in local resources and communities to provide a unique organic experience and bolster employment opportunities in villages.
The Ministry of Tourism is in the process of formulating a budget, with certain training modules at district levels being 100% centrally financed, and other aspects being 60% Centre and 40% State financed.
Village Clusters:Clusters of five to seven villages will be identified in close proximity.
A cluster will offer more tourist attractions than rural tourism projects of individual villages separated by long distances.
It can also aid in the marketing of local products of a group of villages through craft bazaars.
What is the Concept of Rural Tourism?About:Rural tourism in India is a form of tourism that focuses on exploring and experiencing the rural lifestyle and culture.
It involves traveling to rural areas and participating in various activities such as farming, handicrafts, and village walks, to gain a deeper understanding of the local culture and way of life.For instance, Tamil Nadu’s Kolukkumalai is the highest tea plantation in the world; Kerala’s Dewalokam is a yoga centre on the banks of a river; Nagaland’s Konyak Tea retreat takes visitors on a trip through tribal culture etc.
Scope:India’s rural tourism potential lies in its diverse and vibrant culture, handicrafts, folk arts, festivals, and fairs.
U.S.-based market research firm Grand View Research estimates that agritourism alone will develop at a Compound Annual Growth Rate (CAGR) of 11.4% from 2022 to 2030.
Significance:Not only can rural tourism revitalize local art and crafts and prevent viable traditional occupations from being displaced, it will also help redevelop rural areas and rejuvenate rural life, create jobs and new business opportunities.
Benefits:Reduce out-migration, Increase alternative business opportunities
Increase entrepreneurial scopes
Helps in poverty alleviation.
Community empowerment
Art and Crafts sale
Heritage Preservation
What are the Challenges for Rural Tourism in IndiaLack of Infrastructure:Rural areas often lack basic amenities such as good roads, electricity, and healthcare facilities, which can deter tourists from visiting.
Inadequate infrastructure can also make it difficult for local communities to provide quality services to visitors.
Limited Awareness:Lack of awareness about rural tourism among tourists and local communities can hinder its growth.
Many people are unaware of the potential of rural areas as tourist destinations and the benefits that tourism can bring to local communities.
Low Income and Unemployment:Rural areas often suffer from low-income levels and high unemployment rates.
This can make it difficult for local communities to invest in tourism infrastructure and provide quality services to visitors.
Threat to Ecology:Rural tourism has the potential to have a negative impact on the environment and local communities if not managed properly.
Overcrowding, pollution, and destruction of natural habitats can harm the local ecology and culture, which can deter visitors in the long run.
Safety Concerns:Rural areas can be perceived as unsafe by tourists due to a lack of proper security arrangements, which can make it difficult for them to enjoy their experience and create a negative image of the destination.

What are the Related Initiatives?The Government is exploring organic agriculture areas developed under the Paramparagat Krishi Vikas Yojana (PKVY) and Mission Organic Value Chain Development in North East Region (MOVCD-NER) for development as rural tourist spots.
Best Tourism Village Competition Portal was launched recently to select the best tourism village from across the country, and also to promote rural tourism in the countryThe ‘Best Tourism Village Competition’ will be held in three stages, and will seek entries at district level, state level and finally at the national level.
The Ministry of Tourism has launched Visit India Year 2023, focusing on inbound travel to India, to highlight varied tourism offerings of our country and showcase them to the global tourists.
PRASHAD (National Mission on Pilgrimage Rejuvenation and Spiritual and Heritage Augmentation Drive) scheme was launched by the Ministry of Tourism in 2015.Till date, under PRASHAD scheme, a total of 45 projects for an amount of Rs.1586.10 Crore have been sanctioned.
Swadesh Darshan scheme in 2014-15 with focus on integrated development of theme-based tourist circuits in the country.76 projects were sanctioned for an amount of Rs.5315.59 Crore under various themes such as eco, heritage, Himalayan, coastal theme etc.
Way ForwardThe rural tourist destinations should be specific and near to places where people usually visit.
Accessibility to destinations should be the first criteria for selection of destinations to be developed for rural tourism.
Advertising the destinations will help artisans to sell their products better and proper marketing of the project is required to increase tourists.
The income generated from tourism can be utilized in preserving ethnic forms of art, dance and folk songs. It will safeguard rural people’s interests and will reduce the pressure to earn a living miles away from their homes.

Vertical Axis Wind Turbines and its types

A vertical axis wind turbine (VAWT) is a type of wind turbine that has its rotor shaft oriented vertically rather than horizontally, as in the case of traditional horizontal axis wind turbines (HAWT). VAWTs are relatively less common than HAWTs, but they have some advantages, such as the ability to operate in turbulent winds, and the fact that they do not require a yaw mechanism to keep the rotor facing the wind.

VAWTs can be classified into two main types based on their rotor design: drag-type and lift-type. Drag-type VAWTs, also known as Savonius turbines, have a rotor with a curved blade that resembles an S-shape, which generates torque by using the drag force of the wind. Lift-type VAWTs, on the other hand, have a rotor with blades that are designed to produce lift, similar to the wings of an airplane.

VAWTs have some limitations, such as lower efficiency compared to HAWTs, and the fact that they can generate more noise and vibration due to their proximity to the ground. However, they are still an interesting alternative for certain applications, such as urban and residential areas, where space and height limitations make the installation of HAWTs impractical. 

         
Darrieus Wind Turbine

Darrieus turbine has long, thin blades in the shape of loops connected to
the top and bottom of the axle; it is often called an “eggbeater windmill.” The
Darrieus turbine is characterized by its C-shaped rotor blades which give it
its eggbeater appearance. It is normally built with two or three blades. They
have good efficiency, but produce large torque ripple and cyclic stress on the
tower, which contributes to poor reliability. Also, they generally require some
external power source, or an additional savonius rotor, to start turning,
because the starting torque is very low. The torque ripple is reduced by using
three or more blades which results in a higher solidity for the rotor. Solidity
is measured by blade area over the rotor area. Newer Darrieus type turbines are
not help up by guy-wires but have an external superstructure connected to the
top bearing.

One type of VAWT is the Darrieus wind turbine that uses the lift forces
of the wind to rotate the aerofoils of the machine. The tip speed ratio (TSR)
indicates the rotating velocity of the turbines to the velocity of the wind. In
this case, the TSR has a higher value than 1, meaning that the velocity
rotation here is greater than the velocity of wind and generates less torque.
This makes Darrieus turbines excellent electricity generators. The turbine
blades have to be reinforced in order to sustain the centrifugal forces
generated during rotation, but the generator itself accepts a lower amount of
force than the Savorius type. A drawback to the Darrieus wind turbines is the
fact that they cannot start rotation on their own. A small motor, or another
Savonius turbine, maybe needed to initiate rotation.

         
Savonius wind turbine

The Savonius wind turbine is a
type of vertical-axis wind turbine invented by the Finnish engineer
sigurd Savonius in the 1920’s. It is one of the simplest wind turbine designs.
It consists of two to three “scoops” that employ a drag action to convert wind
energy into torque to drive a turbine. When looked at from above in
cross-section, a two scoop Savonius turbine looks like an S-shape. Due to the
curvature of the scoops, the turbine encounters less drag when moving against
the wind than with it, and this causes the spin in any wind regardless of
facing.

Drag type wind turbines such as
the Savonius turbine are less efficient at using the wind’s energy than
lift-type wind turbines, which are the ones commonly used in wind farms.

A
Savonius is a drag type turbine, they are commonly used in cases of high
reliability in many things such as ventilation and anemometers. Because they
are a drag type turbine they are less efficiency than the common HAWT. Savonius
are excellent in areas of turbulent wind and self starting.

How did plate tectonics led to continental drift?

Plate tectonics is a scientific theory that explains the movement and behavior of the Earth’s lithosphere, the outermost layer of the Earth that includes the crust and upper part of the mantle. The theory states that the lithosphere is broken up into several large plates that are constantly moving and interacting with one another.


Source – World Atlas

The movement of the plates is driven by the process of convection in the mantle, which is the transfer of heat from the Earth’s interior to its surface. Hot material rises from the Earth’s core and moves towards the surface, while cooler material sinks back down towards the core. This movement creates a circular flow, known as a convection current, which drives the motion of the plates.

There are three types of plate boundaries: divergent, convergent, and transform.

  • At divergent boundaries, plates are moving apart from each other. This typically occurs at mid-ocean ridges, where new crust is being created as magma rises up to fill the space created by the diverging plates. This process is known as seafloor spreading.
  • At convergent boundaries, plates are moving towards each other. When one plate is forced underneath another, a process called subduction, it creates a deep ocean trench and can trigger earthquakes and volcanic eruptions. If two plates of continental crust collide, it can result in the formation of mountains. The collision between the Indian and Eurasian plates is responsible for the formation of the Himalayas.
  • At transform boundaries, plates are moving past each other horizontally. This can create faults, which can lead to earthquakes as the plates rub against each other. The San Andreas Fault in California is an example of a transform boundary.

The theory of plate tectonics has provided explanations for many geological phenomena, such as the formation of mountains, the creation of ocean basins, and the occurrence of earthquakes and volcanic eruptions. It has also helped explain the distribution of natural resources, such as oil, gas, and mineral deposits.

One example of how plate tectonics has influenced the Earth’s surface is the formation of the continents. Over millions of years, the movement of plates has caused the continents to break apart and come together in different configurations. This process is known as continental drift, and it has played a crucial role in the evolution of life on Earth. The separation of the supercontinent Pangaea into the current configuration of continents allowed for the development of unique ecosystems and species that would not have been possible otherwise.

The study of plate tectonics is ongoing, and scientists continue to explore and discover new aspects of this theory. For example, recent research has shown that the movement of plates can be influenced by factors such as changes in sea level and the formation of mantle plumes, which are hotspots of magma that rise up from the Earth’s core. By understanding the behavior of the plates, scientists can gain insights into the history and future of the Earth’s geological processes.