Researcher profile

Wenqing Zhu

Wenqing Zhu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

Amorphous alloys surpass E/10 strength limit at extreme strain rates

Theoretical predictions of the ideal strength of materials range from E/30 to E/10 (E is Young's modulus). However, despite intense interest over the last decade, the value of the ideal strength that can be attained experimentally for metals remains a mystery (1-5). In this study, we demonstrated the unprecedented strength of an amorphous Cu-Zr alloy that surpassed the E/10 limit. Laser-induced shock experiments were conducted on Cu50Zr50 to explore its strength and failure mechanisms at ultrahigh strain rates. The material demonstrated a high spall strength of 9.8 GPa, approximately 1/13 of its P-wave modulus (~ E/6), at strain rates greater than 10^7 s^-1, which sets a new record for the elastic limit of metallic materials. Electron microscopy and large-scale molecular dynamics simulations revealed that void nucleation and growth, not shear-banding, comprised the major failure mechanism for metallic glasses at extremely fast strain rates. A new model for void formation under the control of surface energy explained the rate dependence of the material strength. The results of this study reveal new possible ways to use the amorphous phase in nanostructured metals in future applications under demanding mechanical conditions.

preprint2022arXiv

MSCCD: Grammar Pluggable Clone Detection Based on ANTLR Parser Generation

For various reasons, programming languages continue to multiply and evolve. It has become necessary to have a multilingual clone detection tool that can easily expand supported programming languages and detect various code clones is needed. However, research on multilingual code clone detection has not received sufficient attention. In this study, we propose MSCCD (Multilingual Syntactic Code Clone Detector), a grammar pluggable code clone detection tool that uses a parser generator to generate a code block extractor for the target language. The extractor then extracts the semantic code blocks from a parse tree. MSCCD can detect Type-3 clones at various granularities. We evaluated MSCCD's language extensibility by applying MSCCD to 20 modern languages. Sixteen languages were perfectly supported, and the remaining four were provided with the same detection capabilities at the expense of execution time. We evaluated MSCCD's recall by using BigCloneEval and conducted a manual experiment to evaluate precision. MSCCD achieved equivalent detection performance equivalent to state-of-the-art tools.