Doubts about the differences between the two NVT ensemble setting methods in the polymer-interface model

Dear all

I’m running into a problem after I constructed a polymer-sio2 interface model, I tried to set up the heat source and calculate the thermal conductivity in a follow-up study, but I ran into some problems during the pre-equilibrium NVT ensemble simulation, using the NVT ensemble simulation for the whole system (including the interface and the polymer), where there was a difference in the internal temperature of the system, which was manifested as a higher polymer temperature and a lower interface temperature, I didn’t understand why this was happening, even though I didn’t put any restrictions on the interface.
image

I draw a model with a silica interface on either side of the Z direction and a polymer in the middle, and simulate it under the NVT ensemble, and calculate the temperature distribution in the model slices (as a pretreatment before applying a heat source to calculate the thermal conductivity)
When fixing NVT on both sides and interface separately.

#First 1000000 steps (blue line below)#
fix 01 poly nvt temp 300.0 300.0 100.0
fix 02 group2 nvt temp 300.0 300.0 100.0
run 1000000
unfix 01
Unfix 02

#another 1000000 steps (orange line below)#
fix 01 all nvt temp 300.0 300.0 100.0
compute layers0 all chunk/atom bin/1d z lower 5 units box
fix 10 all ave/chunk 10 1000 10000 layers0 temp file temp00_profile.dat
run 1000000

It is found that the polymer and the interface are integrated together with the polymer temperature is high and the interface temperature is low, although the overall apparent temperature is still 300 K.
image

####chenge the after nvt to nve (no heat and cold source is set at this time, only the fix nve command), the temperature of the system will gradually increase, and the temperature of the interface between the two sides is still lower than that of the intermediate polymer phase, what are the possible reasons?

I don’t understand what the reason for this problem is, and how the system should be set up to make sense。
The in file and data file are as follows
msd400w.data (8.7 MB)
DENSITY.in (1.9 KB)

You have used a data file and modelling method which suggests you want to run atomistic simulations – but you have not enabled any Coulombic interactions. Is that intended?

If you have taken the LJ parameters from a force field that uses partial charges, but you have no Coulombic interactions, then you are simulating effectively a completely different system which will have different (likely worse) energy conservation characteristics; this would in turn explain the strange behaviour of your thermostats.

Thank you to repaly me!
Yes,I used the OPLS-UA model with the parments in moltemplate lt file,there is no charge for these united atom(CH2 H2 CH3 or else ),so I didn’t use lj cut coul ;problem may be find in interface part?since there no charge in polymer atom, I also delete the atom charge in SiO2,I may assamble the charge again…but I also wander are there any other possible to cause these problem?

Theoretically, if the force field and atomic charge are assigned correctly, wouldn’t this strange temperature difference occur if the NVT simulation of the entire system was performed directly?