Preprint
Communication

This version is not peer-reviewed.

Simulating the Structure of Magnetic Fluid Using Dissipative Particle Dynamics Method

A peer-reviewed article of this preprint also exists.

Submitted:

04 March 2025

Posted:

04 March 2025

You are already at the latest version

Abstract

Magnetic fluids are composed of ferromagnetic particles, surfactants, and a carrier liquid. For magnetic fluid particles, when subjected to an external magnetic field, the magnetic nanoparticles tend to form chain-like structures along the direction of the field, thereby altering some of their physical properties. The structure of magnetic fluids is simulated utilizing dissipative particle dynamics (DPD) method. A computational model is established for magnetic fluids composed of magnetic nanoparticles and dissipative particles. Comparative analysis of different time integration methods reveals qualitative consistency between the numerical results obtained from the simulation and those reported in the literature. Furthermore, an analysis based on the radial distribution function examines the influence of solvent molecular weight and the strength of magnetic particle interactions on the structure of magnetic fluids. Keywords: magnetic fluid; dissipative particle dynamics method; chain-like structures.

Keywords: 
;  ;  

1. Introduction

Magnetic fluid (MF) is a type of stable colloidal solution where magnetic nanoparticles are dispersed in a liquid carrier, aided by the presence of surfactants and the Brownian motion[1]. Since their invention, magnetic fluids have been widely applied in various research fields, such as biomedical engineering[2], environmental engineering[3,4], aerospace technology[5], Mechanical Engineering[6,7] and sensing technology[8-11]. Due to the physical properties of magnetic fluids themselves, particularly their relationship with optics and magnetic fluid structure, it is crucial to understand the properties of magnetic fluids at a microscopic level. This understanding can be achieved through modeling and analysis using simulation systems for magnetic fluids. Moreover, numerical simulation studies of the microstructure of magnetic fluids under the influence of an external magnetic field not only offer a more economical and environmentally friendly approach but also allow for the observation of changes that are difficult to capture in experiments, thus compensating for the limitations of experimental.
In recent years, the study of microstructure has attracted significant interest among scientific researchers. To enhance research efficiency, protect the environment, and reduce costs, numerous efforts have been devoted to investigating numerical methods for studying the structure of magnetic fluids. These methods include Molecular Dynamics (MD)[12], Monte Carlo (MC)[13], Lattice Boltzmann (LB)[14], Brownian Dynamics (BD)[15], and Dissipative Particle Dynamics (DPD)[16].In 2013, LV et al. laid the foundation for transmission simulation by using the Monte Carlo method to construct the microstructure of magnetic fluids (MF). Subsequently, they experimentally revealed the movement of magnetic particles in magnetic fluid films under different magnetic fields, demonstrating the feasibility of microstructure simulation and providing effective theoretical support for transmission simulation[17]. In 2016, Li et al. employed the DPD-based algorithm MVVA-MVVA to simulate the 3D microstructure of ferrofluids. They introduced the model of magnetic fluids and systematically studied the influences of magnetic particle interaction strength and volume fraction, yielding various aggregate structures that aligned well with those obtained using other numerical approaches, demonstrating the effectiveness of the DPD-based approach[18]. In 2021, Xu et al. utilized a research method combining mathematical analysis and performance testing to expand the application scope of MR fluids. A micromechanical model considering volume fraction and magnetic induction effects on microstructure evolution is proposed for MR fluids with MWCNTs/GO coated CI particles. The shear yield stress test conducted on self-prepared MR fluids using an MCR302 rheometer is compared with theoretical values from the model to validate its effectiveness[19].In the past 20 years, MD, MC and LB methods were the main approaches in the simulation of structure of magnetic fluids. However, there is a very limited literature dedicated to the study of structure of magnetic fluids using a DPD-based method, but DPD method is a very effective mesoscopic simulation technology for simulating the magnetic fluids structure. Moreover, in the aforementioned studies, there was no in-depth study on the effect of surfactants on the structure of magnetic fluids.
In this work, the Dissipative Particle Dynamics (DPD) method is employed to calculate the microstructure of magnetic fluids. In order to accurately reflect the real state, a two-dimensional simulation model was first established based on Fortran language, capturing various aggregate structures. The simulation results structures qualitatively agree well with actual experimental observations. Subsequently, the system studied the effects of the weight of carrier liquid molecules and the strength of magnetic particle interactions on the microstructure of magnetic fluid particles. This study provides valuable guidance for subsequent experimental re-search.

2. Methods and Frameworks

In the late 20th century, Hoogerbrugge and Koelman first proposed a mesoscopic simulation technique called Dissipative Particle Dynamics (DPD) for simulating complex fluid dynamics phenomena[20]. The popularity of the DPD model stems from its simple algorithm and wide applicability. Since the Dissipative Particle Dynamics (DPD) method is a mesoscale numerical simulation technique, the solvent molecular clusters are considered as dissipative particles. Therefore, in the case of magnetic fluids under consideration, there are two types of particles: magnetic particles and dissipative particles. The advantage of this method is that it gives access to longer time and length scales compared to what is achievable by conventional MD simulations. Figure 1 illustrates a schematic diagram of a typical Magnetic fluid.

2.1. Dissipative Particle Particle Models

We assume a system composed of N magnetic particles with mass m dispersed in a carrier liquid at thermodynamic equilibrium. In this study, the magnetic fluid is set as spherical particles, and we only need to consider the translational motion of the magnetic particles while neglecting their rotational motion.
There are three forces acting on a DPD particle: the conservative force F i j C exerted by other particles, the dissipative force F i j D which produces viscosity effects and drag forces among particles, and the random force F i j R that generates thermal motion of particles. Taking these forces into account, the equation of motion for particle i can be expressed as follows:
m d d v i   d t = j ( i ) F i j C + j ( i ) F i j D + j ( i ) F i j R
in which
F i j C = α w R r i j e i j
F i j R = σ w R r i j e i j ζ i j
F i j D = γ w D r i j e i j v i j e i j
In the given equations, m d represents the mass of dissipative particle i , and v i represents its velocity. The subscripts indicate that, for example, F i j C represents the force applied to particle i by particle j. Moreover, the constants α , σ , and γ denote the strength of the repulsive conservative force, random force, and dissipative force, respectively. The weight functions w D r i j and w R r i j are defined in such a way that inter-particle forces decrease as the distance between two particles increases. The expression used to describe w R r i j is as follows:
w R r i j = 1 r i j d c   for   r i j d c 0   for   r i j > d c
The weight functions w D r i j and w R r i j , as well as the constants γ and σ , must satisfy the following relationships, respectively:
w D r i j = w R 2 r i j
σ 2 = 2 γ k T
In the equations provided above, d c represents the apparent diameter of dissipative particles. r i j denotes the relative position( r i j = r i j ), r i j = r i r j ; e i j is the unit vector indicating the direction from particle i to particle j , expressed as e i j = r i j / r i j ; v i j represents the relative, given by v i j = v i v j ; k represents Boltzmann's constant, and T denotes the liquid temperature. Additionally, ζ i j is a random variable that induces the random motion of the particles.
By integrating Eq. (1) with respect to time over a small time interval Δ t from t to t + Δ t , we can derive the finite difference equations that govern the particle motion in simulations.
Δ r i = v i Δ t
Δ v i = α m d j ( i ) w R r i j e i j Δ t γ m d j ( i ) w R 2 r i j e i j v i j e i j Δ t + ( 2 γ k T ) 1 / 2 m d j ( i ) w R r i j e i j θ i j Δ t
where θ i j is the stochastic variable that must adhere to the following stochastic properties:
θ i j = 0
θ i j θ i j = δ i i δ i j + δ i j δ j i
in which δ i j is the Kronecker delta. During the simulation, the stochastic variable θ i j is sampled from a uniform or normal distribution with zero average value and unit variance.

2.2. Particle Models

As shown in Figure 2, a magnetic particle is represented as a spherical particle with a central point dipole(positive and negative charges coincide at the same point) and is coated with a uniform steric layer, also known as a surfactant layer. In terms of notation, the diameter of the particle is denoted as d s , the thickness of the steric layer as δ , and the overall diameter including the steric layer as D ( = d s + 2 δ ) .
The magnetic interaction energy between particles i and j , u i j ( m ) , the particle-field interaction energy, u i ( H ) , and the interaction energy resulting from the overlap of the steric layers, u i j ( V ) , are expressed as follows:
u i j ( m ) = μ 0 4 π r i j 3 m i m j 3 m i t i j m j t i j
u i ( H ) = μ 0 m i H
u i j ( V ) = k T λ V 2 2 r i j / d s t δ l n D r i j 2 r i j / d s 1 t δ
In this context, μ 0 represents the permeability of free space, m i denotes the magnetic moment with m 0 = m i , and t i j is a unit vector defined as r i j / r i j , where r i j = r i r j , r i j = r i j . H denotes the applied magnetic field( H = H ), and t δ is defined as the ratio of the steric layer thickness δ to the radius of the solid portion of the particle, which can be expressed as 2 δ / d s . The nondimensional parameter λ V , as observed in Equation (14), quantifies the strength of the steric particle-particle interaction relative to the thermal energy, represented by λ V = π d s 2 n s / 2 , where n s represents the number of surfactant molecules per unit area on the surface of the particle. The forces acting on particle i can be derived from equations (12) and (14).
F i j ( m ) = 3 μ 0 4 π r i j 4 m i m j t i j + 5 m i t i j m j t i j t i j m j t i j m i + m i t i j m j
F i j ( V ) = k T λ V δ × r i j r i j l n D r i j , d s r i j D
The movement of magnetic particles is described by Newton's equations and is discretized in time to obtain finite difference equations that govern the particle motion in simulations.
Δ r i = v i Δ t
Δ v i = j ( i ) F i j Δ t / m m
In this equation, m m denotes the mass of the magnetic particles, and it is important to note that
F i j = F i j ( m ) + F i j ( V )
In our approach, each colloidal particle is represented as a collective of dissipative particles. Normally, the interaction between a magnetic particle and the surrounding dissipative particles is considered to be the interaction between the surrounding dissipative particles and the constituent dissipative particles of the magnetic particle. However, in real dispersions, the nature of interactions between colloidal particles and solvent molecules depends on the specific characteristics of the dispersion. These interactions are heavily influenced by the mass-to-diameter ratio of colloidal particles relative to solvent molecules, as well as the properties of the interaction potential. As a result, instead of considering a colloidal particle solely as a group of dissipative particles, it may be feasible to employ a model potential to describe the interaction between magnetic and ambient dissipative particles. Figure 3 illustrates a schematic representation of the collision between a magnetic particle and a dissipative particle.
A suitable model for particle interaction that can be utilized is the Lennard-Jones model. The Lennard-Jones model is characterized by the following equation, which describes the interaction energy u i p between dissipative particle p and magnetic particle i :
u i p = 4 ε d c r i p m d c r i p n
In this equation, ε represents a constant that quantifies the strength of the interaction, r i p ' = r i ' r p , r i p ' = r i p ' . The position vectors of the magnetic particle i and dissipative particle p are denoted as r i and r p , respectively. In addition, r i ' ,the position vector representing the inscribed sphere is written as:
r i = r i D d c / 2 r ˆ i p
in which r ˆ i p = r i p / r i p , r i p = r i r p and r i p = r i p . In the present simulation, the well-known Lennard-Jones potential is utilized, which is derived from the model potential by setting m to 12 and n to 6 in Eq. (20).The force F i p ( int )   exerted on dissipative particle p by magnetic particle i is determined by the interaction energy described in Eq. (20), as follows:
F i p ( int )   = 4 n ε m n d c r i p m d c r i p n r ˆ i p r i p
The subsequent quantities are employed for the non-dimensionalization of equations: d for distance, m m for mass, k T for energy, k T / m m 1 / 2 for velocity, d m m / k T 1 / 2 for time and k T / d for force. By using these quantities, we have
Δ r i * = v i * Δ t *
Δ v i * = 1 m d * d c * α * j ( i ) w R r i j * e i j Δ t * 1 m d * 1 / 2 d c * γ * j ( i ) w R 2 r i j * e i j v i j * e i j Δ t * 1 m d * 3 / 4 d c * 1 / 2 2 γ * 1 / 2 j ( i ) w R r i j * e i j θ i j Δ t * 1 m d * k F k i ( i n t ) * Δ t *
where
w R r i j * = 1 r i j * / d c *   for   r i j * / d c * 1 0   for   r i j * / d c * > 1
α * = α d c k T , γ * = γ d c m d k T 1 / 2
The number density of dissipative particles is nondimensionalized as
n d * = n d d 2 = n d d c 2 d / d c 2 = n ˆ d * / d c * 2
In addition to n d * , the nondimensional density n ˆ d * based on the diameter of dissipative particles may be useful for quantifying the packing characteristics of the dissipative particles. The nondimensional number density of magnetic particles is expressed as n m * = n m d 2 .
Δ r i * = v i * Δ t *
Δ v i * = j i F i j * Δ t * + p F i p ( i n t ) * Δ t *
F i j ( m ) * = 3 λ 1 r i j 4 * n i n j t i j + 5 n i t i j n j t i j t i j n j t i j n i + n i t i j n j
F i j ( V ) * = λ V 1 t δ * × t i j l n 1 r i j *
in which F i j * = F i j ( m ) * + F i j ( V ) * , n i is the unit vector denoting the direction of the magnetic moment m i , expressed as n i = m i / m 0 m 0 = m i . The nondimensional parameter λ in Eq. (30) is the strength of magnetic particle interactions relative to the thermal energy, expressed as λ = μ 0 m 0 2 / 4 π D 3 k T .A parameter λ s = D / d s 3 λ = μ 0 m 0 2 / 4 π d s 3 k T , defined based on the diameter of the solid component. The expression of the force between a dissipative and a magnetic particle is written in nondimensional form as
F i p * = λ ε m n d c * r i p * m d c * r i p * n r ˆ i p r i p * / d c *
in which λ ε is a nondimensional parameter representing the strength of the interaction, expressed as λ ε = 4 n ε / k T d c * .

3. Modeling and Simulation of Magnetic Fluids

When the number of magnetic fluid particles is set to N, the area of this two-dimensional simulation box is represented by L L 2 , ( L L ) 2 = N π 4 φ when magnetic particle volume fraction φ is known. Unless explicitly stated otherwise, the designated duration for this task is 1000000 steps. The parameters utilized for the simulations conducted in this study are as follows: λ s = 4 , λ ε = 10 , γ * = 10 , α * = γ * / 10 , d c * = 0.4 , m d * = 0.01 , n ˆ d * = 1 , Δ t * = 0.0001 , λ V = 120 , volume fraction of magnetic particle φ is 0.2, the number of magnetic fluid particles is 100 and surfactant layer thickness δ * = 0.15 .The total number of simulation steps, N timemx   ,when the condition of Δ t * N timemx   = 100 is met, it is anticipated to be adequate.
The time integration method is one of the key factors affecting the accuracy of simulation results in magnetic fluid simulations based on dissipative particle dynamics. Different time integration methods can have an impact on simulation results, so it is necessary to run and compare these methods under the same system parameters. The following are common time integration methods:
The Euler Scheme (ES) is one of the simplest integration methods, but it is still an effective time integration method in some cases. This method is based on obtaining the position and velocity of the next time step from the position and velocity of the previous time step. The expression is as follows:
r i t + Δ t = r i t + Δ t v i t
v i t + Δ t = v t + Δ t F i t m i
F i t + Δ t = F i r i t + Δ t , v i t + Δ t
In the 1960s, the Verlet algorithm was proposed[21], in which an explicit expression for particle velocity appeared as follows:
r i t + Δ t = r i t + Δ t v t + Δ t 2 F i t 2 m i
F i t + Δ t = F i r i t + Δ t
v i t + Δ t = v i t + Δ t F i t + F i t + Δ t 2 m i
Figure 4 shows the simulation results obtained using different algorithms. The small blue-green circles in the figure represent dissipative particles, while the large orange circles represent magnetic particles. It can be observed from the figure that, under the same conditions, there are a large number of magnetic particles gathering together to form coarse chain structures in the image obtained using the ES algorithm. However, at this time, the interaction between magnetic particles does not play an absolute dominant role relative to thermal energy, and under such conditions, large magnetic particle aggregation structures should not be formed.
The radial distribution function, g(r), defines the probability of two particles appearing at a given distance, r, and serves as an important tool for quantitatively characterizing the microstructure of Magnetic fluid. Specifically, for the two-dimensional radial distribution function, it is defined as follows[22]:
g ( q ) = 1 N / A s 2 π q q
In this context, A represents the area of the computational region containing N particles, and s represents the number of particles within a circular shell distance of q from the target particle, in the range of q to q + q .
The radial distribution function corresponding to the ES algorithm has a higher peak near the integer radius r, indicating that compared to the Verlet algorithm, there are more magnetic particles distributed at these distances, corresponding to the chain like structure generated by the magnetic chain in Figure 5(a). The radial distribution function of the Verlet algorithm is relatively smooth, corresponding to the fact that most magnetic particles are still in an independent state.
Figure 6 shows the dynamic evolution of magnetic particle structure over time. The small circles in the graph represent dissipative particles, while the large circles represent magnetic particles. From the figure, it can be seen that at the beginning of the simulation, the magnetic particles were uniformly distributed, and then dissipative particles were filled in the simulation area. With the increase of dimensionless time t*, the initially disordered distribution transforms into movement along the direction of the magnetic field, leading to aggregation and the emergence of long-chain structures. The aggregation structures of these ferromagnetic particles are in excellent agreement with the qualitatively obtained results from experiments in[17].

4. Computational Findings and Analysis

4.1. Effect of the Molecular Mass of Carrier Liquid on the Structure of Magnetic Fluid

When the mass of dissipative particles is small, magnetic particles tend to form chain-like aggregation structures with larger radial sizes, as illustrated in Figure 7a. With an increase in the mass of dissipative particles (Figure 7b), the aggregation morphology of magnetic particles transitions into thinner chain-like structures. Further increasing the mass of dissipative particles leads to the formation of discrete cluster-like distributions, as shown in Figure 7c,d. These structural changes, analyzed through differential mass variations, indicate that the aggregate behavior of magnetic particles is highly sensitive to the mass of dissipative particles. As shown in Fig. 3.8, with the increase of the mass of dissipative particles, the peak of the radial distribution function near r=1 shows a decreasing trend, indicating the gradual dissociation of cluster structures among magnetic particles. This phenomenon suggests a corresponding increase in the proportion of independent magnetic particles in the system. Moreover, the results demonstrate that changes in the weight of the carrier liquid directly influence the motion behavior of magnetic particles in a magnetic field, thereby regulating the morphology of chain-like structures in magnetic fluids.

4.2. Effect of the Magnetic Particle Interaction Strength on the Structure of Magnetic Fluids

In a strong magnetic field environment, the interaction strength between magnetic particles plays a crucial role in regulating their structure. With the increase of interaction strength, the interaction between magnetic particles intensifies, leading to a stronger tendency for magnetic particles to form arranged chain-like structures. This evolutionary process of structure is essential for a profound understanding of the be-havior and properties of magnetic particles in a strong magnetic field.
As shown in Fig. 9(a), when the interaction strength between magnetic particles is low (λs=4), although some particles come into contact with each other to form cluster structures, the structure is relatively loose, indicating a significant influence of Brownian motion. At the same time, there are a large number of particles in a free state without interacting with other magnetic particles. With an increase in λs, as shown in Fig. 9(b) and (c), the cluster structure gradually transitions to a chain-like structure, while the number of free particles begins to decrease. As shown in Fig. 9(d), when the interaction strength between magnetic particles increases to a higher value, its influence on the structure of magnetic fluids relative to thermal energy takes precedence. The majority of magnetic particles form chain-like structures, and are ordered along the direction of the magnetic field. This structural transition process is clearly reflected in the radial distribution function: as shown in Fig. 3.10, with the increase of λs, the peak intensity at r=1 continues to strengthen, reflecting the structural evolution of particles from an independent state to chain-like aggregation.
Figure 9. Effect of the strength of interaction between magnetic particles on the structure of magnetic fluids.
Figure 9. Effect of the strength of interaction between magnetic particles on the structure of magnetic fluids.
Preprints 151232 g009aPreprints 151232 g009b
Figure 10. Radial distribution function corresponding to the strength of magnetic particle interactions.
Figure 10. Radial distribution function corresponding to the strength of magnetic particle interactions.
Preprints 151232 g010

5. Conclusions

This study employs dissipative particle dynamics (DPD) method to simulate the structure of magnetic fluids. Initially, a computational model of magnetic fluids consisting of magnetic nanoparticles and dissipative particles is established. A comparison of different time integration methods is conducted, and the numerical results obtained from the simulation are qualitatively consistent with the simulated and experimental results reported in the literature. Additionally, the impact of solvent molecular weight and the strength of magnetic particle interactions on the structure of magnetic fluids is analyzed based on the radial distribution function. The DPD-based method proves to be highly effective in simulating the microscopic structure of magnetic fluids. As for future research, this method will be extended to study the structural characteristics of three-dimensional magnetic fluids.

Funding

This work was supported by Key Research Projects of basic scientific research projects of Liaoning Provincial Department of Education (Grant No. LJ212410153029).

Conflicts of Interest

We declare we have no conflicts of interest.

References

  1. Zhao, Y.; Wu, D.; Lv, R.-Q.; Ying, Y. Tunable Characteristics and Mechanism Analysis of the Magnetic Fluid Refractive Index With Applied Magnetic Field. IEEE Transactions on Magnetics 2014, 50, 1–5. [Google Scholar] [CrossRef]
  2. Suriyanto; Ng, E.Y.; Kumar, S.D. Physical mechanism and modeling of heat generation and transfer in magnetic fluid hyperthermia through Neelian and Brownian relaxation: a review. Biomed Eng Online 2017, 16, 36. [Google Scholar] [CrossRef]
  3. Ren, B.; Song, X.; Zhao, L.; Jin, Y.; Bai, S.; Cui, C.; Wang, J. Water-based Fe(3)O(4) magnetic fluid-coated Aspergillus niger spores for treating liquid contaminated with Cr(VI). Environ Res 2022, 212, 113327. [Google Scholar] [CrossRef]
  4. Hamzah, S.; Ying, L.Y.; Azmi, A.A.A.R.; Razali, N.A.; Hairom, N.H.H.; Mohamad, N.A.; Harun, M.H.C. Synthesis, characterisation and evaluation on the performance of ferrofluid for microplastic removal from synthetic and actual wastewater. Journal of Environmental Chemical Engineering 2021, 9. [Google Scholar] [CrossRef]
  5. Yang, X.; Yang, Q.; Yang, W.; Guo, B.; Chen, L. Analysis of Adjustable Magnetic Fluid Damper in DC Magnetic Field for Spacecraft Applications. IEEE Transactions on Applied Superconductivity 2018, 28, 1–5. [Google Scholar] [CrossRef]
  6. Li, X.; Fan, X.; Li, Z.; Zhu, M. Failure mechanism of magnetic fluid seal for sealing liquids. Tribology International 2023, 187. [Google Scholar] [CrossRef]
  7. Munshi, M.M.; Patel, A.R.; Deheri, G.M. Lubrication of Rough Short Bearing on Shliomis Model by Ferrofluid Considering Viscosity Variation Effect. International Journal of Mathematical, Engineering and Management Sciences 2019, 4, 982–997. [Google Scholar] [CrossRef]
  8. Wang, D.; Yi, Z.; Ma, G.; Dai, B.; Yang, J.; Zhang, J.; Yu, Y.; Liu, C.; Wu, X.; Bian, Q. Two-channel photonic crystal fiber based on surface plasmon resonance for magnetic field and temperature dual-parameter sensing. Phys Chem Chem Phys 2022, 24, 21233–21241. [Google Scholar] [CrossRef]
  9. Yan, L.; Wang, Q.; Yin, B.; Xiao, S.; Li, H.; Wang, M.; Liu, X.; Wu, S. Research on Simultaneous Measurement of Magnetic Field and Temperature Based on Petaloid Photonic Crystal Fiber Sensor. Sensors (Basel) 2023, 23. [Google Scholar] [CrossRef]
  10. Yu, Q.; Li, X.-G.; Zhou, X.; Chen, N.; Wang, S.; Li, F.; Lv, R.-Q.; Nguyen, L.V.; Warren-Smith, S.C.; Zhao, Y. Temperature Compensated Magnetic Field Sensor Using Magnetic Fluid Filled Exposed Core Microstructure Fiber. IEEE Transactions on Instrumentation and Measurement 2022, 71, 1–8. [Google Scholar] [CrossRef]
  11. Abdullah, H.; Mitu, S.A.; Ahmed, K. Magnetic Fluid-Injected Ring-Core-Based Micro-structured Optical Fiber for Temperature Sensing in Broad Wavelength Spectrum. Journal of Electronic Materials 2020, 49, 4969–4976. [Google Scholar] [CrossRef]
  12. Farzinpour, M.; Toghraie, D.; Mehmandoust, B.; Aghadavoudi, F.; Karimipour, A. Molecular dynamics study of barrier effects on Ferro- nanofluid flow in the presence of constant and time-dependent external magnetic fields. Journal of Molecular Liquids 2020, 308. [Google Scholar] [CrossRef]
  13. Satoh, A.; Chantrell, R.W.; Kamiyama, S.-I.; Coverdale, G.N. Two-Dimensional Monte Carlo Simulations to Capture Thick Chainlike Clusters of Ferromagnetic Particles in Colloidal Dispersions. Journal of Colloid and Interface Science 1996, 178, 620–627. [Google Scholar] [CrossRef]
  14. Hao, L.; Xinhua, L.; Yongzhi, L. The Lattice Boltzmann Simulation of Magnetic Fluid. Procedia Engineering 2011, 15, 3948–3953. [Google Scholar] [CrossRef]
  15. Zhao, Z.; Torres-Díaz, I.; Vélez, C.; Arnold, D.; Rinaldi, C. Brownian Dynamics Simulations of Magnetic Nanoparticles Captured in Strong Magnetic Field Gradients. The Journal of Physical Chemistry C 2016, 121, 801–810. [Google Scholar] [CrossRef]
  16. Sun, Y.; Wei, Z.; Zhou, J.; Mao, A.; Bian, D. Modification of magnetorheological fluid and its compatibility with metal skeleton: Insights from multi-body dissipative particle dynamics simulations and experimental study. Physics of Fluids 2024, 36. [Google Scholar] [CrossRef]
  17. Lv, R.-q.; Zhao, Y.; Xu, N.; Li, H. Research on the microstructure and transmission characteristics of magnetic fluids film based on the Monte Carlo method. Journal of Magnetism and Magnetic Materials 2013, 337-338, 23–28. [Google Scholar] [CrossRef]
  18. Li, W.; Ouyang, J.; Zhuang, X. Dissipative particle dynamics simulation for the microstructures of ferromagnetic fluids. Soft Materials 2016, 14, 87–95. [Google Scholar] [CrossRef]
  19. Xu, Z.-D.; Sun, C.-L. Single-double chains micromechanical model and experimental verification of MR fluids with MWCNTs/GO composites coated ferromagnetic particles. Journal of Intelligent Material Systems and Structures 2021, 32, 1523–1536. [Google Scholar] [CrossRef]
  20. Hoogerbrugge, P.J.; Koelman, J.M.V.A. Simulating Microscopic Hydrodynamic Phenomena with Dissipative Particle Dynamics. Europhysics Letters (EPL) 1992, 19, 155–160. [Google Scholar] [CrossRef]
  21. Phan-Thien, N.; Mai-Duy, N.; Khoo, B.C. A spring model for suspended particles in dissipative particle dynamics. Journal of Rheology 2014, 58, 839–867. [Google Scholar] [CrossRef]
  22. Felicia, L.J.; Philip, J. Probing of field-induced structures and tunable rheological properties of surfactant capped magnetically polarizable nanofluids. Langmuir 2013, 29, 110–120. [Google Scholar]
Figure 1. Composition and structure of magnetic fluids.
Figure 1. Composition and structure of magnetic fluids.
Preprints 151232 g001
Figure 2. Circular magnetohydrodynamic particles.
Figure 2. Circular magnetohydrodynamic particles.
Preprints 151232 g002
Figure 3. The interaction model between dissipative and magnetic particles.
Figure 3. The interaction model between dissipative and magnetic particles.
Preprints 151232 g003
Figure 4. The results obtained by different algorithms.
Figure 4. The results obtained by different algorithms.
Preprints 151232 g004
Figure 5. Radial distribution functions corresponding to different algorithms.
Figure 5. Radial distribution functions corresponding to different algorithms.
Preprints 151232 g005
Figure 6. Magnetic fluid particles changing over time.
Figure 6. Magnetic fluid particles changing over time.
Preprints 151232 g006aPreprints 151232 g006b
Figure 7. The structure of magnetic fluid changes with the mass of dissipative particles.
Figure 7. The structure of magnetic fluid changes with the mass of dissipative particles.
Preprints 151232 g007
Figure 8. Radial distribution functions corresponding to different dissipative particle masses.
Figure 8. Radial distribution functions corresponding to different dissipative particle masses.
Preprints 151232 g008
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2026 MDPI (Basel, Switzerland) unless otherwise stated