Researcher profile

Wenzhong Yan

Wenzhong Yan contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 17 - UnverifiedVerification L1Unclaimed author
4works
0followers
7topics
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

4 published item(s)

preprint2023arXiv

Soft kirigami composites for form-finding of fully flexible deployables

We introduce a new class of thin flexible structures that morph from a flat shape into prescribed 3D shapes without an external stimulus such as mechanical loads or heat. To achieve control over the target shape, two different concepts are coupled. First, motivated by biological growth, strain mismatch is applied between the flat composite layers to transform it into a 3D shape. Depending on the amount of the applied strain mismatch, the transformation involves buckling into one of the available finite number of mode shapes. Second, inspired by kirigami, portions of the material are removed from one of the layers according to a specific pattern. This dramatically increases the number of possible 3D shapes and allows us to attain specific topologies. We devise an experimental apparatus that allows precise control of the strain mismatch. An inverse problem is posed, where starting from a given target shape, the physical parameters that make these shapes possible are determined. To show how the concept works, we focus on circular composite plates and design a kirigami pattern that yields a hemispherical structure. Our analysis combines a theoretical approach with numerical simulations and physical experiments to understand and predict the transition from 2D to 3D shapes. The tools developed here can be extended to attain arbitrary 3D shapes. The initially flat shape suggests that conventional additive manufacturing techniques can be used to functionalize the soft kirigami composites to fabricate, for example, deployable 3D shapes, smart skins, and soft electromagnetic metasurfaces.

preprint2021arXiv

A Computational Design and Evaluation Tool for 3D Structures with Planar Surfaces

Three dimensional (3D) structures composed of planar surfaces can be build out of accessible materials using easier fabrication technique with shorter fabrication time. To better design 3D structures with planar surfaces, realistic models are required to understand and evaluate mechanical behaviors. Existing design tools are either effort-consuming (e.g. finite element analysis) or bounded by assumptions (e.g. numerical solutions). In this project, We have built a computational design tool that is (1) capable of rapidly and inexpensively evaluating planar surfaces in 3D structures, with sufficient computational efficiency and accuracy; (2) applicable to complex boundary conditions and loading conditions, both isotropic materials and orthotropic materials; and (3) suitable for rapid accommodation when design parameters need to be adjusted. We demonstrate the efficiency and necessity of this design tool by evaluating a glass table as well as a wood bookcase, and iteratively designing an origami gripper to satisfy performance requirements. This design tool gives non-expert users as well as engineers a simple and effective modus operandi in structural design.

preprint2021arXiv

Fabrication-aware Design for Furniture with Planar Pieces

We propose a computational design tool to enable casual end-users to easily design, fabricate, and assemble flat-pack furniture with guaranteed manufacturability. Using our system, users select parameterized components from a library and constrain their dimensions. Then they abstractly specify connections among components to define the furniture. Once fabrication specifications (e.g. materials) designated, the mechanical implementation of the furniture is automatically handled by leveraging encoded domain expertise. Afterwards, the system outputs 3D models for visualization and mechanical drawings for fabrication. We demonstrate the validity of our approach by designing, fabricating, and assembling a variety of flat-pack (scaled) furniture on demand.

preprint2021arXiv

Graph Neural Network for Large-Scale Network Localization

Graph neural networks (GNNs) are popular to use for classifying structured data in the context of machine learning. But surprisingly, they are rarely applied to regression problems. In this work, we adopt GNN for a classic but challenging nonlinear regression problem, namely the network localization. Our main findings are in order. First, GNN is potentially the best solution to large-scale network localization in terms of accuracy, robustness and computational time. Second, proper thresholding of the communication range is essential to its superior performance. Simulation results corroborate that the proposed GNN based method outperforms all state-of-the-art benchmarks by far. Such inspiring results are theoretically justified in terms of data aggregation, non-line-of-sight (NLOS) noise removal and low-pass filtering effect, all affected by the threshold for neighbor selection. Code is available at https://github.com/Yanzongzi/GNN-For-localization.