TPO1-1 Groundwater
If the pores are large,the water in them will exist as drops too heavy for surface tension to hold,and it will drain away;but if the pores are small enough,the water in them will exist as thin films,too light to overcome the force of surface tension holding them in place;then the water will be firmly held.
If the pores are large,the water will exist as (too heavy for surface tension to hold)drops,and it will drain away;but if the pores are small enough,the water will exist as (too light to overcome the force of (holding them in place)surface tension )thin films;then the water will be (firmly )held.
翻译:如果微孔是大的,那么在这些微孔中的水是作为(对于表面张力来说太重的)水滴存在的,并且这些水将会流走;但是如果微孔足够小,那么这些微孔中的水是作为(太轻而无法克服(支撑它们在此处的)表面张力的)薄膜存在的,然后这些水将被坚实的支撑住。
有一个让步关系,一个强另一个弱。
Which of sentences below best expression the essential information in the highlighted sentence in the passage?Incorrect choices change the meaning in important ways or leave out essential information.
=====================================================================================================================================
Surface tension is not strong enough to retain drops of water in rocks with large pores but is strong enough to hold on to thin films of water in rocks with small pores.
Surface tension is not strong enough to retain (of (in (with large pores)rocks)water)drops but Surface tension is strong enough to hold on to ( of (in (with small pores)rocks)water )thin films.
表面张力不足以保留(在大孔岩石间的)水滴,但是表面张力足够支撑(在小孔岩石间的)薄膜。
=====================================================================================================================================
Water in rocks is held in place by large pores and drains away from small size pores through surface tensions
(in rocks)Water is held in (by large pores and (away from (small size)+(through surface tensions) pores )drains )place .
(石头间的)水被保持在这些(有大微孔和(小型的且穿过表面张力的)水滴的)地方。
---并没有大微孔。
=====================================================================================================================================
Small pores and large pores both interact with surface tension to determine whether a rock will hold water as heavy drops or as a thin film.
Small pores and large pores both interact with(to determine whether a rock will hold ( as heavy drops or as a thin film)water) surface tension .
小孔和大孔在(去决定是否一个石头可以支持住(像重水珠的或者像薄膜的)水的)表面张力的作用下相互作用。
--没有大孔
=====================================================================================================================================
If the force of surface tension is too weak to hold water in place as heavy drops,the water will continue to be held firmly in place as a thin film when large pores exist.
If the (of surface tension) force is too weak to hold (in place as heavy drops)water ,the (in place as a thin film )water will continue to be held firmly (when large pores exist).
如果(表面的)力量太小不足以支撑(在那里像大水滴一样的)水,这个(在那里像薄膜一样的)水将会持续坚实的(当大微孔出现时)保持。
----关系错误,不是条件关系是让步关系

TPO1-1 Groundwater的更多相关文章
- SACS +Petrel 2009地震
Bentley SACS V8i SS4 05.07.01.01 海洋平台分析Schlumberger Petrel 2009地震解释油藏模拟课程 Trimble Tekla Structural D ...
- NodeOS操作系统
导读 我想大多数人听说过 Node.js,但是你听说过 NodeOS 吗?一个用 Node.js 写的操作系统,NodeOS 用 Linux 内核来处理各种底层任务,比如硬件通讯什么的,但是除此之外, ...
- ArcGIS空间分析工具
1. 3D分析 1.1. 3D Features toolset 工具 工具 描述 3D Features toolset (3D 要素工具集) Add Z Information 添加 Z 信息 添 ...
- 2014 Hangjs 见闻流水账第二天
前言 第一天传送门: 2014 Hangjs 见闻流水账第一天 写作风格跟第一天还是一样的. Slide 每个slide我都会根据自己的理解重新命名一次,用于表达自己的第一看法,主观意见,不喜可吐槽, ...
- sciencesoftware科学软件
软件名称 软件分类 二级分类 更新日期 下载 GMS(Groundwater Modeling Solution) 10 地球地理软件 水资源 2014-09-28 下载 Data Desk 7 经济 ...
- 扩散(diffusion)和弥散(dispersion)有什么区别
作者:谢易正链接:https://www.zhihu.com/question/23914350/answer/177359196来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注 ...
- CET4
Directions: For this part, you are allowed 30 minutes to write a short essay on the challenges of st ...
- HEC-ResSim原文档
HEC-ResSim Reservoir System Simulation User's Manual Version 3.1 May 201 ...
- MODFLOW几个版本的区别
GWF = GroundWater Flow MODFLOW-2005 — the GWF Model contains revisions of the commonly used flow pac ...
随机推荐
- 吴裕雄--天生自然 JAVASCRIPT开发学习: HTML DOM - 改变CSS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- B - Common Divisors (codeforces)数论算法基本定理,唯一分解定理模板
You are given an array aa consisting of nn integers. Your task is to say the number of such positive ...
- 4. react 基础 - 编写 todoList 功能
编写 TodoList 功能 react 入口 js #src/index.js import React from 'react'; import ReactDOM from 'react-dom' ...
- 38. docker cloud 简介及 关联 git hub
1.概念 提供 容器的管理, 编排, 部署 的托管服务 2.功能 image 管理 创建 stack 创建服务 service 添加 节点 作为 docker host 自动关联云服务商 AWS A ...
- 配置window下python3环境
功能介绍 整理生信小知识库,一些技巧一些知识. 昨天 以下配置环境基于window操作系统,安装python3版本为例,推荐基础版配置. ! METHOD 1 (基础版) 官网下载对应电脑版本的p ...
- dfs--汉诺塔
在研究汉诺塔问题时,我们可以先分析俩个盘子的方法: 1.把第一个盘子放到辅助柱子上 2.把第二个盘子放大目标柱子上 3.把第一个盘子从辅助柱子移到目标柱子上 由此我们可以通过整体思想推导出一共有n个盘 ...
- UML-如何画顺序图?
1.生命线框图和生命线 生命线:可以为虚线(源于UML1),也可以是实线 2.消息 1).创始消息,实心圆开头2).同步消息,实心箭头 3.执行规格条和控制期 控制期:阻塞调用 4.返回值 5.自身消 ...
- Servlet&JSP复习笔记 03
1.Servlet的声明周期 容器如何创建Servlet对象,如何为Servlet对象分配资源,如何调用Servlet对象的方法来处理请求,以及如何销毁Servlet对象的过程. a.实例化 容器调用 ...
- 注册登录页面修订-Python使用redis-手机验证接口-发送短信验证
登录页面修订 views.Login.vue <template> <div class="login box"> <img src="@/ ...
- intellij idea安卓开发配置
1.java sdk 2.java ndk 3.gradle https://gradle.org/install/#manually 配置properties 删除根目录下android{} htt ...